X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=doc%2Fposix-functions%2Fstrtod.texi;h=b4b859ef0ebcf204079db742ca053d6f7f7d9e92;hb=fe7e2e21b5377b4917dab35aa853c2cb81c15f93;hp=6a488768ea864c04ad9c4afde66cfd475962a7de;hpb=0460b26278c909bd983c2c8938e72e4cc88e4084;p=gnulib.git diff --git a/doc/posix-functions/strtod.texi b/doc/posix-functions/strtod.texi index 6a488768e..b4b859ef0 100644 --- a/doc/posix-functions/strtod.texi +++ b/doc/posix-functions/strtod.texi @@ -2,7 +2,7 @@ @section @code{strtod} @findex strtod -POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/strtod.html} +POSIX specification:@* @url{http://www.opengroup.org/onlinepubs/9699919799/functions/strtod.html} Gnulib module: strtod @@ -31,7 +31,7 @@ HP-UX 11.11, IRIX 6.5, OSF/1 4.0. @item This function returns the wrong end pointer for @samp{-0x} on some platforms: -glibc 2.4, MacOS X 10.3, FreeBSD 6.2, Cygwin < 1.5.25-11. +glibc 2.4, MacOS X 10.3, FreeBSD 6.2, AIX 7.1, Cygwin < 1.5.25-11. @item This function returns +0.0 (not -0.0) for @samp{-0} on some platforms: @@ -43,7 +43,7 @@ OpenBSD 4.0, HP-UX 11.11, IRIX 6.5, OSF/1 5.1, Solaris 9, mingw. @item This function fails to parse @samp{NaN()} on some platforms: -glibc-2.3.6, MacOS X 10.3, FreeBSD 6.2, OpenBSD 4.0, AIX 5.1, HP-UX 11.11, IRIX 6.5, OSF/1 5.1, Cygwin < 1.5.25-11, mingw. +glibc-2.3.6, MacOS X 10.3, FreeBSD 6.2, OpenBSD 4.0, AIX 7.1, HP-UX 11.11, IRIX 6.5, OSF/1 5.1, Cygwin < 1.5.25-11, mingw. @item This function fails to parse @samp{NaN(@var{n-char-sequence})} on some @@ -53,12 +53,18 @@ OpenBSD 4.0, HP-UX 11.11, IRIX 6.5, OSF/1 5.1, mingw. @item This function parses @samp{NaN(@var{n-char-sequence})}, but returns the wrong end pointer on some platforms: -glibc-2.4, AIX 5.1. +glibc-2.4, AIX 7.1. @item This function fails to parse C99 hexadecimal floating point on some platforms: -NetBSD 3.0, OpenBSD 4.0, AIX 5.1, HP-UX 11.11, IRIX 6.5, OSF/1 5.1, Solaris 10, mingw. +NetBSD 3.0, OpenBSD 4.0, AIX 5.1, HP-UX 11.11, IRIX 6.5, OSF/1 5.1, +Solaris 10, mingw. + +@item +This function returns the wrong end pointer for @samp{0x1p} on some +platforms: +AIX 7.1. @end itemize Portability problems not fixed by Gnulib: