summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* strerrorname_np: Fix compilation error on Haiku.Bruno Haible2023-04-053-2/+9
* uchar: Fix recent change.Bruno Haible2023-04-052-0/+9
* localename tests: Work around a Haiku bug.Bruno Haible2023-04-052-0/+10
* localename: Add support for Haiku's per-thread locales.Bruno Haible2023-04-052-0/+71
* uchar: Work around Haiku bug.Bruno Haible2023-04-056-6/+68
* stdlib, btowc: Fix file lists.Bruno Haible2023-04-0510-0/+22
* duplocale: Fix compilation error on Haiku (regression 2023-01-22).Bruno Haible2023-04-053-11/+20
* c32tob, c32is*, c32rtomb, mbrtoc32: Fix file lists.Bruno Haible2023-04-0416-0/+65
* stdlib: Work around MB_CUR_MAX bug on Solaris 10.Bruno Haible2023-04-045-1/+77
* *c32*: Inline most functions on glibc and musl libc.Bruno Haible2023-04-0424-0/+271
* backupfile: fix bug when renaming from subdirectoryPádraig Brady2023-04-042-3/+12
* *c32*: Optimize on musl libc like on glibc.Bruno Haible2023-04-049-7/+35
* uchar: Rename _GL_LARGE_CHAR32_T to _GL_SMALL_WCHAR_T.Bruno Haible2023-04-0411-14/+28
* c32rtomb: Fix an autoconf test.Bruno Haible2023-04-042-1/+8
* Add extern-inline recipe to ChangeLog commentPaul Eggert2023-04-031-0/+5
* tests: Set executable bit on more tests.Bruno Haible2023-04-035-0/+8
* fix harmless ChangeLog typoJim Meyering2023-04-032-1/+1
* tests: set executable bit in test-trim[1-3].shJim Meyering2023-04-033-0/+8
* Use the 'extern-inline' module explicitly where needed.Bruno Haible2023-04-0310-0/+22
* vasnprintf-posix: Fix harmless mistake (regression 2023-03-24).Bruno Haible2023-04-032-0/+7
* 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