summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* striconveh tests: Avoid test failure on glibc 2.15.Bruno Haible2023-04-082-6/+18
* vasnwprintf-posix: Really work around %La bug in glibc 2.15 and Haiku.Bruno Haible2023-04-082-1/+6
* login_tty: Fix compilation error in C++ mode on Solaris 11.4.Bruno Haible2023-04-084-4/+19
* time: Fix compilation error in C++ mode on Solaris 11.Bruno Haible2023-04-082-0/+8
* unistdio/*: Fix test failures (regression 2023-01-28).Bruno Haible2023-04-0859-58/+64
* trim tests: Fix link error.Bruno Haible2023-04-082-1/+6
* stdio: Fix the value of _PRINTF_NAN_LEN_MAX on OpenBSD.Bruno Haible2023-04-082-3/+7
* vasnwprintf-posix: Work around %La bug in glibc 2.15 and Haiku.Bruno Haible2023-04-075-50/+137
* stdio: Fix compilation error in C++ mode on macOS.Bruno Haible2023-04-072-0/+14
* vasnwprintf-posix tests: Avoid test failure on mingw.Bruno Haible2023-04-072-2/+8
* uchar: Force inline functions to C linkage in C++ mode.Bruno Haible2023-04-063-2/+62
* alignalloc: Fix link error on glibc 2.15 systems.Bruno Haible2023-04-062-1/+7
* doc: Add references to registered Haiku bugs.Bruno Haible2023-04-069-2/+44
* string-desc-quotearg tests: Avoid a test failure on Haiku.Bruno Haible2023-04-062-2/+13
* random_r: Fix compilation error on Haiku.Bruno Haible2023-04-053-4/+8
* forkpty, openpty, login_tty: Fix link errors of the tests.Bruno Haible2023-04-052-11/+23
* 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