Age | Commit message (Expand) | Author |
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 |
2010-12-03 | sort: tune struct_merge_node slightly | Paul Eggert |
2010-12-03 | sort: Clarify comments | Paul Eggert |
2010-12-01 | sort: fix bug on 64-bit hosts with at least 32768 processors | Paul Eggert |
2010-12-01 | sort -u: fix a thread-race pointer corruption bug | Paul Eggert |
2010-10-14 | bug#7213: [PATCH] sort: fix buffer overrun on 32-bit hosts when warning re ob... | Paul Eggert |
2010-10-13 | sort: fix unportable cast of unsigned char * -> char * | Paul Eggert |
2010-09-20 | sort: destroy spin locks portably | Paul Eggert |
2010-08-10 | sort, who: prefer free+malloc to realloc when contents are irrelevant | Paul Eggert |
2010-08-10 | sort: free/xmalloc rather than xrealloc | Paul Eggert |
2010-08-10 | sort: avoid gcc warning: explicitly ignore strtold result | Jim Meyering |
2010-08-08 | sort: speed up -R with long lines in hard locales | Paul Eggert |
2010-08-06 | sort: support all combinations of -d, -f, -i, -R, and -V | Paul Eggert |
2010-08-05 | sort: tune and refactor --debug code, and fix minor underlining bug | Paul Eggert |
2010-08-04 | sort: -R now uses less memory on long lines with internal NULs | Paul Eggert |
2010-08-03 | sort: fix bug in --debug when \0 is followed by \t | Paul Eggert |
2010-08-02 | sort: revert recent -h changes and use a more-conservative approach | Paul Eggert |
2010-07-30 | sort: -h now handles comparisons such as 6000K vs 5M and 5MiB vs 5MB | Paul Eggert |
2010-07-27 | sort: fix --debug display with very large offsets | Paul Eggert |
2010-07-26 | sort: fix bug with EOF at buffer refill | Paul Eggert |
2010-07-26 | sort: omit some "inline"s | Paul Eggert |
2010-07-26 | sort: don't assume ASCII when parsing K, M, G suffixes | Paul Eggert |
2010-07-25 | sort: omit unnecessary mutex unlock+lock; simplify heap access | Paul R. Eggert |
2010-07-25 | sort: omit 'restrict' in doubtful cases | Paul R. Eggert |
2010-07-25 | sort: omit unnecessary casts | Paul R. Eggert |