summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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