summaryrefslogtreecommitdiff
path: root/doc/pastposix-functions
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/pastposix-functions
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/pastposix-functions')
-rw-r--r--doc/pastposix-functions/bcmp.texi2
-rw-r--r--doc/pastposix-functions/bcopy.texi2
-rw-r--r--doc/pastposix-functions/bsd_signal.texi2
-rw-r--r--doc/pastposix-functions/bzero.texi2
-rw-r--r--doc/pastposix-functions/ftime.texi2
-rw-r--r--doc/pastposix-functions/getwd.texi2
-rw-r--r--doc/pastposix-functions/index.texi2
-rw-r--r--doc/pastposix-functions/pthread_attr_getstackaddr.texi2
-rw-r--r--doc/pastposix-functions/pthread_attr_setstackaddr.texi2
-rw-r--r--doc/pastposix-functions/rindex.texi2
-rw-r--r--doc/pastposix-functions/ualarm.texi2
-rw-r--r--doc/pastposix-functions/usleep.texi2
-rw-r--r--doc/pastposix-functions/wcswcs.texi2
13 files changed, 13 insertions, 13 deletions
diff --git a/doc/pastposix-functions/bcmp.texi b/doc/pastposix-functions/bcmp.texi
index fa2544d2da..21a2e53c4f 100644
--- a/doc/pastposix-functions/bcmp.texi
+++ b/doc/pastposix-functions/bcmp.texi
@@ -14,7 +14,7 @@ Portability problems not fixed by Gnulib:
@itemize
@item
This function is missing on some platforms:
-Solaris 2.4, mingw, MSVC 14, Android 9.0.
+mingw, MSVC 14, Android 9.0.
@item
This function is marked as ``legacy'' in POSIX. Better use @code{memcmp}
instead.
diff --git a/doc/pastposix-functions/bcopy.texi b/doc/pastposix-functions/bcopy.texi
index 3afd02631d..c2f452eef0 100644
--- a/doc/pastposix-functions/bcopy.texi
+++ b/doc/pastposix-functions/bcopy.texi
@@ -10,7 +10,7 @@ Portability problems fixed by Gnulib:
@itemize
@item
This function is missing on some platforms:
-Solaris 2.4, mingw, MSVC 14, Android 9.0.
+mingw, MSVC 14, Android 9.0.
@end itemize
Portability problems not fixed by Gnulib:
diff --git a/doc/pastposix-functions/bsd_signal.texi b/doc/pastposix-functions/bsd_signal.texi
index 85c1916d9e..0f7465caf6 100644
--- a/doc/pastposix-functions/bsd_signal.texi
+++ b/doc/pastposix-functions/bsd_signal.texi
@@ -14,5 +14,5 @@ Portability problems not fixed by Gnulib:
@itemize
@item
This function is missing on some platforms:
-Mac OS X 10.5, FreeBSD 6.0, NetBSD 5.0, IRIX 5.3, Solaris 2.5.1, Cygwin, mingw, MSVC 14.
+Mac OS X 10.5, FreeBSD 6.0, NetBSD 5.0, IRIX 5.3, Cygwin, mingw, MSVC 14.
@end itemize
diff --git a/doc/pastposix-functions/bzero.texi b/doc/pastposix-functions/bzero.texi
index a67e5223fa..b5bd1c9c04 100644
--- a/doc/pastposix-functions/bzero.texi
+++ b/doc/pastposix-functions/bzero.texi
@@ -14,7 +14,7 @@ Portability problems not fixed by Gnulib:
@itemize
@item
This function is missing on some platforms:
-Solaris 2.4, mingw, MSVC 14, Android 9.0.
+mingw, MSVC 14, Android 9.0.
@item
This function is marked as ``legacy'' in POSIX. Better use @code{memset}
instead.
diff --git a/doc/pastposix-functions/ftime.texi b/doc/pastposix-functions/ftime.texi
index 2b2c0cee37..a693e1c881 100644
--- a/doc/pastposix-functions/ftime.texi
+++ b/doc/pastposix-functions/ftime.texi
@@ -14,7 +14,7 @@ Portability problems not fixed by Gnulib:
@itemize
@item
This function is missing on some platforms:
-Mac OS X 10.5, FreeBSD 6.0, NetBSD 5.0, OpenBSD 3.8, IRIX 5.3, Solaris 2.4, Android 9.0.
+Mac OS X 10.5, FreeBSD 6.0, NetBSD 5.0, OpenBSD 3.8, IRIX 5.3, Android 9.0.
@item
On native Windows platforms (mingw, MSVC), this function works incorrectly
when the environment variable @code{TZ} has been set by Cygwin.
diff --git a/doc/pastposix-functions/getwd.texi b/doc/pastposix-functions/getwd.texi
index 29a169fbc1..699e599142 100644
--- a/doc/pastposix-functions/getwd.texi
+++ b/doc/pastposix-functions/getwd.texi
@@ -14,7 +14,7 @@ Portability problems not fixed by Gnulib:
@itemize
@item
This function is missing on some platforms:
-Solaris 2.4, mingw, MSVC 14, Android 9.0.
+mingw, MSVC 14, Android 9.0.
@item
The size of the buffer required for this function is not a compile-time
constant. Also, the function truncates a result that would be larger than
diff --git a/doc/pastposix-functions/index.texi b/doc/pastposix-functions/index.texi
index a7becb8a72..8870f62102 100644
--- a/doc/pastposix-functions/index.texi
+++ b/doc/pastposix-functions/index.texi
@@ -19,7 +19,7 @@ Portability problems not fixed by Gnulib:
@itemize
@item
This function is missing on some platforms:
-Solaris 2.4, mingw, MSVC 14, Android 9.0.
+mingw, MSVC 14, Android 9.0.
@item
This function is marked as ``legacy'' in POSIX. Better use @code{strchr}
instead.
diff --git a/doc/pastposix-functions/pthread_attr_getstackaddr.texi b/doc/pastposix-functions/pthread_attr_getstackaddr.texi
index 4b16f75cbd..ee0ceda928 100644
--- a/doc/pastposix-functions/pthread_attr_getstackaddr.texi
+++ b/doc/pastposix-functions/pthread_attr_getstackaddr.texi
@@ -15,5 +15,5 @@ Portability problems not fixed by Gnulib:
@itemize
@item
This function is missing on some platforms:
-HP-UX 11, Solaris 2.4, Cygwin 1.7.9, mingw, MSVC 14, Android 9.0.
+HP-UX 11, Cygwin 1.7.9, mingw, MSVC 14, Android 9.0.
@end itemize
diff --git a/doc/pastposix-functions/pthread_attr_setstackaddr.texi b/doc/pastposix-functions/pthread_attr_setstackaddr.texi
index efeb3b808a..60e2bc1b5d 100644
--- a/doc/pastposix-functions/pthread_attr_setstackaddr.texi
+++ b/doc/pastposix-functions/pthread_attr_setstackaddr.texi
@@ -15,5 +15,5 @@ Portability problems not fixed by Gnulib:
@itemize
@item
This function is missing on some platforms:
-HP-UX 11, IRIX 5.3, Solaris 2.4, Cygwin 1.7.9, mingw, MSVC 14, Android 9.0.
+HP-UX 11, IRIX 5.3, Cygwin 1.7.9, mingw, MSVC 14, Android 9.0.
@end itemize
diff --git a/doc/pastposix-functions/rindex.texi b/doc/pastposix-functions/rindex.texi
index 3d60fdc777..b4594ff4de 100644
--- a/doc/pastposix-functions/rindex.texi
+++ b/doc/pastposix-functions/rindex.texi
@@ -14,7 +14,7 @@ Portability problems not fixed by Gnulib:
@itemize
@item
This function is missing on some platforms:
-Solaris 2.4, mingw, MSVC 14, Android 9.0.
+mingw, MSVC 14, Android 9.0.
@item
This function is marked as ``legacy'' in POSIX. Better use @code{strrchr}
instead.
diff --git a/doc/pastposix-functions/ualarm.texi b/doc/pastposix-functions/ualarm.texi
index 34a08b8876..d5b00c6170 100644
--- a/doc/pastposix-functions/ualarm.texi
+++ b/doc/pastposix-functions/ualarm.texi
@@ -14,5 +14,5 @@ Portability problems not fixed by Gnulib:
@itemize
@item
This function is missing on some platforms:
-Solaris 2.4, mingw, MSVC 14, Android 9.0.
+mingw, MSVC 14, Android 9.0.
@end itemize
diff --git a/doc/pastposix-functions/usleep.texi b/doc/pastposix-functions/usleep.texi
index 59f45451c3..eeca563bec 100644
--- a/doc/pastposix-functions/usleep.texi
+++ b/doc/pastposix-functions/usleep.texi
@@ -16,7 +16,7 @@ mingw.
This function is missing on some platforms. However, the replacement
is designed to be lightweight, and may round to the nearest second;
use @code{select} or @code{nanosleep} if better resolution is needed:
-IRIX 5.3, Solaris 2.4.
+IRIX 5.3.
@end itemize
Portability problems not fixed by Gnulib:
diff --git a/doc/pastposix-functions/wcswcs.texi b/doc/pastposix-functions/wcswcs.texi
index 0b2cb39e56..d12966a490 100644
--- a/doc/pastposix-functions/wcswcs.texi
+++ b/doc/pastposix-functions/wcswcs.texi
@@ -14,7 +14,7 @@ Portability problems not fixed by Gnulib:
@itemize
@item
This function is missing on some platforms:
-Mac OS X 10.5, FreeBSD 6.0, IRIX 5.3, Solaris 2.5.1, Cygwin, mingw, MSVC 14, Android 9.0.
+Mac OS X 10.5, FreeBSD 6.0, IRIX 5.3, Cygwin, mingw, MSVC 14, Android 9.0.
@item
On AIX and Windows platforms, @code{wchar_t} is a 16-bit type and therefore cannot
accommodate all Unicode characters.