summaryrefslogtreecommitdiff
path: root/src/sort.c
AgeCommit message (Expand)Author
2017-01-01maint: update all copyright year number rangesPádraig Brady
2016-10-16maint: we use die; remove now-unnecessary uses of abortJim Meyering
2016-10-16all: use die() rather than error(EXIT_FAILURE)Pádraig Brady
2016-09-07sort: port to strict C + valgrindPaul Eggert
2016-07-18sort: with -h, disallow thousands separator between number and unitKamil Dudka
2016-07-18sort: make -h work with -k and blank used as thousands separatorKamil Dudka
2016-07-18maint: sort.c: deduplicate code for traversing numbersKamil Dudka
2016-05-31sort: modify 'leading spaces' debug warning scenariosAssaf Gordon
2016-02-23all: be less strict about usage if POSIX 2008Paul Eggert
2016-01-14sort: with --debug, flag setlocale() failures on OpenBSDPádraig Brady
2016-01-13join,sort,uniq: with -z, treat '\n' as a field separatorPádraig Brady
2016-01-01maint: update all copyright year number rangesPádraig Brady
2015-12-14sort: fix --debug marking for -b -k1.xPádraig Brady
2015-12-14maint: fix incorrect spellings etcPádraig Brady
2015-12-07sort: promote '--debug'Eric Blake
2015-12-04doc: improve the description of sort --random-sortPádraig Brady
2015-11-04all: avoid quoting file names when possiblePádraig Brady
2015-11-04all: replace most uses of quotearg_colon() with quote()Pádraig Brady
2015-10-27all: quote string arguments in error messagesPádraig Brady
2015-10-19doc: reference shuf(1) from the sort (-R) man pagePádraig Brady
2015-09-22sort,numfmt: with --debug, diagnose failure to set localePádraig Brady
2015-09-08maint: fix heap manipulations in previous commitPádraig Brady
2015-09-04maint: avoid "definitely lost" valgrind warningsPádraig Brady
2015-04-30doc: standardize messages about the '-' stdin FILEPádraig Brady
2015-01-01maint: update all copyright year number rangesPádraig Brady
2014-09-19doc: output correct --help references with --program-prefixPádraig Brady
2014-09-08maint: prefer 'return status;' to 'exit (status);' in 'main'Paul Eggert
2014-07-13sort: avoid undefined operation with destroying locked mutexPádraig Brady
2014-07-13sort: fix two threading issues reported by valgrindShayan Pooya
2014-05-26doc: clarify --zero-terminated optionPádraig Brady
2014-01-02maint: update all copyright year number rangesBernhard Voelker
2013-11-27sort: avoid issues when issuing diagnostics from child processesPádraig Brady
2013-09-01maint: update out of date confusing commentsPádraig Brady
2013-05-18maint: port --enable-gcc-warnings to clangPaul Eggert
2013-01-23maint: define usage note about mandatory args centrallyBernhard Voelker
2013-01-01maint: update all copyright year number rangesJim Meyering
2012-08-18sort: simpler fix for sort -u data-loss bug, and for a FMR bugPaul Eggert
2012-08-17sort: sort --unique (-u) could cause data lossJim Meyering
2012-08-16maint: correct a stale comment in sort.cJim Meyering
2012-07-10sort: by default, do not exceed 3/4 of physical memoryPaul Eggert
2012-07-02sort: fix exit-status typoPaul Eggert
2012-07-02sort: simplify -o handling to avoid fdopen, assertPaul Eggert
2012-07-02sort: avoid redundant processing with inaccessible inputs or outputPádraig Brady
2012-06-20maint: sort: style adjustment to help clarify size determinationBernhard Voelker
2012-05-16maint: add assertions to placate static analysis toolsJim Meyering
2012-05-04maint: rely on gnulib's new sys_resource moduleJim Meyering
2012-02-25sort: default to physmem/8, not physmem/16Paul Eggert
2012-01-30maint: sort: remove the last uses of "'%s'" in diagnosticsJim Meyering
2012-01-27maint: use single copyright year rangeJim Meyering
2012-01-22maint: quote 'like this' or "like this", not `like this'Paul Eggert