| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 2024-03-11 | timeout: fix race where we might kill arbitrary processes | Pádraig Brady | -3/+8 |
| 2024-03-06 | cksum: ensure appropriate "binary" mode with --untagged | Pádraig Brady | -7/+12 |
| 2024-03-05 | mv: revert add --swap (-x) option | Pádraig Brady | -38/+1 |
| 2024-03-04 | cksum: consistently validate --length attributes | Pádraig Brady | -5/+5 |
| 2024-03-03 | mv: add --swap (-x) option to atomically swap 2 paths | Petr Malat | -1/+38 |
| 2024-02-28 | cat,cp,mv,dd,install,split: set the default IO size to 256KiB | Pádraig Brady | -15/+19 |
| 2024-02-27 | mktemp: fix template diagnostic with --suffix | lvgenggeng | -2/+8 |
| 2024-02-27 | sort: make the startup time optimization effective on glibc < 2.34 | Bruno Haible | -1/+1 |
| 2024-02-26 | wc: fix -w with breaking space over UCHAR_MAX | Aearil | -1/+2 |
| 2024-02-26 | cp,mv: add --update=none-fail to fail if existing files | Pádraig Brady | -31/+44 |
| 2024-02-26 | cp,mv: reinstate that -n exits with success if files skipped | Pádraig Brady | -12/+16 |
| 2024-02-26 | build: fix libcrypto version linked by sort at runtime | Pádraig Brady | -1/+1 |
| 2024-02-25 | sort: dynamically link -lcrypto if -R | Paul Eggert | -1/+51 |
| 2024-02-25 | doc: de-“note” the documentation | Paul Eggert | -20/+16 |
| 2024-02-22 | cp: add --keep-directory-symlink option | Daan De Meyer | -2/+17 |
| 2024-02-19 | dircolors: update list of archive file extensions | Michel Lind | -34/+35 |
| 2024-02-19 | maint: prefer #include <...> for gnulib substitute headers | Collin Funk | -3/+3 |
| 2024-02-18 | nohup: document GCC bug number | Paul Eggert | -1/+2 |
| 2024-02-18 | ls: remove unnecessary pragmas | Paul Eggert | -8/+0 |
| 2024-02-18 | maint: update GCC version comment | Paul Eggert | -1/+1 |
| 2024-02-18 | maint: document fix for GCC bug 109628 | Paul Eggert | -1/+1 |
| 2024-02-18 | maint: remove unneeded suggest-attributes pragmas | Paul Eggert | -6/+0 |
| 2024-02-07 | maint: avoid -Wshadow warning under clang | Collin Funk | -7/+7 |
| 2024-02-07 | build: fix od build on clang < 17 | Pádraig Brady | -10/+10 |
| 2024-02-05 | od: support half precision floating point | Pádraig Brady | -3/+70 |
| 2024-01-28 | seq: say why not ‘x += step’ | Paul Eggert | -0/+4 |
| 2024-01-17 | split: do not shrink hold buffer | Paul Eggert | -3/+0 |
| 2024-01-06 | maint: add attributes to two functions without side effects | Samuel Tardieu | -0/+2 |
| 2024-01-01 | maint: update all copyright year number ranges | Pádraig Brady | -140/+140 |
| 2023-12-31 | ls: omit bad_cast | Paul Eggert | -12/+15 |
| 2023-12-31 | split: omit bad_cast | Paul Eggert | -3/+3 |
| 2023-12-29 | maint: distribute new header from previous commit | Pádraig Brady | -0/+1 |
| 2023-12-27 | maint: merge chgrp and chown sources | Pádraig Brady | -352/+97 |