summaryrefslogtreecommitdiff
path: root/doc/posix-functions/copysignf.texi
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2011-10-09 15:42:35 +0200
committerBruno Haible <bruno@clisp.org>2011-10-09 15:42:35 +0200
commitf96458bc2604b8ce5f632387d2d948287376b023 (patch)
tree63ff0f8722e872cd4b3bff16fed960903f23270f /doc/posix-functions/copysignf.texi
parent48a6564774f35e0c0b2ca55c73ccb26067396439 (diff)
downloadgnulib-f96458bc2604b8ce5f632387d2d948287376b023.tar.gz
New module 'copysignf'.
* lib/math.in.h (copysignf): New declaration. * lib/copysignf.c: New file. * m4/copysignf.m4: New file. * m4/math_h.m4 (gl_MATH_H): Test whether copysignf is declared. (gl_MATH_H_DEFAULTS): Initialize GNULIB_COPYSIGNF, HAVE_COPYSIGNF. * modules/math (Makefile.am): Substitute GNULIB_COPYSIGNF, HAVE_COPYSIGNF. * modules/copysignf: New file. * tests/test-math-c++.cc: Check the declaration of copysignf. * doc/posix-functions/copysignf.texi: Mention the new module.
Diffstat (limited to 'doc/posix-functions/copysignf.texi')
-rw-r--r--doc/posix-functions/copysignf.texi8
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/posix-functions/copysignf.texi b/doc/posix-functions/copysignf.texi
index 01f2762c34..5c3154f695 100644
--- a/doc/posix-functions/copysignf.texi
+++ b/doc/posix-functions/copysignf.texi
@@ -4,15 +4,15 @@
POSIX specification:@* @url{http://www.opengroup.org/onlinepubs/9699919799/functions/copysignf.html}
-Gnulib module: ---
+Gnulib module: copysignf
Portability problems fixed by Gnulib:
@itemize
+@item
+This function is missing on some platforms:
+Minix 3.1.8, AIX 5.1, IRIX 6.5, Solaris 9, MSVC 9.
@end itemize
Portability problems not fixed by Gnulib:
@itemize
-@item
-This function is missing on some platforms:
-Minix 3.1.8, AIX 5.1, IRIX 6.5, Solaris 9, MSVC 9.
@end itemize