summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2020-05-31 02:42:47 +0200
committerBruno Haible <bruno@clisp.org>2020-05-31 02:47:49 +0200
commit68935ae95b339a42ee955be00aa7921bd37916ba (patch)
tree9d26d2f3df63206eb260b2fe76c89abfab69278f /ChangeLog
parentde5cbc0daf6a405207b4f012c0617c26fc102960 (diff)
downloadgnulib-68935ae95b339a42ee955be00aa7921bd37916ba.tar.gz
wmempcpy: New module.
Reported by Paul Eggert in <https://lists.gnu.org/archive/html/bug-gnulib/2020-05/msg00387.html>. * lib/wchar.in.h (wmempcpy): New declaration. * lib/wmempcpy.c: New file. * m4/wmempcpy.m4: New file. * m4/wchar_h.m4 (gl_WCHAR_H): Test whether wmempcpy is declared. (gl_WCHAR_H_DEFAULTS): Initialize GNULIB_WMEMPCPY, HAVE_WMEMPCPY. * modules/wchar (Makefile.am): Substitute GNULIB_WMEMPCPY, HAVE_WMEMPCPY. * modules/wmempcpy: New file. * tests/test-wchar-c++.cc: Check the signature of wmempcpy. * doc/glibc-functions/wmempcpy.texi: Mention the new module. * modules/mempcpy (Description): Fix typo.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog17
1 files changed, 17 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 4b39c3d378..b396b3c195 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,22 @@
2020-05-30 Bruno Haible <bruno@clisp.org>
+ wmempcpy: New module.
+ Reported by Paul Eggert in
+ <https://lists.gnu.org/archive/html/bug-gnulib/2020-05/msg00387.html>.
+ * lib/wchar.in.h (wmempcpy): New declaration.
+ * lib/wmempcpy.c: New file.
+ * m4/wmempcpy.m4: New file.
+ * m4/wchar_h.m4 (gl_WCHAR_H): Test whether wmempcpy is declared.
+ (gl_WCHAR_H_DEFAULTS): Initialize GNULIB_WMEMPCPY, HAVE_WMEMPCPY.
+ * modules/wchar (Makefile.am): Substitute GNULIB_WMEMPCPY,
+ HAVE_WMEMPCPY.
+ * modules/wmempcpy: New file.
+ * tests/test-wchar-c++.cc: Check the signature of wmempcpy.
+ * doc/glibc-functions/wmempcpy.texi: Mention the new module.
+ * modules/mempcpy (Description): Fix typo.
+
+2020-05-30 Bruno Haible <bruno@clisp.org>
+
crypto/gc-random: Fix list of crypto devices for NetBSD, OpenBSD.
* m4/gc-random.m4 (gl_GC_RANDOM): Don't special-case NetBSD and OpenBSD.