summaryrefslogtreecommitdiff
path: root/doc/posix-functions/exp2f.texi
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2012-03-08 20:24:53 +0100
committerBruno Haible <bruno@clisp.org>2012-03-09 02:15:35 +0100
commitbff4a106924f9531c45661e5d163470e9faa521a (patch)
tree4e3a5a20287aa1d6b07ef9d6ed1af7773bebca4c /doc/posix-functions/exp2f.texi
parent6b168421262adda71eed4cca137c34c1a9d6b981 (diff)
downloadgnulib-bff4a106924f9531c45661e5d163470e9faa521a.tar.gz
New module 'exp2f'.
* lib/math.in.h (exp2f): New declaration. * lib/exp2f.c: New file. * m4/exp2f.m4: New file. * m4/math_h.m4 (gl_MATH_H): Test whether exp2f is declared. (gl_MATH_H_DEFAULTS): Initialize GNULIB_EXP2F, HAVE_DECL_EXP2F. * modules/math (Makefile.am): Substitute GNULIB_EXP2F, HAVE_DECL_EXP2F. * modules/exp2f: New file. * tests/test-math-c++.cc: Check the declaration of exp2f. * doc/posix-functions/exp2f.texi: Mention the new module and the IRIX problem.
Diffstat (limited to 'doc/posix-functions/exp2f.texi')
-rw-r--r--doc/posix-functions/exp2f.texi11
1 files changed, 7 insertions, 4 deletions
diff --git a/doc/posix-functions/exp2f.texi b/doc/posix-functions/exp2f.texi
index acf65f4a7d..3a9a4e8895 100644
--- a/doc/posix-functions/exp2f.texi
+++ b/doc/posix-functions/exp2f.texi
@@ -4,15 +4,18 @@
POSIX specification:@* @url{http://www.opengroup.org/onlinepubs/9699919799/functions/exp2f.html}
-Gnulib module: ---
+Gnulib module: exp2f
Portability problems fixed by Gnulib:
@itemize
+@item
+This function is missing on some platforms:
+FreeBSD 5.2.1, 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, MSVC 9, Interix 3.5.
+@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 5.2.1, 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, MSVC 9, Interix 3.5.
@end itemize