summaryrefslogtreecommitdiffstats
path: root/src/sort.c
AgeCommit message (Expand)AuthorLines
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
2015-09-08maint: fix heap manipulations in previous commitPádraig Brady-3/+8
2015-09-04maint: avoid "definitely lost" valgrind warningsPádraig Brady-0/+2
2015-04-30doc: standardize messages about the '-' stdin FILEPádraig Brady-2/+1
2015-01-01maint: update all copyright year number rangesPádraig Brady-1/+1
2014-09-19doc: output correct --help references with --program-prefixPádraig Brady-1/+1
2014-09-08maint: prefer 'return status;' to 'exit (status);' in 'main'Paul Eggert-2/+2
2014-07-13sort: avoid undefined operation with destroying locked mutexPádraig Brady-8/+15
2014-07-13sort: fix two threading issues reported by valgrindShayan Pooya-2/+3
2014-05-26doc: clarify --zero-terminated optionPádraig Brady-1/+1
2014-01-02maint: update all copyright year number rangesBernhard Voelker-1/+1
2013-11-27sort: avoid issues when issuing diagnostics from child processesPádraig Brady-7/+39
2013-09-01maint: update out of date confusing commentsPádraig Brady-1/+1
2013-05-18maint: port --enable-gcc-warnings to clangPaul Eggert-1/+2
2013-01-23maint: define usage note about mandatory args centrallyBernhard Voelker-4/+3
2013-01-01maint: update all copyright year number rangesJim Meyering-1/+1
2012-08-18sort: simpler fix for sort -u data-loss bug, and for a FMR bugPaul Eggert-35/+1
2012-08-17sort: sort --unique (-u) could cause data lossJim Meyering-4/+40
2012-08-16maint: correct a stale comment in sort.cJim Meyering-1/+1
2012-07-10sort: by default, do not exceed 3/4 of physical memoryPaul Eggert-3/+8
2012-07-02sort: fix exit-status typoPaul Eggert-1/+1
2012-07-02sort: simplify -o handling to avoid fdopen, assertPaul Eggert-27/+20
2012-07-02sort: avoid redundant processing with inaccessible inputs or outputPádraig Brady-4/+61
2012-06-20maint: sort: style adjustment to help clarify size determinationBernhard Voelker-8/+7
2012-05-16maint: add assertions to placate static analysis toolsJim Meyering-0/+5
2012-05-04maint: rely on gnulib's new sys_resource moduleJim Meyering-3/+1
2012-02-25sort: default to physmem/8, not physmem/16Paul Eggert-7/+7
2012-01-30maint: sort: remove the last uses of "'%s'" in diagnosticsJim Meyering-2/+2
2012-01-27maint: use single copyright year rangeJim Meyering-1/+1
2012-01-22maint: quote 'like this' or "like this", not `like this'Paul Eggert-1/+1
2012-01-09maint: src/*.[ch]: convert more `...' to '...'Jim Meyering-4/+4