summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* stdbool: Drop old BeOS support that gets in the way of ISO C 23 support.Bruno Haible2022-08-151-21/+4
* tempname: Fix a comment.Bruno Haible2022-08-151-1/+1
* tempname: remove incorrect commentPaul Eggert2022-08-152-2/+2
* hamt: fix technically undefined behaviorMarc Nieper-Wißkirchen2022-08-121-0/+5
* maint: parenthesize macro definiensPaul Eggert2022-08-103-5/+5
* stdckdint: prefer to intprops when easyPaul Eggert2022-08-109-26/+24
* stdckdint-h: new modulePaul Eggert2022-08-103-11/+77
* intprops: refactor intprops.h into twoPaul Eggert2022-08-102-323/+379
* intprops: refactor _GL_HAS_BUILTIN_OVERFLOW_PPaul Eggert2022-08-101-7/+7
* verify: port ‘assume’ to C23 non-GCCPaul Eggert2022-08-101-2/+5
* avltree-omap, avltree-oset, avltreehash-list, rbtree-omap: Pacify GCC.Bruno Haible2022-07-316-4/+6
* rbtree-oset: Pacify GCCPaul Eggert2022-07-312-0/+2
* sigsegv: Optimize stackvma implementation for AIX 7.Bruno Haible2022-07-102-7/+302
* vma-iter: Add support for AIX 7.Bruno Haible2022-07-104-7/+222
* supersede: Support the file name "/dev/null" on native Windows.Bruno Haible2022-07-031-0/+5
* chmod: New module.Bruno Haible2022-06-222-1/+74
* lchmod: Simplify.Bruno Haible2022-06-211-9/+0
* lchmod: port back to AIX 7.2Paul Eggert2022-06-191-4/+16
* fchmodat: pacify gcc -Wunused-variablePaul Eggert2022-06-191-1/+0
* fchmodat: port better to MS-Windows etc.Paul Eggert2022-06-124-23/+21
* fchmodat: port to old Linux kernel + newer headersPaul Eggert2022-06-112-72/+38
* regex-quote: \} -> } in EREsPaul Eggert2022-06-041-1/+1
* dfa: do not warn about \] and \}Paul Eggert2022-06-042-1/+7
* regex-quote: \] -> ] in EREs and BREsPaul Eggert2022-06-031-2/+2
* filevercmp: don’t treat entire filename as suffixPaul Eggert2022-06-032-8/+14
* setlocale: Update after Turkey changed its name.Bruno Haible2022-06-031-2/+2
* autoupdateKarl Berry2022-05-251-1/+1
* dfa: new options DFA_STAR_WARN, DFA_PLUS_WARNPaul Eggert2022-05-242-17/+42
* dfa: '\n' is not governed by RE_LIMITED_OPSPaul Eggert2022-05-231-2/+1
* dfa: new option DFA_STRAY_BACKSLASH_WARNPaul Eggert2022-05-232-39/+84
* dfa: new option DFA_CONFUSING_BRACKETS_ERRORPaul Eggert2022-05-232-8/+11
* strstr-simple: pacify GCC 12.1Paul Eggert2022-05-211-2/+2
* dfa: steer cleer of POSIX-reserved symbolsPaul Eggert2022-05-201-10/+10
* parse-datetime: support 'J' military time zonePaul Eggert2022-05-171-3/+12
* string, wchar: Fix compilation error on MSVC (regression 2021-09-07).Bruno Haible2022-05-152-8/+24
* dfa: fix bug with ‘.’ and UTF-8 Hangul SyllablesPaul Eggert2022-05-131-2/+2
* parse-datetime: remove Emacs cruftPaul Eggert2022-05-111-10/+0
* alloca: Remove old code for Emacs, unused since 2009.Bruno Haible2022-05-111-35/+0
* libc-config: update to match cdefsPaul Eggert2022-05-051-0/+11
* cdefs: merge from glibcPaul Eggert2022-05-051-6/+6
* gettime-res: help the compilerPaul Eggert2022-05-021-5/+5
* af_alg: port to Ubuntu 22.04Paul Eggert2022-05-025-0/+15
* vasnprintf: Simplify. Reduce binary code size.Paul Eggert2022-05-011-170/+47
* vasnprintf: Simplify 'result' variable.Paul Eggert2022-05-011-32/+25
* vasnprintf: Simplify a free() call.Paul Eggert2022-05-011-2/+1
* string: Avoid syntax error on glibc systems with GCC 11.Bruno Haible2022-04-301-2/+2
* stdlib: Fix error in C++ mode on glibc systems (regr. 2022-04-13).Simon Marchi2022-04-291-0/+4
* glob: port to NetBSD 9.2Paul Eggert2022-04-261-1/+2
* regex: match [...---...] like V7 grepPaul Eggert2022-04-211-3/+13
* backupfile: fix bug when renaming simple backupsPaul Eggert2022-04-201-4/+3