pthread_sigmask: Work around Cygwin bug.
[pspp] / doc / posix-functions / strtod.texi
index 172e250364f6cedd92137a97182860ad0d87e1a0..4f8f08bdb748bb9daff86240fcddd580d3ea05e8 100644 (file)
@@ -4,13 +4,10 @@
 
 POSIX specification:@* @url{http://www.opengroup.org/onlinepubs/9699919799/functions/strtod.html}
 
-Gnulib module: strtod
+Gnulib module: strtod or strtod-obsolete
 
-Portability problems fixed by Gnulib:
+Portability problems fixed by either Gnulib module @code{strtod} or @code{strtod-obsolete}:
 @itemize
-@item
-This function is missing on some old platforms.
-
 @item
 This function mis-parses strings with leading @samp{+} on some old platforms:
 Old versions of Linux.
@@ -58,8 +55,8 @@ 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 5.0, OpenBSD 4.0, AIX 5.1, HP-UX 11.11, IRIX 6.5, OSF/1 5.1,
+Solaris 11 2010-11, mingw.
 
 @item
 This function returns the wrong end pointer for @samp{0x1p} on some
@@ -67,6 +64,12 @@ platforms:
 AIX 7.1.
 @end itemize
 
+Portability problems fixed by Gnulib module @code{strtod-obsolete}:
+@itemize
+@item
+This function is missing on some old platforms.
+@end itemize
+
 Portability problems not fixed by Gnulib:
 @itemize
 @item
@@ -82,7 +85,7 @@ glibc 2.7, IRIX 6.5, OSF/1 5.1, mingw.
 @item
 This function fails to correctly parse very long strings on some
 platforms:
-MacOS X 10.5, FreeBSD 6.2, NetBSD 3.0, OpenBSD 4.0, IRIX 6.5, OSF/1 5.1, Cygwin, mingw.
+MacOS X 10.5, FreeBSD 6.2, NetBSD 5.0, OpenBSD 4.0, IRIX 6.5, OSF/1 5.1, Cygwin, mingw.
 
 @item
 The replacement function does not always return correctly rounded results.