New module 'wcstok'.
authorBruno Haible <bruno@clisp.org>
Sun, 6 Feb 2011 14:25:58 +0000 (15:25 +0100)
committerBruno Haible <bruno@clisp.org>
Mon, 7 Feb 2011 22:36:08 +0000 (23:36 +0100)
commitcdddb1e1f27b899a9580d3ad289539c3c124d045
treea96916c036086cdc4d66a3240105b3edf87e1de5
parent8e5e25f79c3ff689fc3a3aab0fe439064ef76d02
New module 'wcstok'.

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