summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
...
* gettime-res: more-robust samplingPaul Eggert2022-04-201-2/+17
* verify: port to pedantic gcc -std=c99Paul Eggert2022-04-191-0/+3
* autoupdateKarl Berry2022-04-191-0/+1
* verify: port to Mac OS 10.7.5Paul Eggert2022-04-161-1/+1
* string, wchar: Fix error in C++ mode on glibc systems with clang.Bruno Haible2022-04-142-0/+16
* string: Fix errors in C++ mode on glibc systems with clang.Bruno Haible2022-04-141-21/+32
* math: Fix errors in C++ mode on glibc systems with clang.Bruno Haible2022-04-131-0/+4
* libgmp: pacify Clang tooPaul Eggert2022-04-081-1/+2
* glob: sync better with glibcPaul Eggert2022-03-301-3/+2
* glob: fix symlink and // issues; improve speedPaul Eggert2022-03-231-36/+40
* glob: resolve DT_UNKNOWN via is_dirDJ Delorie2022-03-231-1/+27
* autoupdateKarl Berry2022-03-201-3/+2
* sigsegv: Add support for Linux/PowerPC (32-bit) with musl libc.Bruno Haible2022-03-131-4/+21
* regex: fix double-freePaul Eggert2022-03-111-12/+10
* regex: fix minor over-allocationPaul Eggert2022-03-111-1/+1
* regex: fix free_fail_stack undefined behaviorPaul Eggert2022-03-111-2/+3
* fts: revert change to use AT_NO_AUTOMOUNTPaul Eggert2022-03-101-2/+2
* statat: now obsoletePaul Eggert2022-03-094-10/+14
* fts: be consistent about AT_NO_AUTOMOUNTPaul Eggert2022-03-091-17/+17
* fcntl-h: add AT_NO_AUTOMOUNTPádraig Brady2022-03-071-0/+4
* gettime-res: fix unlikely overflow bugPaul Eggert2022-02-261-1/+1
* Port __has_attribute to Apple’s Clang renumberingPaul Eggert2022-02-251-1/+3
* nanosleep: simplify by using pselectPaul Eggert2022-02-251-85/+4
* userspec: warn about '.' separatorPaul Eggert2022-02-242-7/+27
* userspec: no need for static varsPaul Eggert2022-02-241-7/+3
* mktime: improve heuristic for ca-1986 Indiana DSTPaul Eggert2022-02-191-8/+20
* filevercmp: fix several unexpected resultsPaul Eggert2022-02-122-107/+146
* string: Fix "mismatched allocation function" warnings regarding strndup.Bruno Haible2022-02-101-8/+21
* parse-datetime: allow calculations to yield -1Paul Eggert2022-02-051-11/+11
* userspec: help fix GNU ‘id’ incompatibilityPaul Eggert2022-02-041-0/+2
* argmatch: add variants that only match full argumentPádraig Brady2022-01-302-6/+43
* terminfo, terminfo-h: New modules.Bruno Haible2022-01-301-0/+116
* termcap, termcap-h: New modules.Bruno Haible2022-01-303-0/+1056
* maint: fix up stale XARGCASEMATCH commentPádraig Brady2022-01-301-1/+1
* alignalloc: work around AddressSanitizer bugPaul Eggert2022-01-271-0/+15
* xstrtoimax, xstrtoumax: depend on inttypes-incompletePaul Eggert2022-01-233-0/+6
* alignalloc, xalignalloc: new modulesPaul Eggert2022-01-233-0/+252
* xstrtol: Trim dependencies.Bruno Haible2022-01-171-1/+2
* xstrtol: remove unnecessary else after returnJim Meyering2022-01-171-2/+2
* xstrtol: simplify integer overflow checkingPaul Eggert2022-01-161-10/+7
* oset-c++: Avoid compilation error with nvc++ 22.1.Bruno Haible2022-01-151-1/+1
* nstrftime: pacify nvc 22.1 unreachable statementPaul Eggert2022-01-141-1/+0
* intprops: work around nvc 22.1 bugPaul Eggert2022-01-141-2/+6
* copy-file-range: work around Linux kernel bugPaul Eggert2022-01-142-1/+49
* autoupdateKarl Berry2022-01-131-1/+2
* backupfile: fix bug when renaming not from wdPaul Eggert2022-01-101-7/+4
* c-stack: Adapt header file for use in C++ applications.Marc Nieper-Wißkirchen2022-01-081-0/+8
* version-etc: Adapt header file for use in C++ applications.Marc Nieper-Wißkirchen2022-01-081-0/+9
* sigsegv: Improve support for Linux/LoongArch64.Bruno Haible2022-01-071-0/+9
* stack: also update stack_size to return idx_tPaul Eggert2022-01-051-3/+3