| Age | Commit message (Expand) | Author | Lines |
| 2023-03-19 | tests: avoid false failure on systems without statx | Pádraig Brady | -4/+6 |
| 2023-03-19 | tests: df: avoid false failure on systems with multiple roots | Pádraig Brady | -3/+6 |
| 2023-03-18 | tests: aix: avoid unsupported functionality | Pádraig Brady | -2/+10 |
| 2023-03-15 | test: avoid a test hang on Hurd | Pádraig Brady | -1/+1 |
| 2023-03-13 | ls: --color: honor separate sequences for extension cases | Pádraig Brady | -1/+45 |
| 2023-03-13 | tests: adjust du test for recent apparent size change | Pádraig Brady | -102/+3 |
| 2023-03-08 | tee: support non blocking outputs | Pádraig Brady | -1/+16 |
| 2023-03-07 | split: support split -n on larger pipe input | Paul Eggert | -6/+9 |
| 2023-03-07 | tee: fix a crash with unwriteable files | Pádraig Brady | -0/+5 |
| 2023-03-06 | maint: pacify ‘make syntax-check’ | Paul Eggert | -1/+1 |
| 2023-03-04 | du: --apparent counts only symlinks and regular | Paul Eggert | -0/+34 |
| 2023-03-04 | split: handle large numbers better | Paul Eggert | -18/+5 |
| 2023-03-04 | split: port ‘split -n N /dev/null’ better to macOS | Paul Eggert | -3/+4 |
| 2023-03-04 | split: split more evenly with -n | Paul Eggert | -17/+31 |
| 2023-02-28 | tests: tee -p: add test for early exit with closed pipes | Pádraig Brady | -0/+10 |
| 2023-02-26 | tests: avoid hang in new test | Pádraig Brady | -8/+8 |
| 2023-02-26 | tests: avoid gdb on macOS | Pádraig Brady | -0/+11 |
| 2023-02-24 | tests: determine if SEEK_HOLE is enabled | Pádraig Brady | -4/+4 |
| 2023-02-24 | cp,install,mv: add --debug to explain how a file is copied | Pádraig Brady | -0/+29 |
| 2023-02-21 | doc: fix some spelling mistakes | ChuanGang Jiang | -1/+1 |
| 2023-02-21 | tests: initialize a variable | Jim Meyering | -0/+1 |
| 2023-02-21 | rm: --dir (-d): fix bugs in handling of empty, inaccessible directories | Jim Meyering | -2/+25 |
| 2023-02-18 | tests: port chmod/setgid.sh to macOS 12 | Paul Eggert | -8/+7 |
| 2023-02-10 | maint: fix some typos in comments | ChuanGang Jiang | -1/+1 |
| 2023-02-06 | cksum: add --raw option to output a binary digest | Pádraig Brady | -0/+61 |
| 2023-02-03 | tests: fix exit status check in cp -u test | Pádraig Brady | -1/+1 |
| 2023-01-31 | cksum: accept new option: --base64 (-b) | Jim Meyering | -0/+100 |
| 2023-01-31 | cp,mv: skipping due to -u is success, not failure | Paul Eggert | -4/+3 |
| 2023-01-31 | cp,ln,mv: when skipping exit with nonzero status | Paul Eggert | -15/+16 |
| 2023-01-30 | tests: cksum: fix test to include more cases | Pádraig Brady | -1/+1 |
| 2023-01-27 | tests: ensure we fail if mv --no-copy crashes | Pádraig Brady | -2/+2 |
| 2023-01-27 | mv: new option --no-copy | Paul Eggert | -0/+34 |
| 2023-01-06 | all: further adjustments for new Ronna, Quetta SI prefixes | Pádraig Brady | -3/+3 |
| 2023-01-05 | numfmt: add support for new SI prefixes | Paul Eggert | -39/+45 |
| 2023-01-01 | maint: update all copyright year number ranges | Pádraig Brady | -608/+608 |
| 2023-01-01 | build: update gnulib submodule to latest | Pádraig Brady | -20/+25 |
| 2022-12-31 | stty: fix off by one column wrapping on output | Pádraig Brady | -0/+6 |
| 2022-12-29 | wc: fix regression determining file size | Pádraig Brady | -0/+7 |
| 2022-12-29 | maint: avoid recent syntax check failure | Pádraig Brady | -2/+3 |
| 2022-12-26 | tests: accommodate bogomips capitalizations | Paul Eggert | -2/+2 |
| 2022-11-15 | maint: avoid new grep -q syntax-check failures | Pádraig Brady | -2/+2 |
| 2022-10-28 | printf: with \U, support all valid unicode points | Pádraig Brady | -3/+8 |
| 2022-09-28 | runcon: fix inconsistent exit status upon write error | Pádraig Brady | -0/+1 |
| 2022-09-26 | wc: add --total={auto,never,always,only} option | Pádraig Brady | -0/+44 |
| 2022-09-24 | rm: fix diagnostics on I/O error | Paul Eggert | -0/+1 |
| 2022-09-24 | rm: fix readdir test | Paul Eggert | -1/+1 |
| 2022-09-18 | all: prefer HTTPS to HTTP | Stefan Kangas | -2/+2 |
| 2022-08-31 | stty: validate ispeed and ospeed arguments | Pádraig Brady | -0/+3 |
| 2022-08-27 | tests: runcon: fix new test to skip on non SELinux systems | Pádraig Brady | -1/+3 |
| 2022-08-27 | tests: fix tests after recent runcon change | Pádraig Brady | -1/+2 |