| Age | Commit message (Expand) | Author | Lines |
| 2024-03-24 | doc: ls: detail output format for device files | Stephane Chazelas | -0/+4 |
| 2024-03-22 | env: add -a,--argv0 to set the first argument passed to exec | Pádraig Brady | -0/+7 |
| 2024-03-21 | doc: pr: give solution to expanding TABs in multicolumn output | Pádraig Brady | -1/+3 |
| 2024-03-20 | doc: clarify mv --exchange | Paul Eggert | -0/+1 |
| 2024-03-20 | mv: new option --exchange | Paul Eggert | -0/+20 |
| 2024-03-19 | chmod: add support for -h, -H,-L,-P, --dereference options | Pádraig Brady | -9/+44 |
| 2024-03-19 | pinky: disable location canonicalization by default | Pádraig Brady | -3/+7 |
| 2024-03-18 | doc: fix stale --dereference info for chown/chgrp | Pádraig Brady | -26/+6 |
| 2024-03-12 | doc: add basic documentation for 'pinky' | Collin Funk | -0/+65 |
| 2024-03-05 | mv: revert add --swap (-x) option | Pádraig Brady | -10/+0 |
| 2024-03-03 | mv: add --swap (-x) option to atomically swap 2 paths | Petr Malat | -0/+10 |
| 2024-02-26 | cp,mv: add --update=none-fail to fail if existing files | Pádraig Brady | -1/+8 |
| 2024-02-26 | cp,mv: reinstate that -n exits with success if files skipped | Pádraig Brady | -8/+6 |
| 2024-02-25 | doc: de-“note” the documentation | Paul Eggert | -120/+115 |
| 2024-02-22 | cp: add --keep-directory-symlink option | Daan De Meyer | -0/+8 |
| 2024-02-19 | doc: add '[' to the info index | Pádraig Brady | -0/+1 |
| 2024-02-17 | doc: fix typo in shred example | Greg Wooledge | -1/+1 |
| 2024-02-05 | od: support half precision floating point | Pádraig Brady | -0/+6 |
| 2024-01-01 | maint: update all copyright year number ranges | Pádraig Brady | -4/+4 |
| 2023-12-17 | doc: cp --no-clobber: improve documentation | Pádraig Brady | -0/+2 |
| 2023-12-15 | chgrp: add --from parameter similar to chown | Pádraig Brady | -5/+10 |
| 2023-12-11 | doc: ls: fix regression in -f description | Pádraig Brady | -4/+4 |
| 2023-11-27 | numfmt: support lowercase 'k' for Kilo and Kibi | Pádraig Brady | -16/+19 |
| 2023-10-23 | doc: fix RFC references | Pádraig Brady | -12/+12 |
| 2023-09-28 | sort: improve --help | Paul Eggert | -4/+8 |
| 2023-09-23 | doc: mention Unicode exceptions for wc | Paul Eggert | -0/+7 |
| 2023-09-23 | wc: treat encoding errors as non white space | Paul Eggert | -1/+3 |
| 2023-09-23 | wc: fix word count bug | Paul Eggert | -4/+5 |
| 2023-09-20 | tail: allow multiple PIDs | Stephen Kitt | -3/+4 |
| 2023-09-17 | ls: --dired now implies long format with hyperlinks disabled | Sylvestre Ledru | -3/+3 |
| 2023-09-11 | doc: add subsections for cksum nodes | Pádraig Brady | -0/+5 |
| 2023-08-28 | maint: spelling fixes, including author names | Paul Eggert | -11/+11 |
| 2023-08-27 | cksum: adjust tests and docs to binary mode handling | Pádraig Brady | -2/+1 |
| 2023-08-22 | doc: reorg texinfo for the checksumming utilities | Pádraig Brady | -109/+147 |
| 2023-08-21 | doc: cksum: remove -b description from texinfo | Pádraig Brady | -3/+1 |
| 2023-07-20 | doc: clarify tail -n/-c +NUM operation | Pádraig Brady | -4/+6 |
| 2023-07-11 | cksum: escape filenames with a leading '\' in --check status | Pádraig Brady | -2/+4 |
| 2023-06-22 | build: ensure that makeinfo ≥ 6.8 checks the @menu structure | Bruno Haible | -0/+4 |
| 2023-06-11 | dd: fix parsing of numbers with more than two multipliers | Pádraig Brady | -1/+1 |
| 2023-06-08 | doc: od --strings: clarify operation | Pádraig Brady | -1/+1 |
| 2023-05-07 | doc: time zone conversion example | Paul Eggert | -0/+10 |
| 2023-05-07 | doc: new subsection for date format specs | Paul Eggert | -12/+19 |
| 2023-04-30 | doc: provide more info on the default 32-bit cksum digest | Pádraig Brady | -3/+7 |
| 2023-04-08 | cp,mv: add --update=none to always skip existing files | Pádraig Brady | -2/+26 |
| 2023-03-07 | split: support split -n on larger pipe input | Paul Eggert | -2/+4 |
| 2023-03-04 | du: --apparent counts only symlinks and regular | Paul Eggert | -0/+3 |
| 2023-03-04 | split: split more evenly with -n | Paul Eggert | -4/+4 |
| 2023-02-28 | doc: tee -p: clarify operation | Pádraig Brady | -3/+3 |
| 2023-02-28 | tee: enhance -p mode using iopoll() to detect broken pipe outputs | Carl Edquist | -0/+2 |
| 2023-02-24 | cp,install,mv: add --debug to explain how a file is copied | Pádraig Brady | -0/+13 |