summaryrefslogtreecommitdiff
path: root/src/sort.c
AgeCommit message (Expand)Author
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
2012-01-09maint: src/*.[ch]: convert more `...' to '...'Jim Meyering
2012-01-09maint: src/*.c: change remaining quotes (without embedded spaces)Jim Meyering
2012-01-09maint: convert `...' to '...' in --help outputJim Meyering
2012-01-09maint: adjust quoting: emit '...', not `...' in diagnosticsJim Meyering
2012-01-07maint: use new emit_try_help in place of equivalent fprintfJim Meyering
2012-01-01maint: update all copyright year number rangesJim Meyering
2011-12-05maint: sort, stat: remove unused parametersJim Meyering
2011-11-16sort: clarify wording on -k syntaxEric Blake
2011-09-27sort: avoid a NaN-induced infloopJim Meyering
2011-07-02maint: use "const" and "pure" function attributes where possibleJim Meyering
2011-05-19maint: correct typos involving misuse of "a" and "an"Jim Meyering
2011-05-06sort: fix a contradictory --debug warningPádraig Brady
2011-03-16sort: avoid memory pressure of 130MB/thread when reading from pipeJim Meyering
2011-03-13sort: spawn fewer threads for small inputsJim Meyering
2011-02-03sort: fix --debug key highlighting when key start after key endPádraig Brady
2011-01-07maint: suppress some clang scan-build warningsPádraig Brady
2011-01-01maint: update all copyright year number rangesJim Meyering
2010-12-28coreutils: keep lines within 80-column limitsPaul Eggert
2010-12-22sort: minor performance tweak with num_processorsPaul Eggert
2010-12-20maint: fix a typo in sort --parallel help messagePádraig Brady
2010-12-19sort: use at most 8 threads by defaultPádraig Brady
2010-12-16sort: do not generate thousands of subprocesses for 16-way mergePaul Eggert
2010-12-16sort: fix hang with sort --compressPaul Eggert
2010-12-16sort: don't dump core when merging from input twicePaul Eggert
2010-12-14sort: fix very-unlikely buffer overrun when merging to input filePaul Eggert
2010-12-13sort: fix some --compress reaper bugsPaul Eggert
2010-12-11sort: syntax cleanupJim Meyering
2010-12-11sort: integer overflow checks in thread counts, etc.Paul Eggert
2010-12-11sort: preallocate merge tree nodes to heap.Chen Guo
2010-12-11sort: comment fixPaul Eggert