New module 'wctomb'.
authorBruno Haible <bruno@clisp.org>
Tue, 22 Feb 2011 13:23:24 +0000 (14:23 +0100)
committerBruno Haible <bruno@clisp.org>
Tue, 22 Feb 2011 13:32:27 +0000 (14:32 +0100)
commitf1eb357fab17482b2d19f12fc731673acead4922
tree211cd255a7b7ce9836bc58abdeeb08ad658bc733
parent82e60758d286043fbeca68ac04f782bc46b4bc34
New module 'wctomb'.

* lib/stdlib.in.h (wctomb): New declaration.
* lib/wctomb.c: New file.
* lib/wctomb-impl.h: New file.
* m4/wctomb.m4: New file.
* m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Initialize GNULIB_WCTOMB,
REPLACE_WCTOMB.
* modules/stdlib (Makefile.am): Substitute GNULIB_WCTOMB,
REPLACE_WCTOMB.
* modules/wctomb: New file.
* tests/test-stdlib-c++.cc: Test signature of wctomb.
* doc/posix-functions/wctomb.texi: Mention the new module.
* modules/wctob (Depends-on): Add wctomb.
ChangeLog
doc/posix-functions/wctomb.texi
lib/stdlib.in.h
lib/wctomb-impl.h [new file with mode: 0644]
lib/wctomb.c [new file with mode: 0644]
m4/stdlib_h.m4
m4/wctomb.m4 [new file with mode: 0644]
modules/stdlib
modules/wctob
modules/wctomb [new file with mode: 0644]
tests/test-stdlib-c++.cc