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