summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2011-10-08 23:55:44 +0200
committerBruno Haible <bruno@clisp.org>2011-10-08 23:55:44 +0200
commita5766f2b114a3a8ca55f7257aa9eef8b5ddc466a (patch)
tree7a684a16bfa59ac6e6e32d312e2a418b3d0abf86 /doc
parent50ef96d5a5201fa07917adcf7a118cb45d4de80a (diff)
downloadgnulib-a5766f2b114a3a8ca55f7257aa9eef8b5ddc466a.tar.gz
New module 'atanf'.
* lib/math.in.h (atanf): New declaration. * lib/atanf.c: New file. * m4/atanf.m4: New file. * m4/math_h.m4 (gl_MATH_H): Test whether atanf is declared. (gl_MATH_H_DEFAULTS): Initialize GNULIB_ATANF, HAVE_ATANF. * modules/math (Makefile.am): Substitute GNULIB_ATANF, HAVE_ATANF. * modules/atanf: New file. * tests/test-math-c++.cc: Check the declaration of atanf. * doc/posix-functions/atanf.texi: Mention the new module.
Diffstat (limited to 'doc')
-rw-r--r--doc/posix-functions/atanf.texi10
1 files changed, 5 insertions, 5 deletions
diff --git a/doc/posix-functions/atanf.texi b/doc/posix-functions/atanf.texi
index c29064a1d0..509937aab9 100644
--- a/doc/posix-functions/atanf.texi
+++ b/doc/posix-functions/atanf.texi
@@ -4,14 +4,10 @@
POSIX specification:@* @url{http://www.opengroup.org/onlinepubs/9699919799/functions/atanf.html}
-Gnulib module: ---
+Gnulib module: atanf
Portability problems fixed by Gnulib:
@itemize
-@end itemize
-
-Portability problems not fixed by Gnulib:
-@itemize
@item
This function is missing on some platforms:
Minix 3.1.8, AIX 5.1, Solaris 9.
@@ -19,3 +15,7 @@ Minix 3.1.8, AIX 5.1, Solaris 9.
This function is only defined as a macro with arguments on some platforms:
MSVC 9.
@end itemize
+
+Portability problems not fixed by Gnulib:
+@itemize
+@end itemize