| Age | Commit message (Expand) | Author | Lines |
| 2024-08-04 | maint: avoid warning on older GCC compilers | Pádraig Brady | -1/+4 |
| 2024-08-04 | doc: clarify which ls color attributes don't apply to dirs | Pádraig Brady | -4/+4 |
| 2024-08-03 | shuf: tiny simplification | Paul Eggert | -4/+1 |
| 2024-07-30 | maint: remove unnecessary inttostr usage in printf | Collin Funk | -82/+35 |
| 2024-07-03 | doc: remove 'proposed' in regard to $'' descriptions | Pádraig Brady | -2/+2 |
| 2024-06-29 | maint: prefer endian.h for byte order conversions | Collin Funk | -19/+7 |
| 2024-06-27 | ls: treat --time=mtime consistently with other time selectors | Pádraig Brady | -10/+8 |
| 2024-06-25 | stat: reactivate a translator comment (lost on 2012-01-09) | Bruno Haible | -2/+3 |
| 2024-05-28 | stat,tail: sync with latest Linux file systems | Pádraig Brady | -2/+6 |
| 2024-05-24 | ls: improve sorting doc | Paul Eggert | -5/+2 |
| 2024-05-21 | build: fix build failure in --enable-single-binary mode | Pádraig Brady | -2/+2 |
| 2024-05-16 | maint: prefer stdbit.h to count-leading-zeros.h | Paul Eggert | -2/+2 |
| 2024-05-16 | sort: better -Wmissing-variable-declarations | Paul Eggert | -5/+4 |
| 2024-05-16 | cksum: improve API consistency checking | Paul Eggert | -3/+6 |
| 2024-05-15 | doc: improve the man page for sleep | Nikolaos Chatzikonstantinou | -4/+3 |
| 2024-05-09 | wc: increase I/O size from 16 KiB to 256KiB | Pádraig Brady | -15/+11 |
| 2024-05-09 | wc: simplify and generalize AVX code | Evgeny Nizhibitsky | -44/+10 |
| 2024-05-07 | doc: pwd: improve the -P help description | Bruce Jerrick | -1/+3 |
| 2024-05-05 | maint: rename octhexdigits macros | Nikolay Nechaev | -17/+14 |
| 2024-05-05 | maint: factor out common macros of stat and printf | Nikolay Nechaev | -11/+10 |
| 2024-05-05 | maint: factor out the common show_date functionality | Nikolay Nechaev | -48/+63 |
| 2024-05-03 | cp: actually support --update=none-fail | Pádraig Brady | -2/+2 |
| 2024-05-01 | maint: pacify GCC 14 -Wmissing-variable-declarations | Collin Funk | -1/+4 |
| 2024-05-01 | maint: pacify GCC 14 -Wmissing-variable-declarations wrt md5.h | Pádraig Brady | -0/+9 |
| 2024-04-19 | tail: avoid infloop with -c on /dev/zero | Paul Eggert | -5/+19 |
| 2024-04-17 | ls: -f now means -a -U | Paul Eggert | -6/+1 |
| 2024-04-17 | maint: remove unnecessary stdbool.h include | Collin Funk | -1/+0 |
| 2024-04-12 | join: fix error message for -a and -v | Pádraig Brady | -1/+1 |
| 2024-04-06 | split: don’t trust st_size on /proc files | Paul Eggert | -4/+2 |
| 2024-04-06 | sort: don’t trust st_size on /proc files | Paul Eggert | -1/+1 |
| 2024-04-06 | dd: don’t trust st_size on /proc/files | Paul Eggert | -1/+1 |
| 2024-04-06 | cat: don’t trust st_size on /proc files | Paul Eggert | -10/+21 |
| 2024-04-01 | doc: chown,chgrp: fix missing full stop in --help | Pádraig Brady | -1/+1 |
| 2024-03-26 | ls: avoid ENOENT from readdir() on FreeBSD 14 | Pádraig Brady | -0/+3 |
| 2024-03-25 | cp: with --no-preserve=mode ensure set-group-ID bits maintained on dirs | Pádraig Brady | -0/+3 |
| 2024-03-24 | doc: fix translation issue in chown/chgrp amalgamation | Pádraig Brady | -13/+7 |
| 2024-03-24 | doc: fix various translation issues | Pádraig Brady | -5/+5 |
| 2024-03-22 | mv: treat --exchange more like non-exchange | Paul Eggert | -25/+23 |
| 2024-03-22 | cp,ln,mv: improve dir vs nondir diagnostics | Paul Eggert | -62/+26 |
| 2024-03-22 | env: add -a,--argv0 to set the first argument passed to exec | Pádraig Brady | -5/+26 |
| 2024-03-20 | mv: new option --exchange | Paul Eggert | -27/+47 |
| 2024-03-19 | chmod: fix TOCTOU security issue with symlink replacement | Pádraig Brady | -7/+8 |
| 2024-03-19 | chmod: add support for -h, -H,-L,-P, --dereference options | Pádraig Brady | -26/+112 |
| 2024-03-19 | maint: basenc: consistently check buffer bounds when encoding | Pádraig Brady | -3/+7 |
| 2024-03-19 | pinky: disable location canonicalization by default | Pádraig Brady | -1/+18 |
| 2024-03-18 | doc: fix stale --dereference info for chown/chgrp | Pádraig Brady | -1/+1 |
| 2024-03-13 | env,kill,timeout: support unnamed signals | Grisha Levit | -26/+40 |
| 2024-03-12 | maint: prefer minmax.h instead of defining our own | Collin Funk | -5/+1 |
| 2024-03-12 | dircolors: add more archive extensions | Ville Skyttä | -0/+6 |
| 2024-03-12 | timeout: fix narrow race in failing to kill processes | Pádraig Brady | -11/+21 |