summaryrefslogtreecommitdiff
path: root/src/sort.c
AgeCommit message (Expand)Author
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
2010-12-11sort: use mutexes, not spinlocks (avoid busy loop on blocked output)Chen Guo
2010-12-03sort: merge_queue -> queuePaul Eggert
2010-12-03sort: clarify queue_check_insertPaul Eggert
2010-12-03sort: fix problems with merge node dest pointerPaul Eggert
2010-12-03sort: simplify write_uniquePaul Eggert
2010-12-03sort: put queue arg firstPaul Eggert
2010-12-03sort: tune struct_merge_node slightlyPaul Eggert
2010-12-03sort: Clarify commentsPaul Eggert
2010-12-01sort: fix bug on 64-bit hosts with at least 32768 processorsPaul Eggert