| Age | Commit message (Expand) | Author | Lines |
| 2024-03-19 | chmod: add support for -h, -H,-L,-P, --dereference options | Pádraig Brady | -39/+254 |
| 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 | -4/+28 |
| 2024-03-18 | doc: fix stale --dereference info for chown/chgrp | Pádraig Brady | -27/+7 |
| 2024-03-16 | build: update gnulib submodule to latest | Paul Eggert | -0/+0 |
| 2024-03-15 | build: provide a cross-compiling default for 16 bit float checks | Pádraig Brady | -0/+4 |
| 2024-03-13 | env,kill,timeout: support unnamed signals | Grisha Levit | -27/+52 |
| 2024-03-13 | build: add caching for involved configure checks | Pádraig Brady | -26/+31 |
| 2024-03-13 | build: strengthen 16 bit float support checks | Grisha Levit | -4/+6 |
| 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 | doc: add basic documentation for 'pinky' | Collin Funk | -0/+65 |
| 2024-03-12 | timeout: fix narrow race in failing to kill processes | Pádraig Brady | -11/+25 |
| 2024-03-11 | timeout: fix race where we might kill arbitrary processes | Pádraig Brady | -3/+12 |
| 2024-03-06 | cksum: ensure appropriate "binary" mode with --untagged | Pádraig Brady | -7/+21 |
| 2024-03-05 | mv: revert add --swap (-x) option | Pádraig Brady | -99/+1 |
| 2024-03-04 | cksum: consistently validate --length attributes | Pádraig Brady | -5/+9 |
| 2024-03-03 | doc: fix spellings in NEWS | Pádraig Brady | -2/+2 |
| 2024-03-03 | mv: add --swap (-x) option to atomically swap 2 paths | Petr Malat | -1/+99 |
| 2024-02-28 | cat,cp,mv,dd,install,split: set the default IO size to 256KiB | Pádraig Brady | -15/+23 |
| 2024-02-27 | mktemp: fix template diagnostic with --suffix | lvgenggeng | -3/+13 |
| 2024-02-27 | tests: move join tests to their own directory | Pádraig Brady | -2/+2 |
| 2024-02-27 | tests: simplify treatment of the $LOCALE_FR_UTF8 variable | Pádraig Brady | -10/+4 |
| 2024-02-27 | join: avoid test failure on systems with no French UTF-8 locale | Bruno Haible | -1/+1 |
| 2024-02-27 | sort: make the startup time optimization effective on glibc < 2.34 | Bruno Haible | -2/+11 |
| 2024-02-26 | build: improve libcrypto library detection | Pádraig Brady | -1/+1 |
| 2024-02-26 | wc: fix -w with breaking space over UCHAR_MAX | Aearil | -1/+7 |
| 2024-02-26 | cp,mv: add --update=none-fail to fail if existing files | Pádraig Brady | -36/+72 |
| 2024-02-26 | cp,mv: reinstate that -n exits with success if files skipped | Pádraig Brady | -32/+36 |
| 2024-02-26 | build: fix libcrypto version linked by sort at runtime | Pádraig Brady | -4/+11 |
| 2024-02-26 | maint: avoid sc_tight_scope failure in sort.c | Pádraig Brady | -0/+3 |
| 2024-02-25 | doc: mention -lcrypto change in NEWS | Paul Eggert | -0/+3 |
| 2024-02-25 | sort: dynamically link -lcrypto if -R | Paul Eggert | -1/+80 |
| 2024-02-25 | doc: de-“note” the documentation | Paul Eggert | -143/+133 |
| 2024-02-22 | cp: add --keep-directory-symlink option | Daan De Meyer | -2/+56 |
| 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-19 | doc: add '[' to the info index | Pádraig Brady | -0/+1 |
| 2024-02-18 | build: update gnulib submodule to latest | Paul Eggert | -0/+0 |
| 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 | -12/+0 |
| 2024-02-17 | doc: fix typo in shred example | Greg Wooledge | -2/+1 |
| 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 | -16/+54 |
| 2024-02-05 | od: support half precision floating point | Pádraig Brady | -3/+103 |
| 2024-01-28 | seq: say why not ‘x += step’ | Paul Eggert | -0/+4 |
| 2024-01-18 | doc: split -C: test and document a heap overflow | Pádraig Brady | -0/+16 |