| Age | Commit message (Expand) | Author | Lines |
| 2023-02-21 | maint: avoid -Wmaybe-uninitialized warning from GCC13 | Pádraig Brady | -1/+3 |
| 2023-02-21 | rm: --dir (-d): fix bugs in handling of empty, inaccessible directories | Jim Meyering | -5/+20 |
| 2023-02-16 | cp: fclonefileat security fix + CLONE_ACL + fixups | Paul Eggert | -13/+100 |
| 2023-02-10 | maint: fix some typos in comments | ChuanGang Jiang | -2/+2 |
| 2023-02-09 | cp: simplify infer_scantype | Paul Eggert | -10/+8 |
| 2023-02-06 | tail: improve --follow=name with single non regular files | Pádraig Brady | -2/+12 |
| 2023-02-06 | tail: fix support for -F with non seekable files | Pádraig Brady | -1/+2 |
| 2023-02-06 | cksum: add --raw option to output a binary digest | Pádraig Brady | -10/+69 |
| 2023-02-05 | build: uptime: avoid issues on systems without utmp.h | Pádraig Brady | -2/+2 |
| 2023-02-03 | maint: avoid line length syntax check failure | Pádraig Brady | -2/+2 |
| 2023-01-31 | cksum: accept new option: --base64 (-b) | Jim Meyering | -51/+134 |
| 2023-01-31 | cp: improve --preserve usage doc | Paul Eggert | -5/+9 |
| 2023-01-31 | cp,mv: skipping due to -u is success, not failure | Paul Eggert | -1/+1 |
| 2023-01-31 | cp,ln,mv: when skipping exit with nonzero status | Paul Eggert | -4/+4 |
| 2023-01-30 | digest.c: remove a duplicate variable | Jim Meyering | -4/+1 |
| 2023-01-27 | mv: new option --no-copy | Paul Eggert | -5/+11 |
| 2023-01-17 | doc: csplit: more accurate --elide-empty-files help | Pádraig Brady | -1/+1 |
| 2023-01-08 | copy: copy_file_range: handle ENOENT for CIFS | Pádraig Brady | -0/+5 |
| 2023-01-07 | maint: adjust to Gnulib macro renaming | Paul Eggert | -20/+20 |
| 2023-01-06 | copy: immediately fail with transient reflink errors | Pádraig Brady | -24/+71 |
| 2023-01-06 | all: further adjustments for new Ronna, Quetta SI prefixes | Pádraig Brady | -8/+8 |
| 2023-01-05 | numfmt: add support for new SI prefixes | Paul Eggert | -28/+44 |
| 2023-01-05 | ls: adjust to Gnulib renaming | Paul Eggert | -1/+1 |
| 2023-01-02 | doc: copy: mention the reinstated I/O size constraints | Pádraig Brady | -1/+3 |
| 2023-01-02 | copy: fix possible over allocation for regular files | Paul Eggert | -1/+27 |
| 2023-01-01 | maint: update all copyright year number ranges | Pádraig Brady | -139/+139 |
| 2022-12-31 | stty: fix off by one column wrapping on output | Pádraig Brady | -1/+1 |
| 2022-12-31 | copy: attempt copy offload with sparse files by default | Pádraig Brady | -2/+2 |
| 2022-12-29 | wc: fix regression determining file size | Pádraig Brady | -1/+1 |
| 2022-12-05 | build: fix missing inclusion of poll.h on macOS | Dennis Williamson | -1/+1 |
| 2022-10-28 | printf: with \U, support all valid unicode points | Pádraig Brady | -8/+3 |
| 2022-09-28 | doc: be more consistent when documenting exit status | Pádraig Brady | -2/+21 |
| 2022-09-28 | runcon: fix inconsistent exit status upon write error | Pádraig Brady | -0/+1 |
| 2022-09-28 | maint: getlimits: diagnose invalid options | Pádraig Brady | -3/+2 |
| 2022-09-28 | maint: rmdir: also use DS_... constants here | Pádraig Brady | -1/+1 |
| 2022-09-26 | wc: add --total={auto,never,always,only} option | Pádraig Brady | -4/+39 |
| 2022-09-25 | maint: use enums to make dir_status code easier to read | Pádraig Brady | -8/+13 |
| 2022-09-25 | maint: fix recent syntax-check failures | Pádraig Brady | -7/+8 |
| 2022-09-24 | rm: fix diagnostics on I/O error | Paul Eggert | -55/+57 |
| 2022-09-18 | all: prefer HTTPS to HTTP | Stefan Kangas | -2/+2 |
| 2022-09-17 | kill: port to picky-conversion hosts | Paul Eggert | -2/+3 |
| 2022-09-15 | maint: prefer static_assert to verify | Paul Eggert | -43/+46 |
| 2022-09-15 | maint: assume C23 alignof | Paul Eggert | -1/+0 |
| 2022-09-15 | maint: don’t include config.h twice | Paul Eggert | -3/+0 |
| 2022-09-12 | maint: adjust to Gnulib stdbool C23 change | Paul Eggert | -4/+0 |
| 2022-09-11 | stty: give explicit error for unsupported asymmetric speeds | Pádraig Brady | -4/+30 |
| 2022-09-11 | stty: fix false warnings from [io]speed settings | Pádraig Brady | -51/+36 |
| 2022-08-31 | stty: add an undocumented ---debug option for more info | Pádraig Brady | -9/+27 |
| 2022-08-31 | stty: validate ispeed and ospeed arguments | Pádraig Brady | -4/+25 |
| 2022-08-29 | maint: be defensive in avoiding gnulib's poll module | Pádraig Brady | -0/+7 |