]> Savannah Git Hosting - gnulib.git/commitdiff
doc: Remove documentation of Interix 3.5 as a supported platform.
authorBruno Haible <bruno@clisp.org>
Sat, 6 Jul 2019 10:46:09 +0000 (12:46 +0200)
committerBruno Haible <bruno@clisp.org>
Sat, 6 Jul 2019 10:46:09 +0000 (12:46 +0200)
* doc/gnulib-intro.texi (Target Platforms): Mention that Interix is
unsupported.
* doc/posix-functions/select.texi: Don't mention Interix specific
workarounds.
* doc/posix-headers/signal.texi: Likewise.
* doc/**/*.texi: Update.

ChangeLog
doc/glibc-functions/reallocarray.texi
doc/glibc-functions/secure_getenv.texi
doc/gnulib-intro.texi
doc/posix-functions/renameat.texi
doc/posix-functions/select.texi
doc/posix-functions/vwprintf.texi
doc/posix-headers/signal.texi

index f6316c2cf93c276cb82e3cefadb9c6fe61b2f1ed..fc3425971f09d365826bb671f03a46de7e96e027 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,13 @@
+2019-07-06  Bruno Haible  <bruno@clisp.org>
+
+       doc: Remove documentation of Interix 3.5 as a supported platform.
+       * doc/gnulib-intro.texi (Target Platforms): Mention that Interix is
+       unsupported.
+       * doc/posix-functions/select.texi: Don't mention Interix specific
+       workarounds.
+       * doc/posix-headers/signal.texi: Likewise.
+       * doc/**/*.texi: Update.
+
 2019-07-06  Bruno Haible  <bruno@clisp.org>
 
        doc: Remove documentation of IRIX 6.4 and older as supported platforms.
index 0fdb64944c0aba44e07b01a8113c3ae371931e88..5e25b6a0067684a9f243698c343a92a73c08eb3b 100644 (file)
@@ -25,9 +25,7 @@ Portability problems fixed by Gnulib:
 @itemize
 @item
 This function is missing on many platforms:
-glibc 2.25, macOS 10.13, FreeBSD 10, NetBSD 7, OpenBSD 5.5, Minix 3.3.0,
-AIX 7.2, HP-UX 11, IRIX, Solaris 11.4, Cygwin, mingw,
-MSVC 14, Interix, Android 9.0.
+glibc 2.25, macOS 10.13, FreeBSD 10, NetBSD 7, OpenBSD 5.5, Minix 3.3.0, AIX 7.2, HP-UX 11, IRIX, Solaris 11.4, Cygwin, mingw, MSVC 14, Android 9.0.
 @end itemize
 
 Portability problems not fixed by Gnulib:
index 642d95c0f2c00340a9fa6952c481604346b88687..bbacdd5924413054500a2224987eefaedffda502 100644 (file)
@@ -21,9 +21,7 @@ Portability problems fixed by Gnulib:
 @itemize
 @item
 This function is missing on many non-glibc platforms:
-glibc 2.16, OS X 10.8, FreeBSD 9.1, NetBSD 6.0.1, OpenBSD 5.2, Minix 3.2.0,
-AIX 7.1, HP-UX 11, IRIX 6.5, Solaris 11.3, Cygwin, mingw, MSVC 14,
-Interix 6.1, Android 9.0.
+glibc 2.16, OS X 10.8, FreeBSD 9.1, NetBSD 6.0.1, OpenBSD 5.2, Minix 3.2.0, AIX 7.1, HP-UX 11, IRIX 6.5, Solaris 11.3, Cygwin, mingw, MSVC 14, Android 9.0.
 @end itemize
 
 Portability problems not fixed by Gnulib:
index 55b3f5640944d1cf771e452b85f6c1e48fa2cfbf..424e5acdd3f3808d8b94c10ef2796ff9184088fa 100644 (file)
@@ -161,9 +161,6 @@ HP-UX 11.31 is very rarely tested.
 @c IRIX 6.5 cc has no option for C99 support. You would need to use gcc instead.
 IRIX 6.5 is very rarely tested.
 @item
-Interix 6.1 is no longer tested, and requires the @code{suacomp} library
-(@url{https://sourceforge.net/projects/suacomp/}) in version 0.6.8 or newer.
-@item
 Haiku is no longer tested.
 @item
 uClibc on Linux is no longer tested.
@@ -181,6 +178,8 @@ OSF/1 5.1.
 @item
 Solaris 8 and older.
 @item
+Interix.
+@item
 BeOS.
 @end itemize
 
index acdb5a16b7db69f223ff7aae3fb2bb914be36f7d..bc0550591e8e325bec78be58064b56a562cc4995 100644 (file)
@@ -10,9 +10,7 @@ Portability problems fixed by Gnulib:
 @itemize
 @item
 This function is missing on some platforms:
-glibc 2.3.6, Mac OS X 10.5, FreeBSD 6.0, NetBSD 5.0, OpenBSD 3.8, Minix 3.1.8,
-AIX 5.1, HP-UX 11, IRIX 6.5, Cygwin 1.5.x, mingw, MSVC 14,
-Interix 3.5.
+glibc 2.3.6, Mac OS X 10.5, FreeBSD 6.0, NetBSD 5.0, OpenBSD 3.8, Minix 3.1.8, AIX 5.1, HP-UX 11, IRIX 6.5, Cygwin 1.5.x, mingw, MSVC 14.
 But the replacement function is not safe to be used in libraries and is not
 multithread-safe.
 @item
index dc56a8f4a94bd351f034d862a011de3e20a3f7a2..d2fd82949838ed84b69c957ace0f51e3af21f8e1 100644 (file)
@@ -17,9 +17,6 @@ On Windows platforms (excluding Cygwin), error codes from this function
 are not placed in @code{errno}, and @code{WSAGetLastError} must be used
 instead.
 @item
-This function fails when the @code{nfds} argument is 0 on some platforms:
-Interix 3.5.
-@item
 On some platforms, this function fails to detect invalid fds with
 EBADF, but only if they lie beyond the current maximum open fd:
 FreeBSD 8.2.
index 15528a5fc134c8f71c4e2ae998738ade3df46d51..a95ec136d54d2a4a823c5278659f3699c1268f34 100644 (file)
@@ -18,8 +18,7 @@ argument of @code{strerror(errno)} (or a version of @code{strerror_r})
 instead.
 @item
 This function is missing on some platforms:
-NetBSD 3.0, OpenBSD 3.8, Minix 3.1.8, HP-UX 11.00, IRIX 6.5, Cygwin 1.5.x,
-Interix 3.5, Cygwin 1.7.
+NetBSD 3.0, OpenBSD 3.8, Minix 3.1.8, HP-UX 11.00, IRIX 6.5, Cygwin 1.7.
 @item
 This function exists, but does not support wide arguments on some
 platforms: Cygwin 1.5.x.
index 05de3d649356083d967a16b6adfe12f13b6efa3b..4f290880b13e250e81ebcc2584057b506014d8bc 100644 (file)
@@ -28,9 +28,6 @@ MSVC 14.
 The signal @code{SIGPIPE} is not defined on some platforms:
 mingw, MSVC 14.
 @item
-The macro @code{SA_NODEFER} is not defined on some platforms:
-Interix 3.5.
-@item
 The macros @code{SA_RESETHAND} and @code{SA_RESTART} are not defined
 on some platforms:
 NonStop.