[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
new module 'btoc32'
From: |
Bruno Haible |
Subject: |
new module 'btoc32' |
Date: |
Sat, 04 Jan 2020 10:14:24 +0100 |
User-agent: |
KMail/5.1.3 (Linux/4.4.0-170-generic; KDE/5.18.0; x86_64; ; ) |
The function 'btoc32' is like 'btowc', except that it may (in theory) produce
char32_t values instead of wchar_t values.
2020-01-04 Bruno Haible <address@hidden>
btoc32: Add tests.
* tests/test-btoc32.c: New file, based on tests/test-btowc.c.
* tests/test-btoc32-1.sh: New file, based on tests/test-btowc1.sh.
* tests/test-btoc32-2.sh: New file, based on tests/test-btowc2.sh.
* modules/btoc32-tests: New file, based on modules/btowc-tests.
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.
0001-btoc32-New-module.patch
Description: Text Data
0002-btoc32-Add-tests.patch
Description: Text Data
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- new module 'btoc32',
Bruno Haible <=