summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* stdckdint: use in parse-datetimeHEADmasterPaul Eggert2023-05-171-53/+54
* stdckdint: use in more modulesPaul Eggert2023-05-175-9/+12
* nstrftime: suggest to glibc how to avoid allocaPaul Eggert2023-05-171-14/+25
* sigsegv: Add tentative support for Hurd/x86_64.Bruno Haible2023-05-151-12/+46
* file-has-acl: improve port to Fedora 39Paul Eggert2023-05-151-11/+26
* gettimeofday, pthread-*, thread, thrd: Don't omit intended initializers.Bruno Haible2023-05-156-13/+39
* select: Fix compilation error (regression from yesterday).Bruno Haible2023-05-151-1/+1
* poll: Fix syntax error (regression from yesterday).Bruno Haible2023-05-151-1/+1
* timespec: fill in other membersPaul Eggert2023-05-1419-101/+70
* stdio: use _GL_ATTRIBUTE_MALLOCPaul Eggert2023-05-131-11/+31
* sigsegv: Add tentative support for Hurd/x86_64.Bruno Haible2023-05-121-3/+17
* file-has-acl: don’t access freed storagePaul Eggert2023-05-121-1/+3
* file-has-acl: port to Fedora 39Paul Eggert2023-05-121-27/+67
* c32swidth: New module.Bruno Haible2023-05-044-7/+72
* wcswidth: Fix result in case of overflow.Bruno Haible2023-05-041-3/+16
* wcswidth: Relax license.Bruno Haible2023-05-042-2/+2
* c32width: Relax license.Bruno Haible2023-05-041-16/+8
* c32to*: Relax license.Bruno Haible2023-05-043-48/+24
* unicase/tolower, unicase/toupper: Relax license.Bruno Haible2023-05-046-84/+46
* unicase/base: Relax license.Bruno Haible2023-05-041-16/+8
* c32is*: Relax license.Bruno Haible2023-05-0413-208/+104
* unictype/ctype-*: Relax license.Bruno Haible2023-05-0425-397/+206
* c32width: New module.Bruno Haible2023-05-042-0/+120
* vasnprintf, vasnwprintf: Make '0' flag handling more ISO C compliant.Bruno Haible2023-05-031-5/+20
* mktime: include <intprops.h>Paul Eggert2023-05-021-0/+1
* fopen: Silence a gcc warning.Bruno Haible2023-05-021-0/+4
* regex: prefer C23 style overflow checkingPaul Eggert2023-05-012-1/+2
* dynarray: prefer C23 style overflow checkingPaul Eggert2023-05-012-4/+4
* mktime: prefer C23 style overflow checkingPaul Eggert2023-05-011-6/+6
* limits-h: port to pccPaul Eggert2023-05-011-0/+5
* localeconv: Work around a mingw bug.Bruno Haible2023-04-281-17/+28
* freopen-safer: pacify GCC 13Paul Eggert2023-04-261-0/+5
* fdopendir: Fix fd leak and test failure on native Windows.Bruno Haible2023-04-279-66/+208
* 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