summaryrefslogtreecommitdiff
path: root/doc/posix-functions/exp2l.texi
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2012-03-09 01:13:40 +0100
committerBruno Haible <bruno@clisp.org>2012-03-09 02:15:36 +0100
commit6be810275c790f43e4c155fef6b073d3c3a75a21 (patch)
treeb2d257e30e2597dcd68e42a6190afd3060d80273 /doc/posix-functions/exp2l.texi
parent7d52716d691e4cd4c01734f9a40d5e1d52301c2d (diff)
downloadgnulib-6be810275c790f43e4c155fef6b073d3c3a75a21.tar.gz
New module 'exp2l'.
* lib/math.in.h (exp2l): New declaration. * lib/exp2l.c: New file. * lib/expl-table.c: New file, extracted from lib/expl.c. * lib/expl.c (gl_expl_table): New declaration. (expl): Remove expl_table. Update reference. * m4/exp2l.m4: New file. * m4/math_h.m4 (gl_MATH_H): Test whether exp2l is declared. (gl_MATH_H_DEFAULTS): Initialize GNULIB_EXP2L, HAVE_DECL_EXP2L. * modules/math (Makefile.am): Substitute GNULIB_EXP2L, HAVE_DECL_EXP2L. * modules/exp2l: New file. * modules/expl (Files): Add lib/expl-table.c. (configure.ac): Compile also expl-table.c. * tests/test-math-c++.cc: Check the declaration of exp2l. * doc/posix-functions/exp2l.texi: Mention the new module and the IRIX problem.
Diffstat (limited to 'doc/posix-functions/exp2l.texi')
-rw-r--r--doc/posix-functions/exp2l.texi11
1 files changed, 7 insertions, 4 deletions
diff --git a/doc/posix-functions/exp2l.texi b/doc/posix-functions/exp2l.texi
index 00ccd90f0a..8e963de8ab 100644
--- a/doc/posix-functions/exp2l.texi
+++ b/doc/posix-functions/exp2l.texi
@@ -4,15 +4,18 @@
POSIX specification:@* @url{http://www.opengroup.org/onlinepubs/9699919799/functions/exp2l.html}
-Gnulib module: ---
+Gnulib module: exp2l
Portability problems fixed by Gnulib:
@itemize
+@item
+This function is missing on some platforms:
+FreeBSD 6.0, NetBSD 5.0, OpenBSD 3.8, Minix 3.1.8, AIX 5.1, HP-UX 11, older IRIX 6.5, OSF/1 4.0, Solaris 9, Cygwin, MSVC 9, Interix 3.5, BeOS.
+@item
+This function is not declared on some platforms:
+IRIX 6.5.
@end itemize
Portability problems not fixed by Gnulib:
@itemize
-@item
-This function is missing on some platforms:
-FreeBSD 6.0, NetBSD 5.0, OpenBSD 3.8, Minix 3.1.8, AIX 5.1, HP-UX 11, IRIX 6.5, OSF/1 4.0, Solaris 9, Cygwin, MSVC 9, Interix 3.5, BeOS.
@end itemize