| Age | Commit message (Expand) | Author | Lines |
| 2024-05-22 | tests: cksum: extend with --status, --ignore-missing and --warn | Sylvestre Ledru | -0/+58 |
| 2024-05-20 | stty: port test to Alpine Linux | Paul Eggert | -1/+1 |
| 2024-05-16 | dd: skip some alloc tests on ZFS | Paul Eggert | -1/+4 |
| 2024-05-11 | tests: cksum: add incorrect data to verify --check & --strict | Sylvestre Ledru | -0/+29 |
| 2024-05-04 | cksum: add tests to verify the presence of "*" | Sylvestre Ledru | -0/+7 |
| 2024-05-03 | cp: actually support --update=none-fail | Pádraig Brady | -0/+11 |
| 2024-04-19 | tail: avoid infloop with -c on /dev/zero | Paul Eggert | -0/+10 |
| 2024-04-06 | cat: don’t trust st_size on /proc files | Paul Eggert | -0/+20 |
| 2024-03-27 | tests: od: avoid outputting undefined floating point values | Bruno Haible | -1/+1 |
| 2024-03-26 | tests: numfmt: fix false failures on some systems | Pádraig Brady | -4/+6 |
| 2024-03-26 | tests: avoid false failure due to mismatched isblank() | Pádraig Brady | -2/+3 |
| 2024-03-25 | tests: avoid false failure with partial locale info | Pádraig Brady | -0/+5 |
| 2024-03-25 | tests: avoid triggering obsolete tail option processing | Pádraig Brady | -1/+1 |
| 2024-03-25 | tests: remove debugging from a test | Pádraig Brady | -1/+1 |
| 2024-03-25 | tests: fix false failure on systems that can chmod symlinks | Pádraig Brady | -4/+2 |
| 2024-03-24 | test: avoid false failure with setgid directories | Pádraig Brady | -8/+10 |
| 2024-03-24 | tests: avoid false failure on new mv --exchange test | Pádraig Brady | -1/+4 |
| 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 |