New module 'wctype'.
authorBruno Haible <bruno@clisp.org>
Sun, 6 Feb 2011 22:45:40 +0000 (23:45 +0100)
committerBruno Haible <bruno@clisp.org>
Wed, 9 Feb 2011 19:54:31 +0000 (20:54 +0100)
commit896cde703cb740a97353474e0156b46119b69640
tree998deac35b00ced505137ce03f34fb054570a2bc
parent0224757f8cde66d8224107dbb30a81c3d4a5f9e6
New module 'wctype'.

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