New module 'wctrans'.
authorBruno Haible <bruno@clisp.org>
Sun, 6 Feb 2011 23:16:49 +0000 (00:16 +0100)
committerBruno Haible <bruno@clisp.org>
Wed, 9 Feb 2011 19:54:32 +0000 (20:54 +0100)
commit52c4f309aad0bce5307f2cca26b59b76ed7574ab
tree3b1a9af98d43ae10a46fb14fb59e0c2795bcf3e8
parenteb944d1d03d408d829b4fa68eefd3a1ae94f9eb5
New module 'wctrans'.

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