summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* stdckdint: use in parse-datetimeHEADmasterPaul Eggert2023-05-173-55/+60
* stdckdint: use in more modulesPaul Eggert2023-05-1710-9/+26
* nstrftime: suggest to glibc how to avoid allocaPaul Eggert2023-05-172-14/+35
* doc: New chapter "Strings and Characters".Bruno Haible2023-05-1622-29/+1086
* sigsegv: Add tentative support for Hurd/x86_64.Bruno Haible2023-05-152-12/+52
* file-has-acl: improve port to Fedora 39Paul Eggert2023-05-153-11/+41
* Work around https://gcc.gnu.org/bugzilla/show_bug.cgi?id=82283 .Bruno Haible2023-05-152-1/+13
* gettimeofday, pthread-*, thread, thrd: Don't omit intended initializers.Bruno Haible2023-05-157-13/+54
* select: Fix compilation error (regression from yesterday).Bruno Haible2023-05-152-1/+4
* poll: Fix syntax error (regression from yesterday).Bruno Haible2023-05-152-1/+6
* timespec: fill in other membersPaul Eggert2023-05-1420-101/+109
* year2038-recommended: Improve failure diagnostic.Paul Eggert2023-05-142-2/+8
* stdio: use _GL_ATTRIBUTE_MALLOCPaul Eggert2023-05-132-11/+42
* sigsegv: Add tentative support for Hurd/x86_64.Bruno Haible2023-05-122-3/+23
* file-has-acl: don’t access freed storagePaul Eggert2023-05-121-1/+3
* file-has-acl: port to Fedora 39Paul Eggert2023-05-123-57/+105
* bootstrap: spelling/grammar fix in commentJosh Soref2023-05-102-1/+6
* Warn against bogus TZ settingsPaul Eggert2023-05-072-0/+9
* dirfd: Add tests.Bruno Haible2023-05-053-0/+64
* dirfd: Fix bogus override (regression 2023-04-26).Bruno Haible2023-05-052-5/+8
* c32swidth: Add tests.Bruno Haible2023-05-043-0/+147
* c32swidth: New module.Bruno Haible2023-05-048-8/+124
* wcswidth: Fix result in case of overflow.Bruno Haible2023-05-042-3/+22
* wcswidth: Relax license.Bruno Haible2023-05-044-3/+10
* c32width: Relax license.Bruno Haible2023-05-043-17/+15
* c32to*: Relax license.Bruno Haible2023-05-046-50/+33
* unicase/tolower, unicase/toupper: Relax license.Bruno Haible2023-05-049-86/+59
* unicase/base: Relax license.Bruno Haible2023-05-043-17/+15
* c32is*: Relax license.Bruno Haible2023-05-0426-220/+143
* unictype/ctype-*: Relax license.Bruno Haible2023-05-0438-409/+238
* c32width: Add tests.Bruno Haible2023-05-043-0/+122
* c32width: New module.Bruno Haible2023-05-046-1/+174
* doc: Mention macOS wcwidth bug.Bruno Haible2023-05-043-4/+10
* vasnprintf, vasnwprintf: Make '0' flag handling more ISO C compliant.Bruno Haible2023-05-037-73/+53
* mktime: include <intprops.h>Paul Eggert2023-05-022-0/+8
* fopen: Silence a gcc warning.Bruno Haible2023-05-022-0/+9
* extern-inline: port to pccPaul Eggert2023-05-012-1/+8
* regex: prefer C23 style overflow checkingPaul Eggert2023-05-014-1/+9
* dynarray: prefer C23 style overflow checkingPaul Eggert2023-05-014-5/+15
* mktime: prefer C23 style overflow checkingPaul Eggert2023-05-014-7/+16
* limits-h: port to pccPaul Eggert2023-05-015-0/+19
* year2038-recommended: new modulePaul Eggert2023-04-2912-190/+111
* stdio: Avoid different configure results in different testdirs.Bruno Haible2023-04-293-3/+30
* stdbool tests: Avoid compilation error with Sun C on Solaris 10.Bruno Haible2023-04-292-1/+6
* hamt tests: Fix test failure with Sun C on Solaris 10/SPARC.Bruno Haible2023-04-292-0/+7
* localeconv: Work around a mingw bug.Bruno Haible2023-04-284-18/+81
* stdlib: Fix error when cross-compiling (regression 2023-04-04).Bruno Haible2023-04-271-1/+1
* stdlib: Fix error when cross-compiling.Bruno Haible2023-04-272-2/+9
* freopen-safer: pacify GCC 13Paul Eggert2023-04-262-0/+10
* fdopendir: Fix fd leak and test failure on native Windows.Bruno Haible2023-04-2721-114/+372