| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 2025-11-17 | tests: install supports comma-separated mode strings | Sylvestre Ledru | -0/+13 |
| 2025-11-17 | maint: use C99 initialization syntax for single-variable 'for' loops | Collin Funk | -239/+148 |
| 2025-11-17 | build: fix make dist failure | Pádraig Brady | -3/+3 |
| 2025-11-17 | tests: use tail --debug to determine inotify support | Pádraig Brady | -22/+26 |
| 2025-11-17 | tail: add --debug to report the --follow implementation | Pádraig Brady | -1/+108 |
| 2025-11-16 | maint: convert remove a K&R declaration | Collin Funk | -2/+1 |
| 2025-11-16 | du: document the TIME_STYLE env variable in usage | Bernhard Voelker | -3/+9 |
| 2025-11-16 | tests: verify we document all supported options in --help | Pádraig Brady | -0/+60 |
| 2025-11-16 | maint: tag supported options not documented in --help | Pádraig Brady | -7/+7 |
| 2025-11-16 | maint: rearrange cksum modules so main is in cksum.c | Pádraig Brady | -2097/+2095 |
| 2025-11-16 | wc: fix missing documentation for the --debug option | Pádraig Brady | -0/+12 |
| 2025-11-15 | tests: install should ignore umask | Sylvestre Ledru | -0/+8 |
| 2025-11-15 | tests: pr: add a test for bounded memory operation | Collin Funk | -0/+37 |
| 2025-11-14 | tests: dd: add tests for conv=lcase and conv=ucase | Collin Funk | -0/+58 |
| 2025-11-14 | doc: shred: clarify what --verbose outputs | Pádraig Brady | -1/+8 |
| 2025-11-13 | tests: test: add test cases for -ef | Collin Funk | -0/+30 |
| 2025-11-12 | maint: fix a typo in comments | Collin Funk | -1/+1 |
| 2025-11-12 | tests: test: add test cases for -nt and -ot | Collin Funk | -0/+24 |
| 2025-11-12 | sort: avoid pthread calls with --parallel=1 | Pádraig Brady | -8/+18 |
| 2025-11-12 | md5sum: fix --text with the MSYS2 runtime | Pádraig Brady | -1/+7 |
| 2025-11-12 | maint: fix comment re PRLFS' remoteness | Pádraig Brady | -2/+2 |
| 2025-11-12 | tests: env --argv0: fix false failure with symlinked single binary | Pádraig Brady | -1/+3 |
| 2025-11-11 | maint: fix a comment in the generated src/fs-is-local.h file | Collin Funk | -2/+2 |
| 2025-11-11 | tests: add tests for locale ordering | Pádraig Brady | -0/+52 |
| 2025-11-10 | maint: post-release administrivia | Pádraig Brady | -2/+5 |
| 2025-11-10 | version 9.9v9.9 | Pádraig Brady | -1/+1 |
| 2025-11-09 | nice: clamp the niceness correctly on GNU/Hurd | Collin Funk | -10/+78 |
| 2025-11-08 | tests: tail: avoid a test failure on GNU/Hurd | Collin Funk | -1/+2 |
| 2025-11-08 | chcon: fix memory leak in error path | Pádraig Brady | -1/+4 |
| 2025-11-08 | tests: avoid false failure due to small timeout | Pádraig Brady | -1/+1 |