From 3f53c355dd2efa18317f53d24c8b19b8a278674f Mon Sep 17 00:00:00 2001 From: Bruno Haible Date: Wed, 8 Jul 2020 03:21:36 +0200 Subject: doc: Remove support for some very old platforms. * doc/posix-functions/memcmp.texi: Don't mention "older platforms". * doc/posix-functions/memcpy.texi: Likewise. * doc/posix-functions/memmove.texi: Likewise. * doc/posix-functions/memset.texi: Likewise. * doc/posix-functions/getcwd.texi: Likewise. --- ChangeLog | 7 +++++++ doc/posix-functions/getcwd.texi | 2 -- doc/posix-functions/memcmp.texi | 2 -- doc/posix-functions/memcpy.texi | 2 -- doc/posix-functions/memmove.texi | 2 -- doc/posix-functions/memset.texi | 2 -- 6 files changed, 7 insertions(+), 10 deletions(-) diff --git a/ChangeLog b/ChangeLog index a1642ef118..9cac500fdf 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,12 @@ 2020-07-07 Bruno Haible + doc: Remove support for some very old platforms. + * doc/posix-functions/memcmp.texi: Don't mention "older platforms". + * doc/posix-functions/memcpy.texi: Likewise. + * doc/posix-functions/memmove.texi: Likewise. + * doc/posix-functions/memset.texi: Likewise. + * doc/posix-functions/getcwd.texi: Likewise. + memchr: Remove support for some very old platforms. * m4/memchr-obsolete.m4: Remove file. * modules/memchr-obsolete: Remove file. diff --git a/doc/posix-functions/getcwd.texi b/doc/posix-functions/getcwd.texi index 5ad8c9dcb3..35b23eb5e3 100644 --- a/doc/posix-functions/getcwd.texi +++ b/doc/posix-functions/getcwd.texi @@ -34,8 +34,6 @@ mingw. Portability problems fixed by Gnulib module @code{getcwd}: @itemize @item -This function is missing on some older platforms. -@item This function does not handle long file names (greater than @code{PATH_MAX}) correctly on some platforms: glibc on Linux 2.4.20, Mac OS X 10.5, FreeBSD 6.4, NetBSD 5.1, OpenBSD 4.9, AIX 7.1. diff --git a/doc/posix-functions/memcmp.texi b/doc/posix-functions/memcmp.texi index 99fb8100b9..204208cb0b 100644 --- a/doc/posix-functions/memcmp.texi +++ b/doc/posix-functions/memcmp.texi @@ -9,8 +9,6 @@ Gnulib module: memcmp Portability problems fixed by Gnulib: @itemize @item -This function is missing on some older platforms. -@item This function fails when comparing 16 bytes or more and with at least one buffer not starting on a 4-byte boundary on some older platforms: NeXTstep/x86. diff --git a/doc/posix-functions/memcpy.texi b/doc/posix-functions/memcpy.texi index 5200f69a2c..ac68a70834 100644 --- a/doc/posix-functions/memcpy.texi +++ b/doc/posix-functions/memcpy.texi @@ -9,8 +9,6 @@ Gnulib module: memcpy Portability problems fixed by Gnulib: @itemize @item -This function is missing on some older platforms. -@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/memmove.texi b/doc/posix-functions/memmove.texi index 7da46c6ceb..bad1428286 100644 --- a/doc/posix-functions/memmove.texi +++ b/doc/posix-functions/memmove.texi @@ -9,8 +9,6 @@ Gnulib module: memmove Portability problems fixed by Gnulib: @itemize @item -This function is missing on some older platforms. -@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/memset.texi b/doc/posix-functions/memset.texi index 5e3cc808c7..6658b09b90 100644 --- a/doc/posix-functions/memset.texi +++ b/doc/posix-functions/memset.texi @@ -9,8 +9,6 @@ Gnulib module: memset Portability problems fixed by Gnulib: @itemize @item -This function is missing on some older platforms. -@item This function cannot be called from plain inline or extern inline functions on some platforms: OS X 10.8. -- cgit v1.2.1