New module 'wcschr'.
authorBruno Haible <bruno@clisp.org>
Sun, 6 Feb 2011 12:52:11 +0000 (13:52 +0100)
committerBruno Haible <bruno@clisp.org>
Mon, 7 Feb 2011 22:36:06 +0000 (23:36 +0100)
commit214aca197fc1b600e119e0fbae8cf196b48c5276
treeb89f394980b45a25084475117936a52f17949c7d
parent5768aa52f6dd4fe3266bfa42f6a58f26b89c6c89
New module 'wcschr'.

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