New module 'mbtowc'.
authorBruno Haible <bruno@clisp.org>
Tue, 22 Feb 2011 13:01:29 +0000 (14:01 +0100)
committerBruno Haible <bruno@clisp.org>
Tue, 22 Feb 2011 13:32:18 +0000 (14:32 +0100)
commit82e60758d286043fbeca68ac04f782bc46b4bc34
treec8069aed93463c7d4fc795cc4aee189031d9a581
parentc147d9fffb241cfdd3b4524665ce2b3009568747
New module 'mbtowc'.

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