summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorLines
12 daysdoc: fix missing '=' in texi option descriptionsHEADmasterPádraig Brady-2/+2
13 daysdd: always diagnose partial writes on write failurePádraig Brady-0/+44
13 daysdoc: clarify a recent NEWS itemPádraig Brady-1/+1
2026-03-10doc: NEWS: adjust 'wc -l' aarch64 benchmark after recent commitCollin Funk-2/+2
2026-03-10tests: rm: check for hints when running 'rm -foo'Collin Funk-0/+54
2026-03-10maint: adjust to placate coverityPádraig Brady-1/+2
2026-03-10yes: use a zero-copy implementation via (vm)splicePádraig Brady-9/+180
2026-03-10all: use more consistent blank character determinationPádraig Brady-10/+35
2026-03-10cksum: fix tagged output on 32 bit platformsPádraig Brady-4/+4
2026-03-09wc: improve aarch64 Neon optimization for 'wc -l'Collin Funk-65/+67
2026-03-09tests: expand: fix false failure on various systemsPádraig Brady-3/+5
2026-03-09build: update to latest gnulibPádraig Brady-1/+1
2026-03-08maint: remove duplicate names from THANKSCollin Funk-0/+5
2026-03-07maint: prefer memset_explicit to explicit_bzeroCollin Funk-3/+3
2026-03-07expand,unexpand: support multi-byte inputLukáš Zaoral-30/+401
2026-03-06maint: shred: fix typo in commentWeixie Cui-1/+1
2026-03-06maint: dd: fix typo in commentWeixie Cui-1/+1
2026-03-06build: update gnulib submodule to latestCollin Funk-0/+0
2026-03-05build: update gnulib submodule to latestCollin Funk-0/+0
2026-03-04maint: touch: reduce variable scopeCollin Funk-2/+2
2026-03-04maint: chown,chgrp: reduce variable scopeCollin Funk-27/+20
2026-03-04install: allow the combination of --compare and --preserve-timestampsCollin Funk-24/+48
2026-03-04cksum: use more defensive escaping for --checkPádraig Brady-15/+19
2026-03-04maint: tests: refactor uses of bad_unicode()Pádraig Brady-9/+3
2026-03-04fold: fix output truncation with 0xFF bytes in inputPádraig Brady-5/+9
2026-03-04tests: date: add timezone conversion testSylvestre Ledru-0/+4
2026-03-04tests: date: add edge cases for modifiersSylvestre Ledru-0/+17
2026-03-04tests: cut: add test case for newline delimiter with -s flagSylvestre Ledru-0/+3
2026-03-03tests: mktemp: ensure mktemp does not depend on getrandom and ASLRoech3-0/+34
2026-03-03maint: tests: decouple debug output determinationPádraig Brady-14/+3
2026-03-03tests: avoid false test failure when using address sanitizerCollin Funk-0/+3
2026-03-02tests: avoid failure on systems without an optimized 'cksum' or 'wc -l'Collin Funk-0/+10
2026-03-02tests: shuf: ensure memory exhaustion is handled gracefullyoech3-0/+5
2026-03-02test: cp: add test for non-UTF8 directory namesSylvestre Ledru-0/+48
2026-02-28du: fflush after outputting a linePaul Eggert-1/+1
2026-02-28tests: wc,du: add additional --files0-from test casesCollin Funk-4/+29
2026-02-28build: update gnulib submodule to latestCollin Funk-1/+0
2026-02-28tests: ls: treat invalid UTF-8 paths starting with a dot as hiddenSylvestre Ledru-0/+61
2026-02-28tests: ln: verify that -f and -i override each otherSylvestre Ledru-0/+21
2026-02-28test: ln: verify backup suffix path traversal preventionSylvestre Ledru-0/+66
2026-02-28maint: fix typo in previous testPádraig Brady-1/+1
2026-02-28tests: shuf: ensure we handle unsupported getrandom syscall gracefullyoech3-0/+6
2026-02-28build: update gnulib to latestPádraig Brady-0/+4
2026-02-27du: avoid locking and flushing standard outputCollin Funk-3/+4
2026-02-27stat: handle %%%N tooPaul Eggert-5/+6
2026-02-27id: avoid unnecessary buffer flushingPaul Eggert-5/+4
2026-02-27cksum: prefer signed intPaul Eggert-129/+129
2026-02-26stat: don't check QUOTING_STYLE when --printf %%N is usedCollin Funk-1/+44
2026-02-26id: promptly diagnose write errorsCollin Funk-2/+6
2026-02-26groups: promptly diagnose write errorsCollin Funk-0/+7