New module 'wcscat'.
authorBruno Haible <bruno@clisp.org>
Sun, 6 Feb 2011 03:02:48 +0000 (04:02 +0100)
committerBruno Haible <bruno@clisp.org>
Mon, 7 Feb 2011 22:36:04 +0000 (23:36 +0100)
commit74df68b30a93d4e4d2f11615ab371b0c30d260c7
tree9bb68b553b25b2ee80dc2af821fc0c6debe7d9e4
parent49549725af344962f45720d4d332d9cf0699ebcd
New module 'wcscat'.

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