| Age | Commit message (Expand) | Author | Lines |
| 2021-08-22 | maint: use clearerr on stdin when appropriate | Paul Eggert | -2/+1 |
| 2021-07-28 | doc: modernize usage of “disk” and “core” | Paul Eggert | -3/+3 |
| 2021-06-26 | maint: while (1) → while (true) | Paul Eggert | -1/+1 |
| 2021-04-11 | maint: use "char const *" rather than "const char *" | Pádraig Brady | -2/+2 |
| 2021-01-01 | maint: update all copyright year number ranges | Pádraig Brady | -1/+1 |
| 2020-10-26 | maint: avoid new sort.c warning from upcoming GCC11 | Jim Meyering | -1/+1 |
| 2020-10-19 | build: update gnulib submodule to latest | Paul Eggert | -1/+1 |
| 2020-06-01 | maint: use getrandom, not getentropy | Paul Eggert | -1/+1 |
| 2020-05-31 | maint: use getentropy and new tempname modules | Paul Eggert | -1/+1 |
| 2020-01-01 | maint: adjust to split out xstrtol-error gnulib module | Pádraig Brady | -0/+1 |
| 2020-01-01 | maint: update all copyright year number ranges | Pádraig Brady | -1/+1 |
| 2019-10-22 | all: improve parsing of numeric arguments | Paul Eggert | -3/+3 |
| 2019-08-12 | build: adjust for recent gnulib pthread changes | Bruno Haible | -5/+0 |
| 2019-02-17 | sort: clarify in --debug; only text comparisons affected | Pádraig Brady | -2/+3 |
| 2019-02-10 | gnulib: update to use new strtold module | Pádraig Brady | -13/+5 |
| 2019-01-01 | maint: update all copyright year number ranges | Assaf Gordon | -1/+1 |
| 2018-12-15 | shred,sort,split: fix ftruncate error reporting | Paul Eggert | -13/+26 |
| 2018-01-01 | maint: update all copyright year number ranges | Pádraig Brady | -1/+1 |
| 2017-11-07 | maint: shorten https://lists.gnu.org/archive/html/... links | Jim Meyering | -1/+1 |
| 2017-09-19 | maint: fix new syntax-check failures from HTTPS adjustments | Pádraig Brady | -1/+1 |
| 2017-09-19 | all: prefer HTTPS in URLs | Paul Eggert | -2/+2 |
| 2017-08-19 | maint: avoid a syntax check failure | Pádraig Brady | -1/+0 |
| 2017-08-17 | sort: use pthread_sigmask, not sigprocmask | Paul Eggert | -16/+21 |
| 2017-08-17 | sort: minor cleanups | Paul Eggert | -19/+21 |
| 2017-08-17 | sort: file descriptor discipline | Paul Eggert | -16/+11 |
| 2017-08-13 | sort: handle musl locale differences in --debug reporting | Pádraig Brady | -8/+9 |
| 2017-06-17 | maint: use C99 for loop initial declarations where possible | Pádraig Brady | -13/+6 |
| 2017-06-10 | maint: update to work with GCC7's -Werror=implicit-fallthrough=5 | Jim Meyering | -3/+3 |
| 2017-03-30 | sort: update comment | Paul Eggert | -4/+4 |
| 2017-01-01 | maint: update all copyright year number ranges | Pádraig Brady | -1/+1 |
| 2016-10-16 | maint: we use die; remove now-unnecessary uses of abort | Jim Meyering | -2/+0 |
| 2016-10-16 | all: use die() rather than error(EXIT_FAILURE) | Pádraig Brady | -68/+68 |
| 2016-09-07 | sort: port to strict C + valgrind | Paul Eggert | -2/+3 |
| 2016-07-18 | sort: with -h, disallow thousands separator between number and unit | Kamil Dudka | -1/+10 |
| 2016-07-18 | sort: make -h work with -k and blank used as thousands separator | Kamil Dudka | -5/+9 |
| 2016-07-18 | maint: sort.c: deduplicate code for traversing numbers | Kamil Dudka | -28/+35 |
| 2016-05-31 | sort: modify 'leading spaces' debug warning scenarios | Assaf Gordon | -5/+4 |
| 2016-02-23 | all: be less strict about usage if POSIX 2008 | Paul Eggert | -8/+9 |
| 2016-01-14 | sort: with --debug, flag setlocale() failures on OpenBSD | Pádraig Brady | -1/+5 |
| 2016-01-13 | join,sort,uniq: with -z, treat '\n' as a field separator | Pádraig Brady | -2/+2 |
| 2016-01-01 | maint: update all copyright year number ranges | Pádraig Brady | -1/+1 |
| 2015-12-14 | sort: fix --debug marking for -b -k1.x | Pádraig Brady | -1/+2 |
| 2015-12-14 | maint: fix incorrect spellings etc | Pádraig Brady | -3/+3 |
| 2015-12-07 | sort: promote '--debug' | Eric Blake | -1/+1 |
| 2015-12-04 | doc: improve the description of sort --random-sort | Pádraig Brady | -1/+1 |
| 2015-11-04 | all: avoid quoting file names when possible | Pádraig Brady | -15/+14 |
| 2015-11-04 | all: replace most uses of quotearg_colon() with quote() | Pádraig Brady | -1/+1 |
| 2015-10-27 | all: quote string arguments in error messages | Pádraig Brady | -6/+7 |
| 2015-10-19 | doc: reference shuf(1) from the sort (-R) man page | Pádraig Brady | -1/+1 |
| 2015-09-22 | sort,numfmt: with --debug, diagnose failure to set locale | Pádraig Brady | -2/+6 |