From: Bruno Haible Date: Sat, 6 Jul 2019 11:45:38 +0000 (+0200) Subject: doc: Remove documentation of Linux libc5 as a supported platform. X-Git-Tag: v1.0~4776 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=0c2bfb4b5f19bb6e20d1aca88ebafaff23cb752b;p=thirdparty%2Fgnulib.git doc: Remove documentation of Linux libc5 as a supported platform. * doc/posix-functions/iswalnum.texi: Don't mention workarounds specific to Linux libc5. * doc/posix-functions/iswalpha.texi: Likewise. * doc/posix-functions/iswblank.texi: Likewise. * doc/posix-functions/iswcntrl.texi: Likewise. * doc/posix-functions/iswdigit.texi: Likewise. * doc/posix-functions/iswgraph.texi: Likewise. * doc/posix-functions/iswlower.texi: Likewise. * doc/posix-functions/iswprint.texi: Likewise. * doc/posix-functions/iswpunct.texi: Likewise. * doc/posix-functions/iswspace.texi: Likewise. * doc/posix-functions/iswupper.texi: Likewise. * doc/posix-functions/iswxdigit.texi: Likewise. * doc/posix-functions/snprintf.texi: Likewise. * doc/posix-functions/vsnprintf.texi: Likewise. --- diff --git a/doc/posix-functions/iswalnum.texi b/doc/posix-functions/iswalnum.texi index 76eeba5805..0c4796fc79 100644 --- a/doc/posix-functions/iswalnum.texi +++ b/doc/posix-functions/iswalnum.texi @@ -12,9 +12,6 @@ Portability problems fixed by Gnulib: This function is missing on some platforms: Minix 3.1.8. @item -This function returns 0 for all possible arguments on some platforms: -Linux libc5. -@item This function cannot be called from plain inline or extern inline functions on some platforms: OS X 10.8. diff --git a/doc/posix-functions/iswalpha.texi b/doc/posix-functions/iswalpha.texi index 026599e288..d47bbd612b 100644 --- a/doc/posix-functions/iswalpha.texi +++ b/doc/posix-functions/iswalpha.texi @@ -12,9 +12,6 @@ Portability problems fixed by Gnulib: This function is missing on some platforms: Minix 3.1.8. @item -This function returns 0 for all possible arguments on some platforms: -Linux libc5. -@item This function cannot be called from plain inline or extern inline functions on some platforms: OS X 10.8. diff --git a/doc/posix-functions/iswblank.texi b/doc/posix-functions/iswblank.texi index ce6b64c55c..b4cc49befb 100644 --- a/doc/posix-functions/iswblank.texi +++ b/doc/posix-functions/iswblank.texi @@ -17,9 +17,6 @@ IRIX 6.5.30. @item This function is not declared (without @code{-D_GNU_SOURCE}) on some platforms: glibc 2.8. -@item -This function returns 0 for all possible arguments on some platforms: -Linux libc5. @end itemize Portability problems not fixed by Gnulib: diff --git a/doc/posix-functions/iswcntrl.texi b/doc/posix-functions/iswcntrl.texi index 6f41de73d9..3439e01a37 100644 --- a/doc/posix-functions/iswcntrl.texi +++ b/doc/posix-functions/iswcntrl.texi @@ -12,9 +12,6 @@ Portability problems fixed by Gnulib: This function is missing on some platforms: Minix 3.1.8. @item -This function returns 0 for all possible arguments on some platforms: -Linux libc5. -@item This function cannot be called from plain inline or extern inline functions on some platforms: OS X 10.8. diff --git a/doc/posix-functions/iswdigit.texi b/doc/posix-functions/iswdigit.texi index c5cdde63d8..52ce650347 100644 --- a/doc/posix-functions/iswdigit.texi +++ b/doc/posix-functions/iswdigit.texi @@ -12,9 +12,6 @@ Portability problems fixed by Gnulib: This function is missing on some platforms: Minix 3.1.8. @item -This function returns 0 for all possible arguments on some platforms: -Linux libc5. -@item This function cannot be called from plain inline or extern inline functions on some platforms: OS X 10.8. diff --git a/doc/posix-functions/iswgraph.texi b/doc/posix-functions/iswgraph.texi index 7c652e33df..3fd3095fff 100644 --- a/doc/posix-functions/iswgraph.texi +++ b/doc/posix-functions/iswgraph.texi @@ -12,9 +12,6 @@ Portability problems fixed by Gnulib: This function is missing on some platforms: Minix 3.1.8. @item -This function returns 0 for all possible arguments on some platforms: -Linux libc5. -@item This function cannot be called from plain inline or extern inline functions on some platforms: OS X 10.8. diff --git a/doc/posix-functions/iswlower.texi b/doc/posix-functions/iswlower.texi index a41b699d64..8b105a9900 100644 --- a/doc/posix-functions/iswlower.texi +++ b/doc/posix-functions/iswlower.texi @@ -12,9 +12,6 @@ Portability problems fixed by Gnulib: This function is missing on some platforms: Minix 3.1.8. @item -This function returns 0 for all possible arguments on some platforms: -Linux libc5. -@item This function cannot be called from plain inline or extern inline functions on some platforms: OS X 10.8. diff --git a/doc/posix-functions/iswprint.texi b/doc/posix-functions/iswprint.texi index 72a3c2b9e8..4ace0c2fba 100644 --- a/doc/posix-functions/iswprint.texi +++ b/doc/posix-functions/iswprint.texi @@ -12,9 +12,6 @@ Portability problems fixed by Gnulib: This function is missing on some platforms: Minix 3.1.8. @item -This function returns 0 for all possible arguments on some platforms: -Linux libc5. -@item This function cannot be called from plain inline or extern inline functions on some platforms: OS X 10.8. diff --git a/doc/posix-functions/iswpunct.texi b/doc/posix-functions/iswpunct.texi index 5d665e531c..4e2815337a 100644 --- a/doc/posix-functions/iswpunct.texi +++ b/doc/posix-functions/iswpunct.texi @@ -12,9 +12,6 @@ Portability problems fixed by Gnulib: This function is missing on some platforms: Minix 3.1.8. @item -This function returns 0 for all possible arguments on some platforms: -Linux libc5. -@item This function cannot be called from plain inline or extern inline functions on some platforms: OS X 10.8. diff --git a/doc/posix-functions/iswspace.texi b/doc/posix-functions/iswspace.texi index ce6d6e52ab..6f5efe087a 100644 --- a/doc/posix-functions/iswspace.texi +++ b/doc/posix-functions/iswspace.texi @@ -12,9 +12,6 @@ Portability problems fixed by Gnulib: This function is missing on some platforms: Minix 3.1.8. @item -This function returns 0 for all possible arguments on some platforms: -Linux libc5. -@item This function cannot be called from plain inline or extern inline functions on some platforms: OS X 10.8. diff --git a/doc/posix-functions/iswupper.texi b/doc/posix-functions/iswupper.texi index 4877a56423..62c58506fb 100644 --- a/doc/posix-functions/iswupper.texi +++ b/doc/posix-functions/iswupper.texi @@ -12,9 +12,6 @@ Portability problems fixed by Gnulib: This function is missing on some platforms: Minix 3.1.8. @item -This function returns 0 for all possible arguments on some platforms: -Linux libc5. -@item This function cannot be called from plain inline or extern inline functions on some platforms: OS X 10.8. diff --git a/doc/posix-functions/iswxdigit.texi b/doc/posix-functions/iswxdigit.texi index 244cd612a5..276f09994a 100644 --- a/doc/posix-functions/iswxdigit.texi +++ b/doc/posix-functions/iswxdigit.texi @@ -12,9 +12,6 @@ Portability problems fixed by Gnulib: This function is missing on some platforms: Minix 3.1.8. @item -This function returns 0 for all possible arguments on some platforms: -Linux libc5. -@item This function cannot be called from plain inline or extern inline functions on some platforms: OS X 10.8. diff --git a/doc/posix-functions/snprintf.texi b/doc/posix-functions/snprintf.texi index ababdbfe04..583e0270b3 100644 --- a/doc/posix-functions/snprintf.texi +++ b/doc/posix-functions/snprintf.texi @@ -19,10 +19,6 @@ NetBSD 3.0, mingw. This function does not return a byte count as specified in C99 on some platforms: HP-UX 11, IRIX 6.5, Solaris 9, mingw. -@item -This function overwrites memory even when a size argument of 1 is passed on some -platforms: -Linux libc5. @end itemize Portability problems fixed by Gnulib module @code{snprintf-posix}: diff --git a/doc/posix-functions/vsnprintf.texi b/doc/posix-functions/vsnprintf.texi index 3f1daa8cda..102a8107b9 100644 --- a/doc/posix-functions/vsnprintf.texi +++ b/doc/posix-functions/vsnprintf.texi @@ -13,10 +13,6 @@ This function does not support format directives that access arguments in an arbitrary order, such as @code{"%2$s"}, on some platforms: NetBSD 3.0, mingw, MSVC 14. @item -This function overwrites memory even when a size argument of 1 is passed on some -platforms: -Linux libc5. -@item This function does not return a byte count as specified in C99 on some platforms: HP-UX 11, IRIX 6.5, Solaris 9, mingw, MSVC 14.