New module 'wmemcpy'.
authorBruno Haible <bruno@clisp.org>
Sat, 5 Feb 2011 11:58:40 +0000 (12:58 +0100)
committerBruno Haible <bruno@clisp.org>
Mon, 7 Feb 2011 22:36:02 +0000 (23:36 +0100)
commitc20b0560d1c6f31c35e502a58a283f07e1a72869
tree5141afbc09f73f641204d6a1675059f5af1266c3
parentc5c66975f77962d53fee68bc2766cc59cabf95e1
New module 'wmemcpy'.

* modules/wmemcpy: New file.
* lib/wchar.in.h (wmemcpy): New declaration.
* lib/wmemcpy.c: New file.
* lib/wmemcpy-impl.h: New file, from libutf8 with modifications.
* m4/wmemcpy.m4: New file.
* m4/wchar_h.m4 (gl_WCHAR_H): Test whether wmemcpy is declared.
(gl_WCHAR_H_DEFAULTS): Initialize GNULIB_WMEMCPY, HAVE_WMEMCPY.
* modules/wchar (Makefile.am): Substitute GNULIB_WMEMCPY, HAVE_WMEMCPY.
* tests/test-wchar-c++.cc: Test the declaration of wmemcpy.
* doc/posix-functions/wmemcpy.texi: Mention the new module.
ChangeLog
doc/posix-functions/wmemcpy.texi
lib/wchar.in.h
lib/wmemcpy-impl.h [new file with mode: 0644]
lib/wmemcpy.c [new file with mode: 0644]
m4/wchar_h.m4
m4/wmemcpy.m4 [new file with mode: 0644]
modules/wchar
modules/wmemcpy [new file with mode: 0644]
tests/test-wchar-c++.cc