roundf, round, roundl: Update documentation regarding OSF/1 5.1.
authorBruno Haible <bruno@clisp.org>
Mon, 20 Dec 2010 14:00:16 +0000 (15:00 +0100)
committerBruno Haible <bruno@clisp.org>
Mon, 20 Dec 2010 14:00:16 +0000 (15:00 +0100)
* doc/posix-functions/roundf.texi: Mention OSF/1 5.1 problem.
* doc/posix-functions/round.texi: Likewise.
* doc/posix-functions/roundl.texi: Likewise.

ChangeLog
doc/posix-functions/round.texi
doc/posix-functions/roundf.texi
doc/posix-functions/roundl.texi

index 916c72619c9ab8212ec38813089655992c6f9687..574a0a7279a51a85e8f62c5e32807438670e9b47 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2010-12-20  Bruno Haible  <bruno@clisp.org>
+
+       roundf, round, roundl: Update documentation regarding OSF/1 5.1.
+       * doc/posix-functions/roundf.texi: Mention OSF/1 5.1 problem.
+       * doc/posix-functions/round.texi: Likewise.
+       * doc/posix-functions/roundl.texi: Likewise.
+
 2010-12-20  Bruno Haible  <bruno@clisp.org>
 
        ttyname_r: Add missing declaration on HP-UX 11.
index 6dce17cac5f2772b692e85c68d639cf23fa017b6..888f7d93744546645e0a164f49ef6f9e8f103158 100644 (file)
@@ -12,6 +12,9 @@ Portability problems fixed by Gnulib:
 This function is missing on some platforms:
 FreeBSD 5.2.1, OpenBSD 3.8, AIX 5.1, IRIX 6.5, OSF/1 4.0, Solaris 9, Interix 3.5.
 @item
+This function is not declared on some platforms:
+OSF/1 5.1.
+@item
 This functions returns a wrong result for x = 1/2 - 2^-54 on some platforms:
 NetBSD 3.0, AIX 7.1.
 @end itemize
index 075eaa3cece8a39d6199d3560f69c8881eae6a36..6681874b155bdf3604e015c3dac8d49a7bb7e31b 100644 (file)
@@ -12,6 +12,9 @@ Portability problems fixed by Gnulib:
 This function is missing on some platforms:
 FreeBSD 5.2.1, OpenBSD 3.8, AIX 5.1, HP-UX 11, IRIX 6.5, OSF/1 4.0, Solaris 9, Interix 3.5.
 @item
+This function is not declared on some platforms:
+OSF/1 5.1.
+@item
 This functions returns a wrong result for x = 1/2 - 2^-25 on some platforms:
 mingw.
 @end itemize
index 442e35df199beb61e56936ef934115ad979317ff..35218df131cb133b0d9265193bcc27715da232e6 100644 (file)
@@ -11,6 +11,9 @@ Portability problems fixed by Gnulib:
 @item
 This function is missing on some platforms:
 FreeBSD 5.2.1, NetBSD 5.0, OpenBSD 3.8, AIX 5.1, HP-UX 11, IRIX 6.5, OSF/1 4.0, Solaris 9, Cygwin, Interix 3.5, BeOS.
+@item
+This function is not declared on some platforms:
+OSF/1 5.1.
 @end itemize
 
 Portability problems not fixed by Gnulib: