summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2011-10-09 19:05:54 +0200
committerBruno Haible <bruno@clisp.org>2011-10-09 20:37:33 +0200
commit20f0673b1b22f84e39b3bacae027cdc21be2ed39 (patch)
tree4ef41ef005b1a93f0a1d5edc980bd6dcf5a65537 /doc
parent624e3c286e69a92e1610b28020c966c84f61b531 (diff)
downloadgnulib-20f0673b1b22f84e39b3bacae027cdc21be2ed39.tar.gz
New module 'rintf'.
* lib/math.in.h (rintf): New declaration. * lib/rintf.c: New file. * m4/rintf.m4: New file. * m4/math_h.m4 (gl_MATH_H): Test whether rintf is declared. (gl_MATH_H_DEFAULTS): Initialize GNULIB_RINTF, HAVE_RINTF. * modules/math (Makefile.am): Substitute GNULIB_RINTF, HAVE_RINTF. * modules/rintf: New file. * tests/test-math-c++.cc: Check the declaration of rintf. * doc/posix-functions/rintf.texi: Mention the new module.
Diffstat (limited to 'doc')
-rw-r--r--doc/posix-functions/rintf.texi8
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/posix-functions/rintf.texi b/doc/posix-functions/rintf.texi
index ad507fac11..a67497af28 100644
--- a/doc/posix-functions/rintf.texi
+++ b/doc/posix-functions/rintf.texi
@@ -4,15 +4,15 @@
POSIX specification:@* @url{http://www.opengroup.org/onlinepubs/9699919799/functions/rintf.html}
-Gnulib module: ---
+Gnulib module: rintf
Portability problems fixed by Gnulib:
@itemize
+@item
+This function is missing on some platforms:
+Minix 3.1.8, AIX 5.1, HP-UX 11, 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, HP-UX 11, IRIX 6.5, Solaris 9, MSVC 9.
@end itemize