summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* select, pselect: Fix test failure on native Windows.Bruno Haible2023-04-242-2/+11
* system-quote: Fix memory overrun bug on native Windows.Bruno Haible2023-04-241-1/+1
* libunistring: Fix build on Windows, when a libunistring is installed.Bruno Haible2023-04-233-137/+155
* getumask: Make it work on native Windows.Bruno Haible2023-04-201-0/+10
* assert-h, verify: Fix compilation error in C++ mode with MSVC 14.30.Bruno Haible2023-04-201-5/+11
* ctime: Fix compilation errors in C++ mode on mingw 10.Bruno Haible2023-04-202-0/+8
* random: Fix compilation errors in C++ on mingw 10.Bruno Haible2023-04-201-0/+4
* wcsncmp: Work around two ISO C compliance bugs on several platforms.Bruno Haible2023-04-192-4/+17
* wcscmp: Work around two ISO C compliance bugs on several platforms.Bruno Haible2023-04-192-4/+15
* wmemcmp: Work around ISO C compliance bug on several platforms.Bruno Haible2023-04-192-4/+17
* isnan: Fix compilation error in C++ mode on FreeBSD 13.2.Bruno Haible2023-04-151-0/+5
* filemode: Fix double-inclusion guard.Bruno Haible2023-04-141-0/+1
* year2038: Add reminder to include <config.h> before time_t gets defined.Bruno Haible2023-04-147-0/+49
* sys_shm: New module.Bruno Haible2023-04-141-0/+30
* sys_sem: New module.Bruno Haible2023-04-141-0/+30
* sys_msg: New module.Bruno Haible2023-04-141-0/+30
* Add more reminders to include <config.h>.Bruno Haible2023-04-1329-0/+149
* 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