| Age | Commit message (Expand) | Author | Lines |
| 2024-03-22 | env: add -a,--argv0 to set the first argument passed to exec | Pádraig Brady | -0/+10 |
| 2024-03-20 | mv: new option --exchange | Paul Eggert | -0/+42 |
| 2024-03-19 | chmod: add support for -h, -H,-L,-P, --dereference options | Pádraig Brady | -0/+88 |
| 2024-03-13 | env,kill,timeout: support unnamed signals | Grisha Levit | -1/+9 |
| 2024-03-06 | cksum: ensure appropriate "binary" mode with --untagged | Pádraig Brady | -0/+9 |
| 2024-03-05 | mv: revert add --swap (-x) option | Pádraig Brady | -48/+0 |
| 2024-03-04 | cksum: consistently validate --length attributes | Pádraig Brady | -0/+4 |
| 2024-03-03 | mv: add --swap (-x) option to atomically swap 2 paths | Petr Malat | -0/+48 |
| 2024-02-27 | mktemp: fix template diagnostic with --suffix | lvgenggeng | -1/+1 |
| 2024-02-27 | tests: move join tests to their own directory | Pádraig Brady | -2/+2 |
| 2024-02-27 | tests: simplify treatment of the $LOCALE_FR_UTF8 variable | Pádraig Brady | -10/+4 |
| 2024-02-27 | join: avoid test failure on systems with no French UTF-8 locale | Bruno Haible | -1/+1 |
| 2024-02-26 | wc: fix -w with breaking space over UCHAR_MAX | Aearil | -0/+5 |
| 2024-02-26 | cp,mv: add --update=none-fail to fail if existing files | Pádraig Brady | -4/+15 |
| 2024-02-26 | cp,mv: reinstate that -n exits with success if files skipped | Pádraig Brady | -12/+10 |
| 2024-02-22 | cp: add --keep-directory-symlink option | Daan De Meyer | -0/+28 |
| 2024-02-07 | build: fix od build on clang < 17 | Pádraig Brady | -5/+5 |
| 2024-02-05 | od: support half precision floating point | Pádraig Brady | -0/+21 |
| 2024-01-18 | doc: split -C: test and document a heap overflow | Pádraig Brady | -0/+12 |
| 2024-01-17 | tests: make ulimit -v interact better with ASAN | Pádraig Brady | -14/+13 |
| 2024-01-10 | tests: ls: add a test to verify that '+' is added | Sylvestre Ledru | -0/+41 |
| 2024-01-01 | maint: update all copyright year number ranges | Pádraig Brady | -621/+621 |
| 2023-12-29 | tests: numfmt: fix test related to lower case 'k' SI unit | Pádraig Brady | -1/+1 |
| 2023-12-29 | tests: run locale tests on more systems | Pádraig Brady | -19/+30 |
| 2023-12-19 | copy,install: avoid unnecessary security context translations | Christian Göttsche | -0/+6 |
| 2023-12-15 | chgrp: add --from parameter similar to chown | Pádraig Brady | -1/+56 |
| 2023-12-01 | tail: fix tailing sysfs files where PAGE_SIZE > BUFSIZ | dann frazier | -0/+35 |
| 2023-11-27 | numfmt: support lowercase 'k' for Kilo and Kibi | Pádraig Brady | -80/+90 |
| 2023-11-16 | uniq: fix bug with -w in multibyte locales | Paul Eggert | -0/+9 |
| 2023-11-16 | tests: omit inapplicable test code | Paul Eggert | -33/+4 |
| 2023-11-03 | ls: fix recent regression in size alignment | Pádraig Brady | -0/+33 |
| 2023-10-30 | join: fix recently introduced NUL bug | Paul Eggert | -3/+7 |
| 2023-10-30 | maint: pacify ‘make syntax-check’ | Paul Eggert | -4/+2 |
| 2023-10-30 | maint: copy join, uniq tests from Fedora | Paul Eggert | -0/+105 |
| 2023-10-30 | join,uniq: support multi-byte separators | Paul Eggert | -0/+52 |
| 2023-10-28 | base32,base64: disallow non-canonical encodings | Pádraig Brady | -2/+6 |
| 2023-10-25 | basenc: --base16: also allow lower case with --ignore-garbage | Pádraig Brady | -0/+1 |
| 2023-10-23 | basenc: --base16: support lower case hex digits | Pádraig Brady | -0/+1 |
| 2023-10-06 | tests: move all basenc tests to their own directory | Pádraig Brady | -2/+2 |
| 2023-10-06 | basenc: auto pad base32 and base64 inputs when decoding | Pádraig Brady | -4/+2 |
| 2023-09-23 | wc: fix word count bug | Paul Eggert | -0/+1 |
| 2023-09-20 | tail: allow multiple PIDs | Stephen Kitt | -0/+4 |
| 2023-09-17 | ls: --dired now implies long format with hyperlinks disabled | Sylvestre Ledru | -3/+5 |
| 2023-09-15 | tests: improve ls --dired testing | Sylvestre Ledru | -1/+36 |
| 2023-08-31 | maint: avoid syntax check failure | Pádraig Brady | -2/+2 |
| 2023-08-29 | maint: remove need for mbsalign | Paul Eggert | -7/+3 |
| 2023-08-28 | maint: spelling fixes, including author names | Paul Eggert | -21/+21 |
| 2023-08-27 | sort: port sort-merge-fdlimit test to Solaris 10 | Paul Eggert | -1/+8 |
| 2023-08-27 | sort: port sort-continue test back to Solaris 10 | Paul Eggert | -5/+11 |
| 2023-08-27 | tests: avoid false failure on cygwin | Pádraig Brady | -23/+25 |