summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* mbstoc32s tests: Check behaviour in the C locale.Bruno Haible2023-04-034-1/+90
* mbsnrtoc32s tests: Check behaviour in the C locale.Bruno Haible2023-04-034-1/+102
* mbsrtoc32s tests: Check behaviour in the C locale.Bruno Haible2023-04-034-1/+102
* btoc32 tests: Check behaviour in the C locale.Bruno Haible2023-04-034-1/+50
* mbrtoc32 tests: Prefer *c32* functions.Bruno Haible2023-04-033-1/+8
* mbrtoc32 tests: Add comment.Bruno Haible2023-04-036-4/+29
* trim: Fix trim_trailing result in multibyte locales.Bruno Haible2023-04-022-7/+1
* trim: Fix trim_trailing result in multibyte locales.Bruno Haible2023-04-022-32/+15
* trim: Add tests.Bruno Haible2023-04-026-0/+224
* unistr/u8-strstr: Simplify code.Bruno Haible2023-04-024-148/+28
* unistr/u{16,32}-strstr: Use two-way algorithm (no memory allocation).Bruno Haible2023-04-028-106/+119
* unistr/u*strstr tests: Add more tests.Bruno Haible2023-04-028-0/+56
* vasnwprintf-posix: Fix behaviour in the C locale.Bruno Haible2023-04-0111-2/+166
* vasnprintf-posix: Fix crash in narrow %lc directive (regr. 2023-03-21).Bruno Haible2023-04-017-6/+119
* stddef: Fix __need_wint_t handling in case of two stddef.h overrides.Bruno Haible2023-04-012-3/+9
* vasnwprintf: Fix crash upon conversion failure when processing %s.Bruno Haible2023-03-312-3/+11
* Avoid test failures on Android.Bruno Haible2023-03-315-0/+45
* mbstowcs: Add tests.Bruno Haible2023-03-318-0/+369
* mbstowcs: New module.Bruno Haible2023-03-319-4/+150
* mbsnrtowcs: Fix behaviour in the C locale.Bruno Haible2023-03-307-2/+106
* mbsrtowcs: Fix behaviour in the C locale.Bruno Haible2023-03-307-2/+106
* mbrlen: Add tests.Bruno Haible2023-03-3017-1/+1035
* btowc: Fix behaviour in the C locale.Bruno Haible2023-03-308-6/+123
* mbrtowc tests: Add comment.Bruno Haible2023-03-304-3/+15
* stdlib tests: Check behaviour of C locale.Bruno Haible2023-03-302-1/+17
* string-desc tests: Fix "make distcheck" failure.Bruno Haible2023-03-302-6/+10
* snprintf: Avoid autoconf warning regarding gl_PRINTF_POSITIONS.Bruno Haible2023-03-302-2/+7
* doc: Document string-desc and related modules.Bruno Haible2023-03-293-0/+110
* string-desc-quotearg: Add tests.Bruno Haible2023-03-293-0/+116
* string-desc-quotearg: New module.Bruno Haible2023-03-294-0/+269
* xstring-desc: Add tests.Bruno Haible2023-03-293-0/+100
* xstring-desc: New module.Bruno Haible2023-03-294-0/+217
* string-desc: Add tests.Bruno Haible2023-03-294-0/+216
* string-desc: New module.Bruno Haible2023-03-295-0/+669
* autoupdateKarl Berry2023-03-281-23/+27
* doc: Fix placement of memset_explicit node.Bruno Haible2023-03-282-1/+7
* doc: Update regarding linear string search.Bruno Haible2023-03-284-6/+12
* ialloc: Add comments.Bruno Haible2023-03-282-0/+18
* Support FALLTHROUGH macro better in glibc+clang.Paul Eggert2023-03-274-3/+11
* wcsstr: Ensure worst-case linear execution time.Bruno Haible2023-03-2713-17/+807
* Add test case from a past musl libc bug.Bruno Haible2023-03-276-0/+49
* uchar: ISO C 23: Define char8_t.Bruno Haible2023-03-275-9/+94
* stdlib: ISO C 23: Document issue with once_flag and call_once.Bruno Haible2023-03-252-0/+11
* call_once: New module, separate from mtx.Bruno Haible2023-03-2513-19/+137
* stdio: ISO C 23: Define _PRINTF_NAN_LEN_MAX.Bruno Haible2023-03-256-1/+85
* Make some header file tests a bit stronger.Bruno Haible2023-03-259-58/+83
* is* tests: Ensure needed .m4 files are packaged.Bruno Haible2023-03-2510-3/+28
* *printf-posix: ISO C 23: Support size specifiers 'wN' and 'wfN'.Bruno Haible2023-03-2442-607/+4584
* xprintf-gnu: New module.Bruno Haible2023-03-242-0/+35
* xvasprintf-gnu: New module.Bruno Haible2023-03-242-0/+33