| Age | Commit message (Expand) | Author | Files | Lines |
| 2011-01-07 | maint: suppress some clang scan-build warnings | Pádraig Brady | 1 | -4/+5 |
| 2011-01-01 | maint: update all copyright year number ranges | Jim Meyering | 1 | -1/+1 |
| 2010-12-28 | coreutils: keep lines within 80-column limits | Paul Eggert | 1 | -9/+16 |
| 2010-12-22 | sort: minor performance tweak with num_processors | Paul Eggert | 1 | -2/+2 |
| 2010-12-20 | maint: fix a typo in sort --parallel help message | Pádraig Brady | 1 | -1/+1 |
| 2010-12-19 | sort: use at most 8 threads by default | Pádraig Brady | 1 | -6/+11 |
| 2010-12-16 | sort: do not generate thousands of subprocesses for 16-way merge | Paul Eggert | 1 | -13/+21 |
| 2010-12-16 | sort: fix hang with sort --compress | Paul Eggert | 1 | -79/+80 |
| 2010-12-16 | sort: don't dump core when merging from input twice | Paul Eggert | 1 | -25/+17 |
| 2010-12-14 | sort: fix very-unlikely buffer overrun when merging to input file | Paul Eggert | 1 | -3/+2 |
| 2010-12-13 | sort: fix some --compress reaper bugs | Paul Eggert | 1 | -90/+60 |
| 2010-12-11 | sort: syntax cleanup | Jim Meyering | 1 | -5/+6 |
| 2010-12-11 | sort: integer overflow checks in thread counts, etc. | Paul Eggert | 1 | -51/+64 |
| 2010-12-11 | sort: preallocate merge tree nodes to heap. | Chen Guo | 1 | -59/+111 |
| 2010-12-11 | sort: comment fix | Paul Eggert | 1 | -6/+1 |
| 2010-12-11 | sort: use mutexes, not spinlocks (avoid busy loop on blocked output) | Chen Guo | 1 | -7/+7 |
| 2010-12-03 | sort: merge_queue -> queue | Paul Eggert | 1 | -11/+11 |
| 2010-12-03 | sort: clarify queue_check_insert | Paul Eggert | 1 | -11/+5 |
| 2010-12-03 | sort: fix problems with merge node dest pointer | Paul Eggert | 1 | -8/+5 |
| 2010-12-03 | sort: simplify write_unique | Paul Eggert | 1 | -4/+5 |
| 2010-12-03 | sort: put queue arg first | Paul Eggert | 1 | -8/+8 |
| 2010-12-03 | sort: tune struct_merge_node slightly | Paul Eggert | 1 | -15/+25 |
| 2010-12-03 | sort: Clarify comments | Paul Eggert | 1 | -22/+59 |
| 2010-12-01 | sort: fix bug on 64-bit hosts with at least 32768 processors | Paul Eggert | 1 | -1/+1 |
| 2010-12-01 | sort -u: fix a thread-race pointer corruption bug | Paul Eggert | 1 | -3/+3 |
| 2010-10-14 | bug#7213: [PATCH] sort: fix buffer overrun on 32-bit hosts when warning re ob... | Paul Eggert | 1 | -1/+1 |
| 2010-10-13 | sort: fix unportable cast of unsigned char * -> char * | Paul Eggert | 1 | -3/+3 |
| 2010-09-20 | sort: destroy spin locks portably | Paul Eggert | 1 | -0/+3 |
| 2010-08-10 | sort, who: prefer free+malloc to realloc when contents are irrelevant | Paul Eggert | 1 | -2/+4 |
| 2010-08-10 | sort: free/xmalloc rather than xrealloc | Paul Eggert | 1 | -2/+9 |
| 2010-08-10 | sort: avoid gcc warning: explicitly ignore strtold result | Jim Meyering | 1 | -1/+2 |
| 2010-08-08 | sort: speed up -R with long lines in hard locales | Paul Eggert | 1 | -5/+13 |
| 2010-08-06 | sort: support all combinations of -d, -f, -i, -R, and -V | Paul Eggert | 1 | -124/+100 |
| 2010-08-05 | sort: tune and refactor --debug code, and fix minor underlining bug | Paul Eggert | 1 | -151/+165 |
| 2010-08-04 | sort: -R now uses less memory on long lines with internal NULs | Paul Eggert | 1 | -51/+116 |
| 2010-08-03 | sort: fix bug in --debug when \0 is followed by \t | Paul Eggert | 1 | -19/+9 |
| 2010-08-02 | sort: revert recent -h changes and use a more-conservative approach | Paul Eggert | 1 | -77/+31 |
| 2010-07-30 | sort: -h now handles comparisons such as 6000K vs 5M and 5MiB vs 5MB | Paul Eggert | 1 | -78/+88 |
| 2010-07-27 | sort: fix --debug display with very large offsets | Paul Eggert | 1 | -2/+5 |
| 2010-07-26 | sort: fix bug with EOF at buffer refill | Paul Eggert | 1 | -1/+1 |
| 2010-07-26 | sort: omit some "inline"s | Paul Eggert | 1 | -9/+9 |
| 2010-07-26 | sort: don't assume ASCII when parsing K, M, G suffixes | Paul Eggert | 1 | -1/+5 |
| 2010-07-25 | sort: omit unnecessary mutex unlock+lock; simplify heap access | Paul R. Eggert | 1 | -14/+5 |
| 2010-07-25 | sort: omit 'restrict' in doubtful cases | Paul R. Eggert | 1 | -19/+17 |
| 2010-07-25 | sort: omit unnecessary casts | Paul R. Eggert | 1 | -8/+7 |
| 2010-07-25 | sort: use more-consistent style with const | Paul R. Eggert | 1 | -52/+51 |
| 2010-07-22 | fadvise: new module providing a simpler interface to posix_fadvise | Pádraig Brady | 1 | -22/+8 |
| 2010-07-19 | sort: -R no longer disables multithreading | Paul R. Eggert | 1 | -53/+27 |
| 2010-07-15 | sort: fix a bug with sort -u and xmemcoll0, and tune keycompare | Paul R. Eggert | 1 | -5/+7 |
| 2010-07-15 | sort: fix a bug when sorting unterminated lines | Pádraig Brady | 1 | -1/+1 |