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