summaryrefslogtreecommitdiff
path: root/doc/posix-functions/atof.texi
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2019-07-06 05:10:53 +0200
committerBruno Haible <bruno@clisp.org>2019-07-06 05:10:53 +0200
commit8f999c4465b05232e87b2dd9e653cada6e82cdf6 (patch)
tree8c8f6991fe81838d4be6d410792b531b521aafcc /doc/posix-functions/atof.texi
parent9e7e46b0fc1f6675720feca42000161e97de136c (diff)
downloadgnulib-8f999c4465b05232e87b2dd9e653cada6e82cdf6.tar.gz
doc: Remove documentation of Solaris 8 and older as supported platforms.
* doc/gnulib-intro.texi (Target Platforms): Mention that Solaris <= 8 is unsupported. * doc/posix-functions/mbrtowc.texi: Don't mention Solaris specific workarounds. * doc/posix-functions/memcmp.texi: Likewise. * doc/posix-functions/rename.texi: Likewise. * doc/posix-functions/tzset.texi: Likewise. * doc/posix-headers/wctype.texi: Likewise. * doc/**/*.texi: Update.
Diffstat (limited to 'doc/posix-functions/atof.texi')
-rw-r--r--doc/posix-functions/atof.texi8
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/posix-functions/atof.texi b/doc/posix-functions/atof.texi
index e2c46f8548..d3362d47fb 100644
--- a/doc/posix-functions/atof.texi
+++ b/doc/posix-functions/atof.texi
@@ -32,20 +32,20 @@ glibc 2.4, Cygwin < 1.5.25-11.
@item
This function fails to parse Infinities and plain NaNs on some platforms:
-Solaris 8, Mingw, OpenBSD 4.0.
+Mingw, OpenBSD 4.0.
@item
This function fails to parse NaN() on some platforms:
-Solaris 8, Mingw, OpenBSD 4.0, Cygwin < 1.5.25-11.
+Mingw, OpenBSD 4.0, Cygwin < 1.5.25-11.
@item
This function fails to parse NaN(n-char-sequence) on some platforms:
-Solaris 8, Mingw, OpenBSD 4.0.
+Mingw, OpenBSD 4.0.
@item
This function fails to parse C99 hexadecimal floating point on some
platforms:
-Solaris 8, Mingw, OpenBSD 4.0.
+Mingw, OpenBSD 4.0.
@item
This function fails to correctly parse very long strings on some