New module 'wcsstr'.
authorBruno Haible <bruno@clisp.org>
Sun, 6 Feb 2011 14:18:24 +0000 (15:18 +0100)
committerBruno Haible <bruno@clisp.org>
Mon, 7 Feb 2011 22:36:07 +0000 (23:36 +0100)
commit8e5e25f79c3ff689fc3a3aab0fe439064ef76d02
tree9a5ed7a76917027d013c147a0878a7b58aaedd77
parentcaf727a459d4f451f29c2edf565d7d4eb12df6fc
New module 'wcsstr'.

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