New module 'wmemchr'.
authorBruno Haible <bruno@clisp.org>
Sat, 5 Feb 2011 11:25:13 +0000 (12:25 +0100)
committerBruno Haible <bruno@clisp.org>
Sat, 5 Feb 2011 11:25:13 +0000 (12:25 +0100)
commitb9a6d36d0c6fdde73a891e98ad7651f120ef49b0
tree32a77f21c6d9b272f207f35644e59edd9fd30c9c
parente7455b30d0245d14619edf5298b98d523e6f1465
New module 'wmemchr'.

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