New module 'iswctype'.
authorBruno Haible <bruno@clisp.org>
Sun, 6 Feb 2011 22:59:34 +0000 (23:59 +0100)
committerBruno Haible <bruno@clisp.org>
Wed, 9 Feb 2011 19:54:31 +0000 (20:54 +0100)
commiteb944d1d03d408d829b4fa68eefd3a1ae94f9eb5
treee1a48f744ceb64201641501d99fc987cb8487eb9
parent896cde703cb740a97353474e0156b46119b69640
New module 'iswctype'.

* modules/iswctype: New file.
* lib/wctype.in.h (iswctype): New declaration.
* lib/iswctype.c: New file.
* lib/iswctype-impl.h: New file.
* m4/iswctype.m4: New file.
* m4/wctype_h.m4 (gl_WCTYPE_H): Test whether iswctype is declared.
(gl_WCTYPE_H_DEFAULTS): Initialize GNULIB_ISWCTYPE.
* modules/wctype-h (Makefile.am): Substitute GNULIB_ISWCTYPE.
* tests/test-wctype-h-c++.cc: Test the declaration of iswctype.
* doc/posix-functions/iswctype.texi: Mention the new module and the
HP-UX 11.00 problem.
ChangeLog
doc/posix-functions/iswctype.texi
lib/iswctype-impl.h [new file with mode: 0644]
lib/iswctype.c [new file with mode: 0644]
lib/wctype.in.h
m4/iswctype.m4 [new file with mode: 0644]
m4/wctype_h.m4
modules/iswctype [new file with mode: 0644]
modules/wctype-h
tests/test-wctype-h-c++.cc