New module 'wcspbrk'.
authorBruno Haible <bruno@clisp.org>
Sun, 6 Feb 2011 13:34:38 +0000 (14:34 +0100)
committerBruno Haible <bruno@clisp.org>
Mon, 7 Feb 2011 22:36:07 +0000 (23:36 +0100)
commitcaf727a459d4f451f29c2edf565d7d4eb12df6fc
tree89351f84b26a73dc09d497916ea181264127c1e8
parent09eadbc764eae5d1bf87c24b057664c8cfa6302b
New module 'wcspbrk'.

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