]> Savannah Git Hosting - gnulib.git/commitdiff
bcopy: Deprecate module.
authorBruno Haible <bruno@clisp.org>
Tue, 27 Aug 2024 21:11:26 +0000 (23:11 +0200)
committerBruno Haible <bruno@clisp.org>
Tue, 27 Aug 2024 21:11:26 +0000 (23:11 +0200)
* modules/bcopy (Status, Notice): Mark as deprecated.
* doc/pastposix-functions/bcopy.texi: Mention that this module does not
declare bcopy().

ChangeLog
doc/pastposix-functions/bcopy.texi
modules/bcopy

index 9530f25a61f430d021b20bfa5d8e007542e9e598..92c89efae30b4edb43daf8385dd3076725938d8c 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2024-08-27  Bruno Haible  <bruno@clisp.org>
+
+       bcopy: Deprecate module.
+       * modules/bcopy (Status, Notice): Mark as deprecated.
+       * doc/pastposix-functions/bcopy.texi: Mention that this module does not
+       declare bcopy().
+
 2024-08-27  Bruno Haible  <bruno@clisp.org>
 
        simple-atomic: Fix a clang warning on native Windows.
index 73ab4ea24f2d6ebc8252f9e239397877228bf4c4..c4676d90132b6da6e67db8708b75a1db1409eeb8 100644 (file)
@@ -19,4 +19,6 @@ Portability problems not fixed by Gnulib:
 @item
 This function is removed in POSIX.1-2008.  Better use @code{memcpy}
 or @code{memmove} instead.
+@item
+This module does not arrange to declare this function.
 @end itemize
index d4a2bb93b7626f6b3c3a6680cf195e914a020bad..146fb90c6a7fd7dfcfa5f3828910a88793df0ca4 100644 (file)
@@ -1,6 +1,12 @@
 Description:
 Old BSD bcopy() function: copy memory area.
 
+Status:
+deprecated
+
+Notice:
+This module is deprecated because the standard way to copy memory is memcpy().
+
 Files:
 lib/bcopy.c