New module 'wcpcpy'.
authorBruno Haible <bruno@clisp.org>
Sat, 5 Feb 2011 14:15:14 +0000 (15:15 +0100)
committerBruno Haible <bruno@clisp.org>
Mon, 7 Feb 2011 22:36:03 +0000 (23:36 +0100)
commit83527ac1b14a16ad2254b81ced7457fbaa791550
treed009281c9edf9652361cd0baa67f5421cccafcbb
parentcca5dbfe86a210115de38c08749f6c4c2f07d85e
New module 'wcpcpy'.

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