| Age | Commit message (Expand) | Author | Lines |
| 2019-02-25 | doc: more date +%F clarifications | Paul Eggert | -1/+2 |
| 2019-02-24 | all: detect --help and --version more consistently | Bernhard Voelker | -141/+40 |
| 2019-02-18 | ls: better align month abbreviations containing digits | Daming Yang | -1/+3 |
| 2019-02-17 | sort: clarify in --debug; only text comparisons affected | Pádraig Brady | -2/+3 |
| 2019-02-11 | comm,join: ensure warnings are apparent upon exit | Pádraig Brady | -2/+2 |
| 2019-02-10 | gnulib: update to use new strtold module | Pádraig Brady | -13/+5 |
| 2019-02-03 | seq: output decimal points consistently with invalid locales | Pádraig Brady | -3/+8 |
| 2019-02-03 | build: ensure sys/select.h is included | Pádraig Brady | -2/+1 |
| 2019-02-03 | stat,tail: fix android build and support inotify | Pádraig Brady | -4/+9 |
| 2019-01-26 | printf,seq,sleep,tail,timeout: accept current-locale floats | Paul Eggert | -12/+12 |
| 2019-01-25 | sleep: improve doc | Paul Eggert | -3/+2 |
| 2019-01-20 | tail: fix handling of broken pipes with SIGPIPE ignored | Pádraig Brady | -3/+11 |
| 2019-01-20 | tail: fix recent ineffective AIX change | Ayappan | -5/+5 |
| 2019-01-12 | ls: with --group-directories-first, also group symlinked dirs | Pádraig Brady | -20/+20 |
| 2019-01-12 | tail: don't exit immediately with filters on AIX | Pádraig Brady | -0/+13 |
| 2019-01-05 | basenc: allocate buffers on heap | Assaf Gordon | -4/+13 |
| 2019-01-04 | doc: adjust URLs in help to avoid wrapping | Pádraig Brady | -3/+3 |
| 2019-01-01 | maint: update all copyright year number ranges | Assaf Gordon | -138/+138 |
| 2019-01-01 | maint: mention base32 in the title line of common basenc.c | Bernhard Voelker | -3/+1 |
| 2019-01-01 | base64,base32: fix 'extra operand' error message | Assaf Gordon | -1/+1 |
| 2018-12-31 | doc: mention that more than 8 colors are supported by ls | Pádraig Brady | -2/+4 |
| 2018-12-27 | basenc: A new program complementary to base64/base32 | Assaf Gordon | -6/+920 |
| 2018-12-21 | maint: rename base64.c to basenc.c | Assaf Gordon | -1/+2 |
| 2018-12-15 | shred,sort,split: fix ftruncate error reporting | Paul Eggert | -18/+34 |
| 2018-11-06 | sync: fix open fallback bug | Paul Eggert | -2/+4 |
| 2018-10-28 | ln: use linkat and symlinkat | Paul Eggert | -77/+85 |
| 2018-10-28 | build: update gnulib submodule to latest | Paul Eggert | -3/+5 |
| 2018-10-27 | tests: provide 100% coverage for echo | Bernhard Voelker | -18/+18 |
| 2018-10-27 | echo: always process escapes when POSIXLY_CORRECT is set | Pádraig Brady | -2/+3 |
| 2018-10-26 | test: add -N unary operator | Bernhard Voelker | -0/+11 |
| 2018-10-26 | test: simplify redundant code | Bernhard Voelker | -31/+3 |
| 2018-10-26 | test: remove support for the ambigous -a unary operator | Bernhard Voelker | -3/+2 |
| 2018-10-19 | ln: avoid directory hard-link races | Paul Eggert | -189/+232 |
| 2018-10-19 | cp: 'cp -il A B' no longer fails if user OKs it | Paul Eggert | -3/+3 |
| 2018-09-29 | id: support multiple specified users | Achilles Gaikwad | -69/+93 |
| 2018-07-27 | df: omit redundant comparison | Paul Eggert | -1/+1 |
| 2018-07-26 | df: tune slightly | Paul Eggert | -2/+4 |
| 2018-07-26 | df: avoid multibyte character corruption on macOS | Paul Eggert | -11/+32 |
| 2018-07-26 | df: avoid multibyte character corruption on macOS | Chih-Hsuan Yen | -1/+2 |
| 2018-07-22 | doc: improve documentation of binary prefixes | Wodry | -2/+8 |
| 2018-07-05 | build: update gnulib submodule to latest | Paul Eggert | -6/+6 |
| 2018-06-30 | maint: copy: avoid new static analyzer warnings | Pádraig Brady | -1/+8 |
| 2018-06-30 | maint: fix recent stale comments and spelling mistakes | Pádraig Brady | -1/+1 |
| 2018-06-27 | env: adjust diagnostics provided for shebang usage | Pádraig Brady | -5/+3 |
| 2018-06-24 | maint: fix -Werror=suggest-attribute=malloc in expr.c | Carlos Santos | -1/+1 |
| 2018-06-24 | maint: sync longlong.h from gmp repo | Pádraig Brady | -66/+0 |
| 2018-06-24 | maint: avoid false positive in src/fs-magic-compare | Pádraig Brady | -0/+1 |
| 2018-06-20 | rm: add --preserve-root=all to protect mounts | Pádraig Brady | -2/+59 |
| 2018-06-20 | cp: add --reflink=never to force standard copy mode | Adam Borowski | -2/+5 |
| 2018-06-20 | env: add -S/--split-string option | Assaf Gordon | -4/+431 |