New module 'wcsncat'.
authorBruno Haible <bruno@clisp.org>
Sun, 6 Feb 2011 03:09:52 +0000 (04:09 +0100)
committerBruno Haible <bruno@clisp.org>
Mon, 7 Feb 2011 22:36:04 +0000 (23:36 +0100)
commit9c304a2f70142730023fe38a3517d1dfee6deeff
tree59b9a5f58a28fa55b08427268dbca89634d23a23
parent74df68b30a93d4e4d2f11615ab371b0c30d260c7
New module 'wcsncat'.

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