New module 'wmemmove'.
authorBruno Haible <bruno@clisp.org>
Sat, 5 Feb 2011 12:07:51 +0000 (13:07 +0100)
committerBruno Haible <bruno@clisp.org>
Mon, 7 Feb 2011 22:36:02 +0000 (23:36 +0100)
commit994d0a366350f2a8f2f54d5dcd2c0a7d3de9a904
tree388a69fd01a86542c36fd0ce3d75e848427675f8
parentc20b0560d1c6f31c35e502a58a283f07e1a72869
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.
ChangeLog
doc/posix-functions/wmemmove.texi
lib/wchar.in.h
lib/wmemmove-impl.h [new file with mode: 0644]
lib/wmemmove.c [new file with mode: 0644]
m4/wchar_h.m4
m4/wmemmove.m4 [new file with mode: 0644]
modules/wchar
modules/wmemmove [new file with mode: 0644]
tests/test-wchar-c++.cc