| Age | Commit message (Expand) | Author | Lines |
| 2010-10-14 | bug#7213: [PATCH] sort: fix buffer overrun on 32-bit hosts when warning re ob... | Paul Eggert | -1/+1 |
| 2010-10-13 | sort: fix unportable cast of unsigned char * -> char * | Paul Eggert | -3/+3 |
| 2010-09-20 | sort: destroy spin locks portably | Paul Eggert | -0/+3 |
| 2010-08-10 | sort, who: prefer free+malloc to realloc when contents are irrelevant | Paul Eggert | -2/+4 |
| 2010-08-10 | sort: free/xmalloc rather than xrealloc | Paul Eggert | -2/+9 |
| 2010-08-10 | sort: avoid gcc warning: explicitly ignore strtold result | Jim Meyering | -1/+2 |
| 2010-08-08 | sort: speed up -R with long lines in hard locales | Paul Eggert | -5/+13 |
| 2010-08-06 | sort: support all combinations of -d, -f, -i, -R, and -V | Paul Eggert | -124/+100 |
| 2010-08-05 | sort: tune and refactor --debug code, and fix minor underlining bug | Paul Eggert | -151/+165 |
| 2010-08-04 | sort: -R now uses less memory on long lines with internal NULs | Paul Eggert | -51/+116 |
| 2010-08-03 | sort: fix bug in --debug when \0 is followed by \t | Paul Eggert | -19/+9 |
| 2010-08-02 | sort: revert recent -h changes and use a more-conservative approach | Paul Eggert | -77/+31 |
| 2010-07-30 | sort: -h now handles comparisons such as 6000K vs 5M and 5MiB vs 5MB | Paul Eggert | -78/+88 |
| 2010-07-27 | sort: fix --debug display with very large offsets | Paul Eggert | -2/+5 |
| 2010-07-26 | sort: fix bug with EOF at buffer refill | Paul Eggert | -1/+1 |
| 2010-07-26 | sort: omit some "inline"s | Paul Eggert | -9/+9 |
| 2010-07-26 | sort: don't assume ASCII when parsing K, M, G suffixes | Paul Eggert | -1/+5 |
| 2010-07-25 | sort: omit unnecessary mutex unlock+lock; simplify heap access | Paul R. Eggert | -14/+5 |
| 2010-07-25 | sort: omit 'restrict' in doubtful cases | Paul R. Eggert | -19/+17 |
| 2010-07-25 | sort: omit unnecessary casts | Paul R. Eggert | -8/+7 |
| 2010-07-25 | sort: use more-consistent style with const | Paul R. Eggert | -52/+51 |
| 2010-07-22 | fadvise: new module providing a simpler interface to posix_fadvise | Pádraig Brady | -22/+8 |
| 2010-07-19 | sort: -R no longer disables multithreading | Paul R. Eggert | -53/+27 |
| 2010-07-15 | sort: fix a bug with sort -u and xmemcoll0, and tune keycompare | Paul R. Eggert | -5/+7 |
| 2010-07-15 | sort: fix a bug when sorting unterminated lines | Pádraig Brady | -1/+1 |
| 2010-07-15 | sort: speed up default full line sorting | Chen Guo | -3/+15 |
| 2010-07-13 | sort: parallelize internal sort | Chen Guo | -57/+510 |
| 2010-06-29 | doc: reference POS syntax in --help for sort --key | Pádraig Brady | -1/+1 |
| 2010-06-08 | sort: avoid unnecessary use of sprintf | Jim Meyering | -12/+13 |
| 2010-05-31 | maint: make spacing around "=" consistent, even in IF_LINT | Jim Meyering | -1/+1 |
| 2010-05-31 | maint: replace each "for (;;)" with "while (true)" | Jim Meyering | -8/+8 |
| 2010-05-24 | sort: adjust the leading blanks --debug warning | Pádraig Brady | -2/+8 |
| 2010-05-17 | build: avoid a new -Wformat-induced warning | Jim Meyering | -1/+1 |
| 2010-05-16 | sort: --debug: output data independent warnings and info | Pádraig Brady | -54/+189 |
| 2010-05-12 | sort: add a --debug option to highlight key extents | Pádraig Brady | -60/+229 |
| 2010-05-01 | sort: use long doubles only when effective | Paul Eggert | -4/+6 |
| 2010-04-29 | sort: use long doubles for general numeric mode | Pádraig Brady | -2/+8 |
| 2010-04-20 | sort: fix parsing of end field in obsolescent key formats | Pádraig Brady | -1/+11 |
| 2010-03-17 | maint: add a space before open-paren, where lacking | Jim Meyering | -11/+11 |
| 2010-03-04 | maint: rename the si_present variable in sort to iec_present | Pádraig Brady | -6/+6 |
| 2010-03-04 | sort: inform the system about our input access pattern | Joey Degges | -3/+67 |
| 2010-03-01 | sort: fix issues with month sorting in some locales | Pádraig Brady | -5/+6 |
| 2010-01-01 | maint: update all FSF copyright year lists to include 2010 | Jim Meyering | -1/+1 |
| 2009-12-08 | sort: fix failure if sort's parent has ignored SIGCHLD | Pádraig Brady | -0/+1 |
| 2009-11-24 | build: fix link failure on cygwin | Eric Blake | -6/+7 |
| 2009-09-23 | maint: Use logical rather than bitwise operators on bools | Pádraig Brady | -21/+21 |
| 2009-09-21 | doc: mention the texinfo documentation in --help | Pádraig Brady | -1/+2 |
| 2009-08-25 | global: convert indentation-TABs to spaces | Jim Meyering | -1149/+1149 |
| 2009-08-18 | sort: use more portable initialization syntax | Jim Meyering | -4/+23 |
| 2009-07-03 | sort: allow SI and IEC units on separate human sort fields | Pádraig Brady | -14/+16 |