| Age | Commit message (Expand) | Author | Lines |
| 2025-12-05 | pinky: promptly diagnose write errors | Collin Funk | -44/+42 |
| 2025-12-05 | doc: html: reference each command option | Pádraig Brady | -2248/+1194 |
| 2025-12-05 | doc: html: support defined anchors for command options | Pádraig Brady | -10/+32 |
| 2025-12-04 | tests: ls: check that 'ls -R' doesn't run out of file descriptors | Collin Funk | -0/+37 |
| 2025-12-04 | build: update gnulib submodule to latest | Paul Eggert | -3/+4 |
| 2025-12-02 | maint: organize expand and unexpand tests in a subdirectory | Collin Funk | -2/+2 |
| 2025-12-02 | tests: expand, unexpand: add a test for bounded memory operation | Collin Funk | -0/+74 |
| 2025-12-02 | maint: don't use == on bools | Collin Funk | -3/+3 |
| 2025-12-02 | timeout: print the signal number 0 instead of EXIT | Collin Funk | -2/+4 |
| 2025-12-02 | timeout: prioritize "timed out" exit status | Pádraig Brady | -1/+7 |
| 2025-12-02 | tests: ls --hyperlink: add more escaping test cases | Pádraig Brady | -1/+3 |
| 2025-12-01 | tests: cut: add a test for bounded memory operation | Collin Funk | -0/+41 |
| 2025-12-01 | tests: enable mkdir/writable-under-readonly.sh | Pádraig Brady | -21/+10 |
| 2025-12-01 | tests: mv: add checks for cross device handling of special files | Pádraig Brady | -0/+63 |
| 2025-12-01 | tests: rm: avoid usually skipped non root test | Pádraig Brady | -164/+17 |
| 2025-11-30 | doc: du: mention the behavior when both --threshold and --total are used | Collin Funk | -0/+3 |
| 2025-11-30 | tests: copy: reinstate check for symlink xattr copying | Pádraig Brady | -1/+27 |
| 2025-11-30 | tests: avoid skip due to missing nouser_xattr support | Pádraig Brady | -35/+18 |
| 2025-11-29 | maint: commit-msg: remove "digest" as a supported tag | Pádraig Brady | -1/+1 |
| 2025-11-29 | maint: commit-msg: fix terminal corruption when re-editing | Pádraig Brady | -1/+1 |
| 2025-11-29 | maint: remove note about old NEWS files | Collin Funk | -3/+1 |
| 2025-11-29 | test: re-enable tests that had a false requirement on coreutils' kill | Pádraig Brady | -3/+3 |
| 2025-11-29 | timeout: ensure we terminate command upon abnormal exit | Pádraig Brady | -1/+30 |
| 2025-11-28 | tests: tac: test --separator with invalid UTF-8 | Collin Funk | -0/+2 |
| 2025-11-28 | du: add the short option -A corresponding to --apparent-size | Collin Funk | -12/+19 |
| 2025-11-28 | test: tac: test with non-ASCII values for --separator | Collin Funk | -0/+44 |
| 2025-11-28 | doc: touch: man: state in summary that files are created | Pádraig Brady | -1/+1 |
| 2025-11-28 | tests: prefer ext4 casefold for case insensitive tests | Pádraig Brady | -4/+16 |
| 2025-11-27 | maint: prefer mcel_eq to mcel_cmp | Collin Funk | -5/+5 |
| 2025-11-26 | doc: date: mention --file=- reads from standard input | Collin Funk | -1/+3 |
| 2025-11-26 | doc: du, sort, wc: adjust description of --files0-from | Collin Funk | -4/+4 |
| 2025-11-26 | doc: fold: clarify operation of -s in --help | Pádraig Brady | -1/+1 |
| 2025-11-25 | build: kill(1), uptime(1): don't install by default | Pádraig Brady | -2/+7 |
| 2025-11-23 | doc: cksum: document secure hash algorithms | Collin Funk | -0/+9 |
| 2025-11-23 | du,ls: don’t modify getenv strings | Paul Eggert | -35/+52 |
| 2025-11-23 | numfmt: port to C23 qualifier-generic fns | Paul Eggert | -2/+2 |
| 2025-11-23 | build: update gnulib submodule to latest | Paul Eggert | -0/+0 |
| 2025-11-23 | cat: refactor struct stat usage | Paul Eggert | -22/+12 |
| 2025-11-23 | maint: use cksum specific checksums in release announcement | Pádraig Brady | -0/+4 |
| 2025-11-23 | doc: cat -E: mention ^M$ output possibility | Pádraig Brady | -1/+1 |
| 2025-11-22 | dd,ls,sort: prefer sigaction over signal | Pádraig Brady | -91/+2 |
| 2025-11-22 | csplit,ls,sort: handle a more complete set of signals | Pádraig Brady | -128/+100 |
| 2025-11-22 | timeout: honor ignored signal dispositions | Pádraig Brady | -17/+64 |
| 2025-11-21 | timeout: handle all terminating signals | Pádraig Brady | -11/+69 |
| 2025-11-20 | build: remove explicit link to CoreFoundation libs on macOS | Pádraig Brady | -10/+0 |
| 2025-11-20 | build: update gnulib submodule to latest | Pádraig Brady | -0/+0 |
| 2025-11-19 | maint: add coreutils_hardlinks to src/.gitignore | Collin Funk | -0/+1 |
| 2025-11-19 | maint: prefer MAYBE_UNUSED to void casts | Collin Funk | -8/+3 |
| 2025-11-19 | build: support --enable-single-binary=hardlinks | Pádraig Brady | -10/+36 |
| 2025-11-17 | tests: check that mknod, mkfifo, and mkdir handle comma-separated modes | Collin Funk | -0/+12 |