New module 'wcscpy'.
authorBruno Haible <bruno@clisp.org>
Sat, 5 Feb 2011 13:23:31 +0000 (14:23 +0100)
committerBruno Haible <bruno@clisp.org>
Mon, 7 Feb 2011 22:36:03 +0000 (23:36 +0100)
commitcca5dbfe86a210115de38c08749f6c4c2f07d85e
treee03a2bd76af90bf1f0112062444ff9ac978a28ea
parent28fef9da8362f44f2afa96429f23977080f4f4b9
New module 'wcscpy'.

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