summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2011-10-08 23:42:50 +0200
committerBruno Haible <bruno@clisp.org>2011-10-08 23:42:50 +0200
commit668d099b94c3e88afc7e1957858adc963f072124 (patch)
treef0428ccbc36d82283a623c1200a3cb062190a061 /doc
parent50c48fedc1864774612010f89cdda124f68545c2 (diff)
downloadgnulib-668d099b94c3e88afc7e1957858adc963f072124.tar.gz
New module 'acosf'.
* lib/math.in.h (acosf): New declaration. * lib/acosf.c: New file. * m4/acosf.m4: New file. * m4/math_h.m4 (gl_MATH_H): Test whether acosf is declared. (gl_MATH_H_DEFAULTS): Initialize GNULIB_ACOSF, HAVE_ACOSF. * modules/math (Makefile.am): Substitute GNULIB_ACOSF, HAVE_ACOSF. * modules/acosf: New file. * tests/test-math-c++.cc: Check the declaration of acosf. * doc/posix-functions/acosf.texi: Mention the new module.
Diffstat (limited to 'doc')
-rw-r--r--doc/posix-functions/acosf.texi10
1 files changed, 5 insertions, 5 deletions
diff --git a/doc/posix-functions/acosf.texi b/doc/posix-functions/acosf.texi
index a1859feeb2..4afebe7dd7 100644
--- a/doc/posix-functions/acosf.texi
+++ b/doc/posix-functions/acosf.texi
@@ -4,14 +4,10 @@
POSIX specification:@* @url{http://www.opengroup.org/onlinepubs/9699919799/functions/acosf.html}
-Gnulib module: ---
+Gnulib module: acosf
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