summaryrefslogtreecommitdiffstats
path: root/src/sort.c
AgeCommit message (Expand)AuthorLines
2021-08-22maint: use clearerr on stdin when appropriatePaul Eggert-2/+1
2021-07-28doc: modernize usage of “disk” and “core”Paul Eggert-3/+3
2021-06-26maint: while (1) → while (true)Paul Eggert-1/+1
2021-04-11maint: use "char const *" rather than "const char *"Pádraig Brady-2/+2
2021-01-01maint: update all copyright year number rangesPádraig Brady-1/+1
2020-10-26maint: avoid new sort.c warning from upcoming GCC11Jim Meyering-1/+1
2020-10-19build: update gnulib submodule to latestPaul Eggert-1/+1
2020-06-01maint: use getrandom, not getentropyPaul Eggert-1/+1
2020-05-31maint: use getentropy and new tempname modulesPaul Eggert-1/+1
2020-01-01maint: adjust to split out xstrtol-error gnulib modulePádraig Brady-0/+1
2020-01-01maint: update all copyright year number rangesPádraig Brady-1/+1
2019-10-22all: improve parsing of numeric argumentsPaul Eggert-3/+3
2019-08-12build: adjust for recent gnulib pthread changesBruno Haible-5/+0
2019-02-17sort: clarify in --debug; only text comparisons affectedPádraig Brady-2/+3
2019-02-10gnulib: update to use new strtold modulePádraig Brady-13/+5
2019-01-01maint: update all copyright year number rangesAssaf Gordon-1/+1
2018-12-15shred,sort,split: fix ftruncate error reportingPaul Eggert-13/+26
2018-01-01maint: update all copyright year number rangesPádraig Brady-1/+1
2017-11-07maint: shorten https://lists.gnu.org/archive/html/... linksJim Meyering-1/+1
2017-09-19maint: fix new syntax-check failures from HTTPS adjustmentsPádraig Brady-1/+1
2017-09-19all: prefer HTTPS in URLsPaul Eggert-2/+2
2017-08-19maint: avoid a syntax check failurePádraig Brady-1/+0
2017-08-17sort: use pthread_sigmask, not sigprocmaskPaul Eggert-16/+21
2017-08-17sort: minor cleanupsPaul Eggert-19/+21
2017-08-17sort: file descriptor disciplinePaul Eggert-16/+11
2017-08-13sort: handle musl locale differences in --debug reportingPádraig Brady-8/+9
2017-06-17maint: use C99 for loop initial declarations where possiblePádraig Brady-13/+6
2017-06-10maint: update to work with GCC7's -Werror=implicit-fallthrough=5Jim Meyering-3/+3
2017-03-30sort: update commentPaul Eggert-4/+4
2017-01-01maint: update all copyright year number rangesPádraig Brady-1/+1
2016-10-16maint: we use die; remove now-unnecessary uses of abortJim Meyering-2/+0
2016-10-16all: use die() rather than error(EXIT_FAILURE)Pádraig Brady-68/+68
2016-09-07sort: port to strict C + valgrindPaul Eggert-2/+3
2016-07-18sort: with -h, disallow thousands separator between number and unitKamil Dudka-1/+10
2016-07-18sort: make -h work with -k and blank used as thousands separatorKamil Dudka-5/+9
2016-07-18maint: sort.c: deduplicate code for traversing numbersKamil Dudka-28/+35
2016-05-31sort: modify 'leading spaces' debug warning scenariosAssaf Gordon-5/+4
2016-02-23all: be less strict about usage if POSIX 2008Paul Eggert-8/+9
2016-01-14sort: with --debug, flag setlocale() failures on OpenBSDPádraig Brady-1/+5
2016-01-13join,sort,uniq: with -z, treat '\n' as a field separatorPádraig Brady-2/+2
2016-01-01maint: update all copyright year number rangesPádraig Brady-1/+1
2015-12-14sort: fix --debug marking for -b -k1.xPádraig Brady-1/+2
2015-12-14maint: fix incorrect spellings etcPádraig Brady-3/+3
2015-12-07sort: promote '--debug'Eric Blake-1/+1
2015-12-04doc: improve the description of sort --random-sortPádraig Brady-1/+1
2015-11-04all: avoid quoting file names when possiblePádraig Brady-15/+14
2015-11-04all: replace most uses of quotearg_colon() with quote()Pádraig Brady-1/+1
2015-10-27all: quote string arguments in error messagesPádraig Brady-6/+7
2015-10-19doc: reference shuf(1) from the sort (-R) man pagePádraig Brady-1/+1
2015-09-22sort,numfmt: with --debug, diagnose failure to set localePádraig Brady-2/+6