summaryrefslogtreecommitdiff
path: root/tests/test-uchar.c
Commit message (Collapse)AuthorAgeFilesLines
* maint: run 'make update-copyright'Paul Eggert2020-12-311-1/+1
|
* uchar tests: Avoid compilation error with HP cc.Bruno Haible2020-01-041-0/+2
| | | | * tests/test-uchar.c: Disable a test when HP cc is in use.
* c32tob: New module.Bruno Haible2020-01-011-0/+7
| | | | | | | | | | | | | | | | | | | * lib/uchar.in.h (_GL_LARGE_CHAR32_T): New macro. (c32tob): New declaration. * lib/c32tob.c: New file. * m4/uchar.m4 (gl_UCHAR_MODULE_INDICATOR, gl_UCHAR_H_DEFAULTS): New macros. (gl_UCHAR_H): Require gl_UCHAR_H_DEFAULTS. * modules/uchar (Depends-on): Add snippet/c++defs. (Makefile.am): Include c++defs.h and substitute GNULIB_C32TOB in uchar.h. * modules/c32tob: New file. * tests/test-uchar.c: Verify that _GL_LARGE_CHAR32_T is correctly defined. * tests/test-uchar-c++.cc: Include signature.h. Test the signature of c32tob. * modules/uchar-c++-tests (Files): Add tests/signature.h. * doc/posix-functions/wctob.texi: Mention the new module.
* maint: Run 'make update-copyright'Paul Eggert2019-12-311-1/+1
|
* uchar: Add tests.Bruno Haible2019-12-311-0/+42
* tests/test-uchar.c: New file. * modules/uchar-tests: New file.