]> Savannah Git Hosting - gnulib.git/commitdiff
doc: Mention the availability of specific functions in glibc versions.
authorBruno Haible <bruno@clisp.org>
Mon, 10 Jun 2019 12:08:06 +0000 (14:08 +0200)
committerBruno Haible <bruno@clisp.org>
Mon, 10 Jun 2019 12:08:06 +0000 (14:08 +0200)
* doc/glibc-functions/accept4.texi: Add info about glibc.
* doc/glibc-functions/dup3.texi: Likewise.
* doc/glibc-functions/fallocate.texi: Likewise.
* doc/glibc-functions/mkostemp.texi: Likewise.
* doc/glibc-functions/pipe2.texi: Likewise.
* doc/posix-functions/futimens.texi: Likewise.
* doc/posix-functions/pthread_barrierattr_getpshared.texi: Likewise.
* doc/posix-functions/pthread_condattr_getclock.texi: Likewise.
* doc/posix-functions/pthread_condattr_setclock.texi: Likewise.
* doc/posix-functions/pthread_setschedprio.texi: Likewise.
* doc/posix-functions/strerror_l.texi: Likewise.
* doc/posix-functions/utimensat.texi: Likewise.

12 files changed:
doc/glibc-functions/accept4.texi
doc/glibc-functions/dup3.texi
doc/glibc-functions/fallocate.texi
doc/glibc-functions/mkostemp.texi
doc/glibc-functions/pipe2.texi
doc/posix-functions/futimens.texi
doc/posix-functions/pthread_barrierattr_getpshared.texi
doc/posix-functions/pthread_condattr_getclock.texi
doc/posix-functions/pthread_condattr_setclock.texi
doc/posix-functions/pthread_setschedprio.texi
doc/posix-functions/strerror_l.texi
doc/posix-functions/utimensat.texi

index e8ac72351475fc10553f74bd6124406338c1aa0f..e7fe4b7344feed5e757ab5fbc3bc54e4257ca1b9 100644 (file)
@@ -8,7 +8,7 @@ Portability problems fixed by Gnulib:
 @itemize
 @item
 This function is missing on many non-glibc platforms:
-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, OSF/1 5.1, Solaris 11.3, Cygwin 1.7.1, mingw, MSVC 14, Interix 3.5, BeOS, Android 4.4.
+glibc 2.9, 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, OSF/1 5.1, Solaris 11.3, Cygwin 1.7.1, mingw, MSVC 14, Interix 3.5, BeOS, Android 4.4.
 But the replacement function is not atomic; this matters in multi-threaded
 programs that spawn child processes.
 @end itemize
index 5e5d8cdada9e5644a40f253b310689d72d1b9ff0..f77e250b973947c36c8481d35fe09ac69922837f 100644 (file)
@@ -8,7 +8,7 @@ Portability problems fixed by Gnulib:
 @itemize
 @item
 This function is missing on many non-glibc platforms:
-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, OSF/1 5.1, Solaris 11.3, Cygwin 1.7.1, mingw, MSVC 14, Interix 3.5, BeOS, Android 4.4.
+glibc 2.8, 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, OSF/1 5.1, Solaris 11.3, Cygwin 1.7.1, mingw, MSVC 14, Interix 3.5, BeOS, Android 4.4.
 
 @item
 This function can crash on some platforms:
index 423f18c6878cdeaf4cce788a5c100b66eca57e41..8a5f5d9da8f71ab6deec531e559d8a662a456842 100644 (file)
@@ -12,7 +12,7 @@ Portability problems not fixed by Gnulib:
 @itemize
 @item
 This function is missing on older glibc versions and many non-glibc platforms:
-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, OSF/1 5.1, Solaris 11.4, Cygwin, mingw, MSVC 14, Interix 3.5, BeOS, Android 4.4.
+glibc 2.9, 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, OSF/1 5.1, Solaris 11.4, Cygwin, mingw, MSVC 14, Interix 3.5, BeOS, Android 4.4.
 @item
 On platforms where @code{off_t} is a 32-bit type, this function may not
 work correctly across the entire data range of files larger than 2 GB.
index aaa7a6594103a93053895fdfd1cda5ddafbed5ae..3a5f08b79cb1f46211a43e970a8651f39059b65e 100644 (file)
@@ -8,7 +8,7 @@ Portability problems fixed by Gnulib:
 @itemize
 @item
 This function is missing on many non-glibc platforms:
-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, OSF/1 5.1, Solaris 11.4, Cygwin 1.7.5, mingw, MSVC 14, Interix 3.5, BeOS, Android 5.1.
+glibc 2.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, OSF/1 5.1, Solaris 11.4, Cygwin 1.7.5, mingw, MSVC 14, Interix 3.5, BeOS, Android 5.1.
 @item
 This function is declared in @code{<unistd.h>} instead of @code{<stdlib.h>}
 on some platforms:
index 5bbfded13b6f35e1330f6701fac429d52c9f227f..ab92811c91709b7d7e13c4ec25720b0696ba56e8 100644 (file)
@@ -8,7 +8,7 @@ Portability problems fixed by Gnulib:
 @itemize
 @item
 This function is missing on many non-glibc platforms:
-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, OSF/1 5.1, Solaris 11.3, Cygwin 1.7.1, mingw, MSVC 14, Interix 3.5, BeOS, Android 2.2.
+glibc 2.8, 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, OSF/1 5.1, Solaris 11.3, Cygwin 1.7.1, mingw, MSVC 14, Interix 3.5, BeOS, Android 2.2.
 But the replacement function is not atomic; this matters in multi-threaded
 programs that spawn child processes.
 @end itemize
index 1e1c76c177177c90047a8254139d6439224ef3cb..250af78536b743ad606a897707b55c25f7aa85fa 100644 (file)
@@ -10,7 +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, OSF/1 5.1, Solaris 10, Cygwin 1.5.x, mingw, MSVC 14, Interix 3.5, BeOS, Android 4.3.
+glibc 2.5, 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, OSF/1 5.1, Solaris 10, Cygwin 1.5.x, mingw, MSVC 14, Interix 3.5, BeOS, Android 4.3.
 However, the replacement function may end up truncating timestamps to
 worse resolution than supported by the file system.
 @item
index 1ba806eac22cd7c3787d3f3c5b4dd78b5881c3c6..fb084c8bc64597ed7f62ce4f629fd57cf7da7bbc 100644 (file)
@@ -14,5 +14,5 @@ Portability problems not fixed by Gnulib:
 @itemize
 @item
 This function is missing on some platforms:
-glibc 2.3.6, Mac OS X 10.5, FreeBSD 5.2.1, NetBSD 5.0, OpenBSD 3.8, Minix 3.1.8, AIX 5.1, HP-UX 11, IRIX 6.5, OSF/1 5.1, Solaris 9, Cygwin, mingw, MSVC 14, Interix 3.5, BeOS, Android 6.0.
+glibc 2.3.2, Mac OS X 10.5, FreeBSD 5.2.1, NetBSD 5.0, OpenBSD 3.8, Minix 3.1.8, AIX 5.1, HP-UX 11, IRIX 6.5, OSF/1 5.1, Solaris 9, Cygwin, mingw, MSVC 14, Interix 3.5, BeOS, Android 6.0.
 @end itemize
index 078d63da04d58d314a4b71e596e9dbd0a9854331..7ace163280140c5cc90d3c39da8745842f899398 100644 (file)
@@ -14,5 +14,5 @@ Portability problems not fixed by Gnulib:
 @itemize
 @item
 This function is missing on some platforms:
-glibc 2.3.6, Mac OS X 10.5, FreeBSD 5.2.1, NetBSD 5.0, OpenBSD 3.8, Minix 3.1.8, AIX 5.1, HP-UX 11, IRIX 6.5, OSF/1 5.1, Solaris 9, Cygwin 1.7.9, mingw, MSVC 14, Interix 3.5, BeOS, Android 4.4.
+glibc 2.3.2, Mac OS X 10.5, FreeBSD 5.2.1, NetBSD 5.0, OpenBSD 3.8, Minix 3.1.8, AIX 5.1, HP-UX 11, IRIX 6.5, OSF/1 5.1, Solaris 9, Cygwin 1.7.9, mingw, MSVC 14, Interix 3.5, BeOS, Android 4.4.
 @end itemize
index 4f0802ec220fc892389231984a2b1e448ba0f711..5a99f527f3e7810e0ba34173c439b66cb7e51676 100644 (file)
@@ -14,5 +14,5 @@ Portability problems not fixed by Gnulib:
 @itemize
 @item
 This function is missing on some platforms:
-glibc 2.3.6, Mac OS X 10.5, FreeBSD 5.2.1, NetBSD 5.0, OpenBSD 3.8, Minix 3.1.8, AIX 5.1, HP-UX 11, IRIX 6.5, OSF/1 5.1, Solaris 9, Cygwin 1.7.9, mingw, MSVC 14, Interix 3.5, BeOS, Android 4.4.
+glibc 2.3.2, Mac OS X 10.5, FreeBSD 5.2.1, NetBSD 5.0, OpenBSD 3.8, Minix 3.1.8, AIX 5.1, HP-UX 11, IRIX 6.5, OSF/1 5.1, Solaris 9, Cygwin 1.7.9, mingw, MSVC 14, Interix 3.5, BeOS, Android 4.4.
 @end itemize
index 78448b59f11b2dc75b80f43637d9ffb2353ebc7a..f9bbcb1c4155965558571b1799e243022defee6c 100644 (file)
@@ -14,5 +14,5 @@ Portability problems not 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 3.0, OpenBSD 3.8, Minix 3.1.8, AIX 5.1, HP-UX 11, IRIX 6.5, OSF/1 5.1, Solaris 9, Cygwin 1.7.9, mingw, MSVC 14, BeOS, Android 8.1.
+glibc 2.3.3, Mac OS X 10.5, FreeBSD 6.0, NetBSD 3.0, OpenBSD 3.8, Minix 3.1.8, AIX 5.1, HP-UX 11, IRIX 6.5, OSF/1 5.1, Solaris 9, Cygwin 1.7.9, mingw, MSVC 14, BeOS, Android 8.1.
 @end itemize
index 0c629fde90ba9da23bc251a53d725b1424925382..5341161bd31228b874a6f772b01f5bf5ea6f2740 100644 (file)
@@ -14,5 +14,5 @@ Portability problems not 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, OSF/1 5.1, Solaris 11.3, Cygwin, mingw, MSVC 14, Interix 3.5, BeOS, Android 5.1.
+glibc 2.5, 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, OSF/1 5.1, Solaris 11.3, Cygwin, mingw, MSVC 14, Interix 3.5, BeOS, Android 5.1.
 @end itemize
index 9182fd6aec0822fa59aa9977e927ec1809fccfaa..1b8685e1452a8a6171237e4c639d046902e185c8 100644 (file)
@@ -10,7 +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, OSF/1 5.1, Solaris 10, Cygwin 1.5.x, mingw, MSVC 14, Interix 3.5, BeOS, Android 3.0.
+glibc 2.5, 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, OSF/1 5.1, Solaris 10, Cygwin 1.5.x, mingw, MSVC 14, Interix 3.5, BeOS, Android 3.0.
 However, the replacement function may end up truncating timestamps to
 worse resolution than supported by the file system.  Furthermore, the
 replacement function is not safe to be used in libraries and is not