| Age | Commit message (Expand) | Author | Lines |
| 2023-09-23 | wc: 3× speedup in C locale | Paul Eggert | -28/+31 |
| 2023-09-23 | wc: treat encoding errors as non white space | Paul Eggert | -11/+18 |
| 2023-09-23 | wc: fix word count bug | Paul Eggert | -37/+44 |
| 2023-09-23 | maint: omit some unused function tests | Paul Eggert | -11/+1 |
| 2023-09-23 | sort: not a special case for mbrtowc | Paul Eggert | -5/+5 |
| 2023-09-23 | maint: prefer char32_t to wchar_t | Paul Eggert | -20/+23 |
| 2023-09-23 | wc: simplify #if MB_LEN_MAX | Paul Eggert | -16/+13 |
| 2023-09-23 | wc: avoid undefined conversion state | Paul Eggert | -0/+2 |
| 2023-09-23 | maint: use mbszero | Paul Eggert | -5/+6 |
| 2023-09-23 | maint: prefer mcel | Paul Eggert | -1/+3 |
| 2023-09-23 | wc: stop worrying about EBCDIC, shift-JIS, etc | Paul Eggert | -2/+1 |
| 2023-09-23 | expr: use mcel | Paul Eggert | -59/+48 |
| 2023-09-23 | build: update gnulib submodule to latest | Paul Eggert | -0/+0 |
| 2023-09-21 | build: avoid build failures on gcc <= 10, or clang | Pádraig Brady | -5/+7 |
| 2023-09-20 | tail: allow multiple PIDs | Stephen Kitt | -28/+58 |
| 2023-09-17 | ls: --dired now implies long format with hyperlinks disabled | Sylvestre Ledru | -9/+17 |
| 2023-09-15 | tests: improve ls --dired testing | Sylvestre Ledru | -1/+36 |
| 2023-09-13 | maint: use C99 int size specifiers rather than PRI.MAX defines | Pádraig Brady | -76/+71 |
| 2023-09-11 | doc: add subsections for cksum nodes | Pádraig Brady | -0/+5 |
| 2023-09-08 | cp,mv,install: add copy_internal comment | Paul Eggert | -0/+7 |
| 2023-09-08 | cp: avoid needless unlinkat after fstatat ELOOP | Paul Eggert | -2/+6 |
| 2023-09-08 | cp,mv,install: minor copy_internal refactoring | Paul Eggert | -3/+2 |
| 2023-09-08 | cp,mv,install: fix comment punctuation | Paul Eggert | -2/+2 |
| 2023-09-08 | cp,mv,install: simplify copy_internal | Paul Eggert | -29/+20 |
| 2023-09-04 | maint: prefer psame_inode, PSAME_INODE, STP_* | Paul Eggert | -46/+46 |
| 2023-09-04 | build: update gnulib submodule to latest | Paul Eggert | -0/+0 |
| 2023-09-04 | cp,mv,install: a bit more up-to-date source stat | Paul Eggert | -3/+9 |
| 2023-09-02 | cp,mv,install: fix chmod on Linux CIFS | Paul Eggert | -4/+5 |
| 2023-09-01 | cp,mv,install: fix chown on Linux CIFS | Paul Eggert | -2/+13 |
| 2023-09-01 | maint: simplify set_owner | Paul Eggert | -46/+37 |
| 2023-09-01 | chown: port to mingw and MSVC 14 | Paul Eggert | -9/+4 |
| 2023-08-31 | maint: avoid syntax check failure | Pádraig Brady | -2/+2 |
| 2023-08-30 | maint: Gnulib module gc | Paul Eggert | -23/+4 |
| 2023-08-30 | maint: assume non-rare encodings | Paul Eggert | -0/+4 |
| 2023-08-30 | maint: tune for single thread & locale | Paul Eggert | -0/+16 |
| 2023-08-30 | maint: regularize struct initializers | Paul Eggert | -16/+16 |
| 2023-08-30 | maint: rely on Gnulib fdatasync | Paul Eggert | -22/+0 |
| 2023-08-30 | maint: use modern Gnulib LIB_ macros | Paul Eggert | -4/+4 |
| 2023-08-30 | kill: rely on Gnulib strsignal | Paul Eggert | -23/+0 |
| 2023-08-29 | maint: remove rename macro | Paul Eggert | -9/+5 |
| 2023-08-29 | maint: remove need for mbsalign | Paul Eggert | -709/+172 |
| 2023-08-29 | maint: post-release administrivia | Pádraig Brady | -2/+5 |
| 2023-08-29 | version 9.4v9.4 | Pádraig Brady | -1/+1 |
| 2023-08-28 | maint: spelling fixes, including author names | Paul Eggert | -146/+131 |
| 2023-08-28 | test: omit unreachable code | Paul Eggert | -1/+0 |
| 2023-08-28 | tests: avoid test failure on Android | Bruno Haible | -4/+13 |
| 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 |
| 2023-08-27 | cksum: adjust tests and docs to binary mode handling | Pádraig Brady | -5/+3 |