summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
...
* Adjust comments in <config.h> reminders.Bruno Haible2023-04-1325-25/+30
* Adjust comments in <config.h> reminders.Bruno Haible2023-04-1345-45/+50
* utmp: Avoid using HAVE_* macros in *.in.h files.Bruno Haible2023-04-131-3/+3
* getprogname: Avoid using HAVE_* macros in *.in.h files.Bruno Haible2023-04-131-2/+2
* selinux-h: Avoid using HAVE_* macros in *.in.h files.Bruno Haible2023-04-131-1/+1
* ialloc, gethrxtime: Restore GCC diagnostics options.Bruno Haible2023-04-132-0/+4
* Add more reminders to include <config.h>.Bruno Haible2023-04-12204-164/+1067
* c32toupper: New module.Bruno Haible2023-04-102-0/+49
* c32tolower: New module.Bruno Haible2023-04-093-0/+144
* mbrtoc32: Add comments.Bruno Haible2023-04-091-0/+7
* login_tty: Fix compilation error in C++ mode on Solaris 11.4.Bruno Haible2023-04-081-1/+4
* time: Fix compilation error in C++ mode on Solaris 11.Bruno Haible2023-04-081-0/+2
* stdio: Fix the value of _PRINTF_NAN_LEN_MAX on OpenBSD.Bruno Haible2023-04-081-3/+2
* vasnwprintf-posix: Work around %La bug in glibc 2.15 and Haiku.Bruno Haible2023-04-071-7/+7
* stdio: Fix compilation error in C++ mode on macOS.Bruno Haible2023-04-071-0/+8
* uchar: Force inline functions to C linkage in C++ mode.Bruno Haible2023-04-061-0/+40
* alignalloc: Fix link error on glibc 2.15 systems.Bruno Haible2023-04-061-1/+1
* random_r: Fix compilation error on Haiku.Bruno Haible2023-04-051-3/+1
* strerrorname_np: Fix compilation error on Haiku.Bruno Haible2023-04-051-1/+1
* uchar: Fix recent change.Bruno Haible2023-04-051-0/+4
* localename: Add support for Haiku's per-thread locales.Bruno Haible2023-04-051-0/+65
* uchar: Work around Haiku bug.Bruno Haible2023-04-051-0/+4
* duplocale: Fix compilation error on Haiku (regression 2023-01-22).Bruno Haible2023-04-051-9/+9
* stdlib: Work around MB_CUR_MAX bug on Solaris 10.Bruno Haible2023-04-041-0/+15
* *c32*: Inline most functions on glibc and musl libc.Bruno Haible2023-04-0422-0/+227
* backupfile: fix bug when renaming from subdirectoryPádraig Brady2023-04-041-3/+4
* *c32*: Optimize on musl libc like on glibc.Bruno Haible2023-04-048-7/+23
* uchar: Rename _GL_LARGE_CHAR32_T to _GL_SMALL_WCHAR_T.Bruno Haible2023-04-049-10/+10
* vasnprintf-posix: Fix harmless mistake (regression 2023-03-24).Bruno Haible2023-04-031-0/+1
* trim: Fix trim_trailing result in multibyte locales.Bruno Haible2023-04-021-7/+0
* trim: Fix trim_trailing result in multibyte locales.Bruno Haible2023-04-021-32/+11
* unistr/u8-strstr: Simplify code.Bruno Haible2023-04-022-147/+23
* unistr/u{16,32}-strstr: Use two-way algorithm (no memory allocation).Bruno Haible2023-04-025-95/+87
* vasnwprintf-posix: Fix behaviour in the C locale.Bruno Haible2023-04-011-1/+72
* vasnprintf-posix: Fix crash in narrow %lc directive (regr. 2023-03-21).Bruno Haible2023-04-011-6/+6
* stddef: Fix __need_wint_t handling in case of two stddef.h overrides.Bruno Haible2023-04-011-3/+3
* vasnwprintf: Fix crash upon conversion failure when processing %s.Bruno Haible2023-03-311-3/+5
* mbstowcs: New module.Bruno Haible2023-03-312-0/+63
* btowc: Fix behaviour in the C locale.Bruno Haible2023-03-301-0/+8
* string-desc-quotearg: New module.Bruno Haible2023-03-292-0/+240
* xstring-desc: New module.Bruno Haible2023-03-292-0/+188
* string-desc: New module.Bruno Haible2023-03-293-0/+631
* ialloc: Add comments.Bruno Haible2023-03-281-0/+12
* Support FALLTHROUGH macro better in glibc+clang.Paul Eggert2023-03-273-3/+3
* wcsstr: Ensure worst-case linear execution time.Bruno Haible2023-03-273-3/+371
* uchar: ISO C 23: Define char8_t.Bruno Haible2023-03-271-5/+21
* call_once: New module, separate from mtx.Bruno Haible2023-03-253-13/+60
* stdio: ISO C 23: Define _PRINTF_NAN_LEN_MAX.Bruno Haible2023-03-251-0/+31
* *printf-posix: ISO C 23: Support size specifiers 'wN' and 'wfN'.Bruno Haible2023-03-244-296/+1165
* vasnprintf-gnu: New module.Bruno Haible2023-03-244-8/+34