annotate modules/ldexp-ieee @ 17431:744044c581c4

getcwd-lgpl: port to Tru64 * lib/getcwd-lgpl.c: Include <stdlib.h>, for malloc etc. Problem reported by Steven M. Schweda in <http://lists.gnu.org/archive/html/bug-gzip/2013-06/msg00010.html>.
author Paul Eggert <eggert@cs.ucla.edu>
date Tue, 11 Jun 2013 19:52:46 -0700
parents 578f875c1ad5
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
16444
578f875c1ad5 New module 'ldexp-ieee'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
1 Description:
578f875c1ad5 New module 'ldexp-ieee'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
2 ldexp() function according to ISO C 99 with IEC 60559.
578f875c1ad5 New module 'ldexp-ieee'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
3
578f875c1ad5 New module 'ldexp-ieee'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
4 Files:
578f875c1ad5 New module 'ldexp-ieee'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
5
578f875c1ad5 New module 'ldexp-ieee'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
6 Depends-on:
578f875c1ad5 New module 'ldexp-ieee'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
7 ldexp
578f875c1ad5 New module 'ldexp-ieee'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
8 fpieee
578f875c1ad5 New module 'ldexp-ieee'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
9
578f875c1ad5 New module 'ldexp-ieee'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
10 configure.ac:
578f875c1ad5 New module 'ldexp-ieee'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
11
578f875c1ad5 New module 'ldexp-ieee'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
12 Makefile.am:
578f875c1ad5 New module 'ldexp-ieee'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
13
578f875c1ad5 New module 'ldexp-ieee'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
14 Include:
578f875c1ad5 New module 'ldexp-ieee'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
15 <math.h>
578f875c1ad5 New module 'ldexp-ieee'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
16
578f875c1ad5 New module 'ldexp-ieee'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
17 Link:
578f875c1ad5 New module 'ldexp-ieee'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
18 $(LDEXP_LIBM)
578f875c1ad5 New module 'ldexp-ieee'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
19
578f875c1ad5 New module 'ldexp-ieee'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
20 License:
578f875c1ad5 New module 'ldexp-ieee'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
21 LGPL
578f875c1ad5 New module 'ldexp-ieee'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
22
578f875c1ad5 New module 'ldexp-ieee'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
23 Maintainer:
578f875c1ad5 New module 'ldexp-ieee'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
24 Bruno Haible