summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorLines
2025-09-22maint: post-release administriviaPádraig Brady-2/+5
2025-09-22version 9.8v9.8Pádraig Brady-1/+1
2025-09-22build: update gnulib to latestPádraig Brady-0/+0
2025-09-22tests: ls: avoid alignment check with non printable charactersPádraig Brady-0/+6
2025-09-22tests: du: avoid false failure in racy testPádraig Brady-4/+3
2025-09-22build: revert gnulib updatePádraig Brady-0/+0
2025-09-21build: update gnulib submodule to latestCollin Funk-0/+0
2025-09-21build: fix missing declarations on AndroidCollin Funk-3/+5
2025-09-21maint: comment spelling fixesPaul Eggert-2/+2
2025-09-21tests: fix OMP_NUM_THREADS misspellingPaul Eggert-1/+1
2025-09-21maint: update bootstrap from GnulibPaul Eggert-2/+2
2025-09-21tests: avoid false failure on older Linux kernelsPádraig Brady-1/+3
2025-09-21tests: tail: avoid false failure with overlayfsPádraig Brady-0/+8
2025-09-20tests: fold: avoid false failures on Solaris 10Pádraig Brady-3/+8
2025-09-20tests: dd: avoid false failure on Solaris 10Pádraig Brady-1/+1
2025-09-20tests: avoid false failure on CentOS 5,6,7Pádraig Brady-1/+1
2025-09-20doc: don't capitalize the first letter of cgroupCollin Funk-2/+2
2025-09-19tests: env: skip a few tests if LD_LIBRARY_PATH is setCollin Funk-0/+23
2025-09-19touch: fix diagnostic on macOS 26Grisha Levit-2/+3
2025-09-19copy: pacify older clangPaul Eggert-9/+10
2025-09-18dd: don't mistakenly use O_EXCL on GNU/HurdCollin Funk-1/+7
2025-09-18maint: we don’t use Gnulib’s fchownat modulePaul Eggert-1/+0
2025-09-18fmt: eliminate a clang -Wformat-extra-args warningBruno Haible-1/+7
2025-09-18maint: we use Gnulib’s stddef-h module directlyPaul Eggert-0/+1
2025-09-18tests: tail/overlay-headers.sh: protect against hangPádraig Brady-2/+2
2025-09-18build: fix compile error on macOSPádraig Brady-0/+0
2025-09-18tests: tests/tail/wait.sh: protect against hangPádraig Brady-1/+1
2025-09-18build: fix link failure on macOSPádraig Brady-1/+1
2025-09-17build: update gnulib for stringeq adjustmentPádraig Brady-0/+0
2025-09-17tests: write-errors.sh: avoid portability issue with dashPádraig Brady-2/+2
2025-09-17cksum,wc: inspect GLIBC_TUNABLES on all architecturesPádraig Brady-0/+0
2025-09-17maint: prefer memeq to memcmpPaul Eggert-22/+21
2025-09-17maint: STREQ → streqPaul Eggert-214/+208
2025-09-17build: update gnulib submodule to latestPaul Eggert-0/+0
2025-09-17tests: fix issues with fold-characters.sh testPádraig Brady-6/+1
2025-09-17doc: remove older ChangeLog itemsPádraig Brady-1/+2
2025-09-16maint: remove unnecessary uintmaxtostr usage in printfCollin Funk-24/+14
2025-09-17doc: add hardware acceleration configuration docsPádraig Brady-0/+71
2025-09-16fold: fix write error checks with invalid multi-byte inputPádraig Brady-15/+22
2025-09-16fold: exit promptly upon write errorsPádraig Brady-1/+10
2025-09-16maint: basenc: refactor overloaded use of ctx->i memberPádraig Brady-42/+76
2025-09-16tests: fold/fold-zero-width.sh: avoid false failure with ENOSPCPádraig Brady-5/+6
2025-09-16doc: NEWS: fold: clarify mem exhaustion triggerPádraig Brady-2/+2
2025-09-16maint: avoid syntax-check failures from recent commitsPádraig Brady-4/+5
2025-09-15cp: create_hole now returns off_tPaul Eggert-8/+10
2025-09-15cp: prefer signed types in copy-file-data.cPaul Eggert-11/+13
2025-09-15cp: don’t allocate a separate zero bufferPaul Eggert-21/+11
2025-09-15cp: refactor copying to return bytes copiedPaul Eggert-64/+69
2025-09-15cp: copy_file_data now supports ibytesPaul Eggert-11/+29
2025-09-15cp: prefer signed type for file byte countPaul Eggert-4/+4