index
:
Erich/coreutils
master
uniq-versuch
uniq-versuch-tools
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
sort.c
Age
Commit message (
Expand
)
Author
2012-08-18
sort: simpler fix for sort -u data-loss bug, and for a FMR bug
Paul Eggert
2012-08-17
sort: sort --unique (-u) could cause data loss
Jim Meyering
2012-08-16
maint: correct a stale comment in sort.c
Jim Meyering
2012-07-10
sort: by default, do not exceed 3/4 of physical memory
Paul Eggert
2012-07-02
sort: fix exit-status typo
Paul Eggert
2012-07-02
sort: simplify -o handling to avoid fdopen, assert
Paul Eggert
2012-07-02
sort: avoid redundant processing with inaccessible inputs or output
Pádraig Brady
2012-06-20
maint: sort: style adjustment to help clarify size determination
Bernhard Voelker
2012-05-16
maint: add assertions to placate static analysis tools
Jim Meyering
2012-05-04
maint: rely on gnulib's new sys_resource module
Jim Meyering
2012-02-25
sort: default to physmem/8, not physmem/16
Paul Eggert
2012-01-30
maint: sort: remove the last uses of "'%s'" in diagnostics
Jim Meyering
2012-01-27
maint: use single copyright year range
Jim Meyering
2012-01-22
maint: quote 'like this' or "like this", not `like this'
Paul Eggert
2012-01-09
maint: src/*.[ch]: convert more `...' to '...'
Jim Meyering
2012-01-09
maint: src/*.c: change remaining quotes (without embedded spaces)
Jim Meyering
2012-01-09
maint: convert `...' to '...' in --help output
Jim Meyering
2012-01-09
maint: adjust quoting: emit '...', not `...' in diagnostics
Jim Meyering
2012-01-07
maint: use new emit_try_help in place of equivalent fprintf
Jim Meyering
2012-01-01
maint: update all copyright year number ranges
Jim Meyering
2011-12-05
maint: sort, stat: remove unused parameters
Jim Meyering
2011-11-16
sort: clarify wording on -k syntax
Eric Blake
2011-09-27
sort: avoid a NaN-induced infloop
Jim Meyering
2011-07-02
maint: use "const" and "pure" function attributes where possible
Jim Meyering
2011-05-19
maint: correct typos involving misuse of "a" and "an"
Jim Meyering
2011-05-06
sort: fix a contradictory --debug warning
Pádraig Brady
2011-03-16
sort: avoid memory pressure of 130MB/thread when reading from pipe
Jim Meyering
2011-03-13
sort: spawn fewer threads for small inputs
Jim Meyering
2011-02-03
sort: fix --debug key highlighting when key start after key end
Pádraig Brady
2011-01-07
maint: suppress some clang scan-build warnings
Pádraig Brady
2011-01-01
maint: update all copyright year number ranges
Jim Meyering
2010-12-28
coreutils: keep lines within 80-column limits
Paul Eggert
2010-12-22
sort: minor performance tweak with num_processors
Paul Eggert
2010-12-20
maint: fix a typo in sort --parallel help message
Pádraig Brady
2010-12-19
sort: use at most 8 threads by default
Pádraig Brady
2010-12-16
sort: do not generate thousands of subprocesses for 16-way merge
Paul Eggert
2010-12-16
sort: fix hang with sort --compress
Paul Eggert
2010-12-16
sort: don't dump core when merging from input twice
Paul Eggert
2010-12-14
sort: fix very-unlikely buffer overrun when merging to input file
Paul Eggert
2010-12-13
sort: fix some --compress reaper bugs
Paul Eggert
2010-12-11
sort: syntax cleanup
Jim Meyering
2010-12-11
sort: integer overflow checks in thread counts, etc.
Paul Eggert
2010-12-11
sort: preallocate merge tree nodes to heap.
Chen Guo
2010-12-11
sort: comment fix
Paul Eggert
2010-12-11
sort: use mutexes, not spinlocks (avoid busy loop on blocked output)
Chen Guo
2010-12-03
sort: merge_queue -> queue
Paul Eggert
2010-12-03
sort: clarify queue_check_insert
Paul Eggert
2010-12-03
sort: fix problems with merge node dest pointer
Paul Eggert
2010-12-03
sort: simplify write_unique
Paul Eggert
2010-12-03
sort: put queue arg first
Paul Eggert
[next]