]> Savannah Git Hosting - gnulib.git/commit
btoc32: New module.
authorBruno Haible <bruno@clisp.org>
Sat, 4 Jan 2020 09:03:36 +0000 (10:03 +0100)
committerBruno Haible <bruno@clisp.org>
Sat, 4 Jan 2020 09:11:51 +0000 (10:11 +0100)
commit3afaa18548fed7085e138d68847b970922e9f067
tree56be095f6fa1cd27412d41a71eb9724757ca483c
parentb578e9e7bc440dc0a6db6d316b78bf4ac75d4f9c
btoc32: New module.

* lib/uchar.in.h (btoc32): New declaration.
* lib/btoc32.c: New file.
* m4/uchar.m4 (gl_UCHAR_H_DEFAULTS): Initialize GNULIB_BTOC32.
* modules/uchar (Makefile.am): Substitute GNULIB_BTOC32.
* modules/btoc32: New file.
* tests/test-uchar-c++.cc: Test the signature of btoc32.
* doc/posix-functions/btowc.texi: Mention the new module.
ChangeLog
doc/posix-functions/btowc.texi
lib/btoc32.c [new file with mode: 0644]
lib/uchar.in.h
m4/uchar.m4
modules/btoc32 [new file with mode: 0644]
modules/uchar
tests/test-uchar-c++.cc