New module 'wcscspn'.
authorBruno Haible <bruno@clisp.org>
Sun, 6 Feb 2011 13:10:45 +0000 (14:10 +0100)
committerBruno Haible <bruno@clisp.org>
Mon, 7 Feb 2011 22:36:07 +0000 (23:36 +0100)
commit1692395a63b2795a9d5c8e048e776f2e342fe2bb
treec7719084bf7bcc03914ac125a1ce3834700cb06b
parentf966b70bca56f1925c529598012eabb7d9fec5bf
New module 'wcscspn'.

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