]> Savannah Git Hosting - gnulib.git/commitdiff
doc: Remove support for some very old platforms.
authorBruno Haible <bruno@clisp.org>
Wed, 8 Jul 2020 01:21:36 +0000 (03:21 +0200)
committerBruno Haible <bruno@clisp.org>
Wed, 8 Jul 2020 01:21:36 +0000 (03:21 +0200)
* 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
doc/posix-functions/getcwd.texi
doc/posix-functions/memcmp.texi
doc/posix-functions/memcpy.texi
doc/posix-functions/memmove.texi
doc/posix-functions/memset.texi

index a1642ef1188c00759f318eb6127cf86b28a6106e..9cac500fdf3bf4a8b600cd14e571c7fe19bbe3d0 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,12 @@
 2020-07-07  Bruno Haible  <bruno@clisp.org>
 
+       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.
index 5ad8c9dcb39e9b94feecab4401d5215281d389e5..35b23eb5e39bfc64420c9c7808c81a25ffad1d1d 100644 (file)
@@ -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.
index 99fb8100b9ead5cd9635caf3893f27e9f92cfb1d..204208cb0b04aeeb27936e439a29350f6b99d385 100644 (file)
@@ -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.
index 5200f69a2cc65be54427352df3ca3196c246899b..ac68a70834d2bbeeb07d167a7673c09ecfdd255f 100644 (file)
@@ -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.
index 7da46c6ceb9621b45358b161829e38a693f886c9..bad1428286a65f0a5af52cb246d8a2053f51cef9 100644 (file)
@@ -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.
index 5e3cc808c72bdf70adaa8456d12b7c7c642001e1..6658b09b90792248cec61578928d5a735d8c0824 100644 (file)
@@ -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.