New module 'towctrans'.
authorBruno Haible <bruno@clisp.org>
Sun, 6 Feb 2011 23:29:31 +0000 (00:29 +0100)
committerBruno Haible <bruno@clisp.org>
Wed, 9 Feb 2011 19:54:32 +0000 (20:54 +0100)
commitd3042e83ace41dcd72fdf8d5173ddf55ac645459
tree2b52188d942800670330013bac38eb88d04e7011
parent52c4f309aad0bce5307f2cca26b59b76ed7574ab
New module 'towctrans'.

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