| Age | Commit message (Expand) | Author | Lines |
| 2023-10-28 | maint: fix syntax check issue | Pádraig Brady | -1/+1 |
| 2023-10-28 | base32,base64: disallow non-canonical encodings | Pádraig Brady | -2/+9 |
| 2023-10-25 | basenc: fix unlikely locale issue; tune | Paul Eggert | -26/+118 |
| 2023-10-25 | basenc: tweak checks to use unsigned char | Paul Eggert | -23/+23 |
| 2023-10-25 | build: update gnulib submodule to latest | Paul Eggert | -0/+0 |
| 2023-10-25 | basenc: --base16: also allow lower case with --ignore-garbage | Pádraig Brady | -2/+4 |
| 2023-10-23 | basenc: --base16: support lower case hex digits | Pádraig Brady | -1/+5 |
| 2023-10-23 | doc: fix RFC references | Pádraig Brady | -12/+12 |
| 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 | -8/+63 |
| 2023-09-28 | sort: improve --help | Paul Eggert | -5/+10 |
| 2023-09-25 | doc: rm --help: mention that '.' or '..' are rejected | Pádraig Brady | -0/+5 |
| 2023-09-23 | wc: pacify ‘make syntax-check’ | Paul Eggert | -1/+1 |
| 2023-09-23 | wc: distribute src/wc.h | Paul Eggert | -1/+2 |
| 2023-09-23 | wc: goto considered harmful | Paul Eggert | -47/+55 |
| 2023-09-23 | wc: prefer signed integers | Paul Eggert | -91/+82 |
| 2023-09-23 | wc: improve avx2 API | Paul Eggert | -128/+80 |
| 2023-09-23 | factor,tail: avoid quadratic reallocation | Paul Eggert | -10/+14 |
| 2023-09-23 | doc: mention Unicode exceptions for wc | Paul Eggert | -0/+7 |
| 2023-09-23 | wc: simplify by removing SUPPORT_OLD_MBRTOWC | Paul Eggert | -37/+15 |
| 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 |