New module 'wmemmove'.
[gnulib.git] / ChangeLog
index 6fc0486..b431bb3 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,20 @@
 2011-02-05  Bruno Haible  <bruno@clisp.org>
 
+       New module 'wmemmove'.
+       * modules/wmemmove: New file.
+       * lib/wchar.in.h (wmemmove): New declaration.
+       * lib/wmemmove.c: New file.
+       * lib/wmemmove-impl.h: New file, from libutf8 with modifications.
+       * m4/wmemmove.m4: New file.
+       * m4/wchar_h.m4 (gl_WCHAR_H): Test whether wmemmove is declared.
+       (gl_WCHAR_H_DEFAULTS): Initialize GNULIB_WMEMMOVE, HAVE_WMEMMOVE.
+       * modules/wchar (Makefile.am): Substitute GNULIB_WMEMMOVE,
+       HAVE_WMEMMOVE.
+       * tests/test-wchar-c++.cc: Test the declaration of wmemmove.
+       * doc/posix-functions/wmemmove.texi: Mention the new module.
+
+2011-02-05  Bruno Haible  <bruno@clisp.org>
+
        New module 'wmemcpy'.
        * modules/wmemcpy: New file.
        * lib/wchar.in.h (wmemcpy): New declaration.