change debian version for adjusted snapshot date
[gnulib.git] / doc / posix-functions / strtod.texi
index b59ed48..6a48876 100644 (file)
@@ -2,7 +2,7 @@
 @section @code{strtod}
 @findex strtod
 
-POSIX specification: @url{http://www.opengroup.org/susv3xsh/strtod.html}
+POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/strtod.html}
 
 Gnulib module: strtod
 
@@ -35,7 +35,7 @@ glibc 2.4, MacOS X 10.3, FreeBSD 6.2, Cygwin < 1.5.25-11.
 
 @item
 This function returns +0.0 (not -0.0) for @samp{-0} on some platforms:
-IRIX 6.5.
+IRIX 6.5, OSF/1 4.0.
 
 @item
 This function fails to parse Infinities and plain NaNs on some platforms:
@@ -66,7 +66,7 @@ Portability problems not fixed by Gnulib:
 @item
 This function returns +0.0 (not -0.0) for negative underflow on some
 platforms:
-glibc 2.7, Cygwin, mingw.
+glibc 2.7, Cygwin 1.5.x, mingw.
 
 @item
 This function cannot distinguish between ``nan'' and ``-nan'' on some