| Age | Commit message (Expand) | Author | Lines |
| 2023-03-20 | version 9.2v9.2 | Pádraig Brady | -1/+1 |
| 2023-03-13 | ls: --color: honor separate sequences for extension cases | Pádraig Brady | -0/+3 |
| 2023-03-08 | tee: support non blocking outputs | Pádraig Brady | -0/+4 |
| 2023-03-08 | doc: remove redundant NEWS entry | Pádraig Brady | -4/+0 |
| 2023-03-07 | split: support split -n on larger pipe input | Paul Eggert | -0/+3 |
| 2023-03-04 | du: --apparent counts only symlinks and regular | Paul Eggert | -0/+5 |
| 2023-03-04 | split: handle large numbers better | Paul Eggert | -0/+3 |
| 2023-03-04 | split: port ‘split -n N /dev/null’ better to macOS | Paul Eggert | -0/+4 |
| 2023-03-04 | maint: fix NEWS quoting | Paul Eggert | -1/+1 |
| 2023-03-04 | split: split more evenly with -n | Paul Eggert | -0/+5 |
| 2023-02-28 | tee: enhance -p mode using iopoll() to detect broken pipe outputs | Carl Edquist | -0/+4 |
| 2023-02-27 | build: update to latest gnulib | Pádraig Brady | -0/+4 |
| 2023-02-24 | cp,install,mv: add --debug to explain how a file is copied | Pádraig Brady | -0/+3 |
| 2023-02-21 | rm: --dir (-d): fix bugs in handling of empty, inaccessible directories | Jim Meyering | -0/+4 |
| 2023-02-16 | cp: fclonefileat security fix + CLONE_ACL + fixups | Paul Eggert | -0/+7 |
| 2023-02-10 | maint: fix some typos in comments | ChuanGang Jiang | -1/+1 |
| 2023-02-06 | tail: improve --follow=name with single non regular files | Pádraig Brady | -0/+4 |
| 2023-02-06 | tail: fix support for -F with non seekable files | Pádraig Brady | -0/+4 |
| 2023-02-06 | cksum: add --raw option to output a binary digest | Pádraig Brady | -0/+3 |
| 2023-01-31 | cksum: accept new option: --base64 (-b) | Jim Meyering | -0/+3 |
| 2023-01-31 | cp,ln,mv: when skipping exit with nonzero status | Paul Eggert | -0/+5 |
| 2023-01-27 | mv: new option --no-copy | Paul Eggert | -0/+3 |
| 2023-01-08 | copy: copy_file_range: handle ENOENT for CIFS | Pádraig Brady | -0/+4 |
| 2023-01-06 | copy: immediately fail with transient reflink errors | Pádraig Brady | -0/+8 |
| 2023-01-06 | all: further adjustments for new Ronna, Quetta SI prefixes | Pádraig Brady | -2/+3 |
| 2023-01-05 | numfmt: add support for new SI prefixes | Paul Eggert | -0/+6 |
| 2023-01-02 | doc: copy: mention the reinstated I/O size constraints | Pádraig Brady | -0/+4 |
| 2023-01-02 | copy: fix possible over allocation for regular files | Paul Eggert | -0/+5 |
| 2023-01-01 | maint: update all copyright year number ranges | Pádraig Brady | -1/+1 |
| 2022-12-31 | stty: fix off by one column wrapping on output | Pádraig Brady | -0/+4 |
| 2022-12-31 | copy: attempt copy offload with sparse files by default | Pádraig Brady | -0/+6 |
| 2022-12-29 | wc: fix regression determining file size | Pádraig Brady | -0/+5 |
| 2022-10-28 | printf: with \U, support all valid unicode points | Pádraig Brady | -0/+4 |
| 2022-09-28 | maint: NEWS: use consistent quoting | Pádraig Brady | -1/+1 |
| 2022-09-26 | wc: add --total={auto,never,always,only} option | Pádraig Brady | -0/+3 |
| 2022-09-25 | doc: mention the recent rm improvement | Pádraig Brady | -0/+4 |
| 2022-09-11 | stty: fix false warnings from [io]speed settings | Pádraig Brady | -2/+3 |
| 2022-08-31 | stty: validate ispeed and ospeed arguments | Pádraig Brady | -0/+5 |
| 2022-08-27 | doc: NEWS: document recent comm fix, and runcon change | Pádraig Brady | -0/+10 |
| 2022-08-13 | ls: support explicit --time=modification selection | Pádraig Brady | -0/+3 |
| 2022-07-24 | date: --debug: diagnose discarded -d or -s options | Pádraig Brady | -0/+5 |
| 2022-07-24 | runcon: ensure --compute runs the file it inspects | Pádraig Brady | -0/+4 |
| 2022-07-22 | stat: -c %s now prints unsigned | Paul Eggert | -0/+2 |
| 2022-07-06 | cp: don’t remove nonempty cloned dest | Paul Eggert | -0/+3 |
| 2022-06-11 | cp: fix ‘cp -rx / /mnt’ | Paul Eggert | -0/+3 |
| 2022-06-03 | build: update gnulib submodule to latest | Paul Eggert | -0/+6 |
| 2022-05-26 | maint: fix spelling in NEWS entry | Bernhard Voelker | -1/+1 |
| 2022-05-09 | factor: --exponents: new option for printing in p^e format | Rasmus Villemoes | -0/+5 |
| 2022-05-01 | sort: fix sort -g infloop again | Paul Eggert | -0/+6 |
| 2022-04-20 | mv: test Bug#55029 | Paul Eggert | -0/+5 |