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
2015-01-01
maint: update all copyright year number ranges
Pádraig Brady
2014-09-19
doc: output correct --help references with --program-prefix
Pádraig Brady
2014-09-08
maint: prefer 'return status;' to 'exit (status);' in 'main'
Paul Eggert
2014-07-13
sort: avoid undefined operation with destroying locked mutex
Pádraig Brady
2014-07-13
sort: fix two threading issues reported by valgrind
Shayan Pooya
2014-05-26
doc: clarify --zero-terminated option
Pádraig Brady
2014-01-02
maint: update all copyright year number ranges
Bernhard Voelker
2013-11-27
sort: avoid issues when issuing diagnostics from child processes
Pádraig Brady
2013-09-01
maint: update out of date confusing comments
Pádraig Brady
2013-05-18
maint: port --enable-gcc-warnings to clang
Paul Eggert
2013-01-23
maint: define usage note about mandatory args centrally
Bernhard Voelker
2013-01-01
maint: update all copyright year number ranges
Jim Meyering
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
[next]