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