round*, trunc*: Update documentation regarding glibc.
authorBruno Haible <bruno@clisp.org>
Tue, 21 Dec 2010 02:01:56 +0000 (03:01 +0100)
committerBruno Haible <bruno@clisp.org>
Tue, 21 Dec 2010 02:01:56 +0000 (03:01 +0100)
* doc/posix-functions/roundf.texi: Mention missing declaration problem.
* doc/posix-functions/round.texi: Likewise.
* doc/posix-functions/roundl.texi: Likewise.
* doc/posix-functions/truncf.texi: Likewise.
* doc/posix-functions/trunc.texi: Likewise.
* doc/posix-functions/truncl.texi: Likewise.

ChangeLog
doc/posix-functions/round.texi
doc/posix-functions/roundf.texi
doc/posix-functions/roundl.texi
doc/posix-functions/trunc.texi
doc/posix-functions/truncf.texi
doc/posix-functions/truncl.texi

index 574a0a7279a51a85e8f62c5e32807438670e9b47..55e680e0c7ccc0c177d8c08a78628ac232252091 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,13 @@
+2010-12-20  Bruno Haible  <bruno@clisp.org>
+
+       round*, trunc*: Update documentation regarding glibc.
+       * doc/posix-functions/roundf.texi: Mention missing declaration problem.
+       * doc/posix-functions/round.texi: Likewise.
+       * doc/posix-functions/roundl.texi: Likewise.
+       * doc/posix-functions/truncf.texi: Likewise.
+       * doc/posix-functions/trunc.texi: Likewise.
+       * doc/posix-functions/truncl.texi: Likewise.
+
 2010-12-20  Bruno Haible  <bruno@clisp.org>
 
        roundf, round, roundl: Update documentation regarding OSF/1 5.1.
index 888f7d93744546645e0a164f49ef6f9e8f103158..913490e4a7bb5598ced8517f76ea7fde38647f76 100644 (file)
@@ -13,7 +13,7 @@ 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.
+glibc 2.8, 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.
index 6681874b155bdf3604e015c3dac8d49a7bb7e31b..e52a7962c760fbe7f796689df78ee734c7b67d00 100644 (file)
@@ -13,7 +13,7 @@ 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.
+glibc 2.8, OSF/1 5.1.
 @item
 This functions returns a wrong result for x = 1/2 - 2^-25 on some platforms:
 mingw.
index 35218df131cb133b0d9265193bcc27715da232e6..98bcfa64aa4fe167ea0d603e197ceafc805602c8 100644 (file)
@@ -13,7 +13,7 @@ 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.
+glibc 2.8, OSF/1 5.1.
 @end itemize
 
 Portability problems not fixed by Gnulib:
index 206f6024c9a0e376ba37b5e75df75aa81c08846a..10278e320807ea84d27714cbc81f5dcdaee83327 100644 (file)
@@ -11,6 +11,9 @@ Portability problems fixed by Gnulib:
 @item
 This function is missing on some platforms:
 FreeBSD 5.2.1, NetBSD 3.0, OpenBSD 3.8, Solaris 9, Interix 3.5.
+@item
+This function is not declared (without @code{-D_GNU_SOURCE}) on some platforms:
+glibc 2.8.
 @end itemize
 
 Portability problems not fixed by Gnulib:
index ddc5cccffd97dec7751a656625552c81e494fd51..d6638b6e26e0f4078209c01ca9acb4a4642efb40 100644 (file)
@@ -11,6 +11,9 @@ Portability problems fixed by Gnulib:
 @item
 This function is missing on some platforms:
 FreeBSD 5.2.1, NetBSD 3.0, OpenBSD 3.8, AIX 5.1, HP-UX 11, Solaris 9, Interix 3.5.
+@item
+This function is not declared (without @code{-D_GNU_SOURCE}) on some platforms:
+glibc 2.8.
 @end itemize
 
 Portability problems not fixed by Gnulib:
index df3d14a09fdddf2bd261864af6d188e498a048fe..8afac2f358eaaf07f0891af3aeec4646e71d3bfa 100644 (file)
@@ -12,6 +12,9 @@ Portability problems fixed by Gnulib:
 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, Solaris 9, Cygwin, Interix 3.5, BeOS.
 @item
+This function is not declared (without @code{-D_GNU_SOURCE}) on some platforms:
+glibc 2.8.
+@item
 This function crashes on some platforms:
 OSF/1 4.0.
 @end itemize