]> Savannah Git Hosting - gnulib.git/commit
mbsnrtoc32s: New module.
authorBruno Haible <bruno@clisp.org>
Sun, 5 Jan 2020 01:32:18 +0000 (02:32 +0100)
committerBruno Haible <bruno@clisp.org>
Sun, 5 Jan 2020 01:32:18 +0000 (02:32 +0100)
commit80ae5aa1307114f51bb47b1b1a4ac89a31422956
tree8713f59dd64c2ca467c31ac73ec9e8bf5c1731b1
parent578a53d73ca719a5b2edb6aac2c174c099718776
mbsnrtoc32s: New module.

* lib/uchar.in.h (mbsnrtoc32s): New declaration.
* lib/mbsnrtowcs-impl.h: Parameterize: Use macros FUNC, DCHAR_T,
INTERNAL_STATE, MBRTOWC.
* lib/mbsnrtowcs.c (FUNC, DCHAR_T, INTERNAL_STATE, MBRTOWC): New macros.
* lib/mbsnrtoc32s.c: New file.
* m4/uchar.m4 (gl_UCHAR_H_DEFAULTS): Initialize GNULIB_MBSNRTOC32S.
* modules/uchar (Makefile.am): Substitute GNULIB_MBSNRTOC32S.
* modules/mbsnrtoc32s: New file.
* tests/test-uchar-c++.cc: Test the signature of mbsnrtoc32s.
* doc/posix-functions/mbsnrtowcs.texi: Mention the new module.
ChangeLog
doc/posix-functions/mbsnrtowcs.texi
lib/mbsnrtoc32s.c [new file with mode: 0644]
lib/mbsnrtowcs-impl.h
lib/mbsnrtowcs.c
lib/uchar.in.h
m4/uchar.m4
modules/mbsnrtoc32s [new file with mode: 0644]
modules/uchar
tests/test-uchar-c++.cc