From ce083ca023ca1e479dc48ee9934878f42e81cb79 Mon Sep 17 00:00:00 2001 From: Bruno Haible Date: Mon, 20 Dec 2010 15:00:16 +0100 Subject: [PATCH] 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. --- ChangeLog | 7 +++++++ doc/posix-functions/round.texi | 3 +++ doc/posix-functions/roundf.texi | 3 +++ doc/posix-functions/roundl.texi | 3 +++ 4 files changed, 16 insertions(+) diff --git a/ChangeLog b/ChangeLog index 916c72619..574a0a727 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,12 @@ 2010-12-20 Bruno Haible + 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 + ttyname_r: Add missing declaration on HP-UX 11. * lib/unistd.in.h (ttyname_r): Test HAVE_DECL_TTYNAME_R instead of HAVE_TTYNAME_R. diff --git a/doc/posix-functions/round.texi b/doc/posix-functions/round.texi index 6dce17cac..888f7d937 100644 --- a/doc/posix-functions/round.texi +++ b/doc/posix-functions/round.texi @@ -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 diff --git a/doc/posix-functions/roundf.texi b/doc/posix-functions/roundf.texi index 075eaa3ce..6681874b1 100644 --- a/doc/posix-functions/roundf.texi +++ b/doc/posix-functions/roundf.texi @@ -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 diff --git a/doc/posix-functions/roundl.texi b/doc/posix-functions/roundl.texi index 442e35df1..35218df13 100644 --- a/doc/posix-functions/roundl.texi +++ b/doc/posix-functions/roundl.texi @@ -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: -- 2.11.0