Age | Commit message (Expand) | Author |
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 |
2010-07-25 | sort: use more-consistent style with const | Paul R. Eggert |
2010-07-22 | fadvise: new module providing a simpler interface to posix_fadvise | Pádraig Brady |
2010-07-19 | sort: -R no longer disables multithreading | Paul R. Eggert |
2010-07-15 | sort: fix a bug with sort -u and xmemcoll0, and tune keycompare | Paul R. Eggert |
2010-07-15 | sort: fix a bug when sorting unterminated lines | Pádraig Brady |
2010-07-15 | sort: speed up default full line sorting | Chen Guo |
2010-07-13 | sort: parallelize internal sort | Chen Guo |
2010-06-29 | doc: reference POS syntax in --help for sort --key | Pádraig Brady |
2010-06-08 | sort: avoid unnecessary use of sprintf | Jim Meyering |
2010-05-31 | maint: make spacing around "=" consistent, even in IF_LINT | Jim Meyering |
2010-05-31 | maint: replace each "for (;;)" with "while (true)" | Jim Meyering |
2010-05-24 | sort: adjust the leading blanks --debug warning | Pádraig Brady |
2010-05-17 | build: avoid a new -Wformat-induced warning | Jim Meyering |
2010-05-16 | sort: --debug: output data independent warnings and info | Pádraig Brady |
2010-05-12 | sort: add a --debug option to highlight key extents | Pádraig Brady |
2010-05-01 | sort: use long doubles only when effective | Paul Eggert |
2010-04-29 | sort: use long doubles for general numeric mode | Pádraig Brady |
2010-04-20 | sort: fix parsing of end field in obsolescent key formats | Pádraig Brady |
2010-03-17 | maint: add a space before open-paren, where lacking | Jim Meyering |
2010-03-04 | maint: rename the si_present variable in sort to iec_present | Pádraig Brady |
2010-03-04 | sort: inform the system about our input access pattern | Joey Degges |
2010-03-01 | sort: fix issues with month sorting in some locales | Pádraig Brady |
2010-01-01 | maint: update all FSF copyright year lists to include 2010 | Jim Meyering |
2009-12-08 | sort: fix failure if sort's parent has ignored SIGCHLD | Pádraig Brady |
2009-11-24 | build: fix link failure on cygwin | Eric Blake |
2009-09-23 | maint: Use logical rather than bitwise operators on bools | Pádraig Brady |
2009-09-21 | doc: mention the texinfo documentation in --help | Pádraig Brady |
2009-08-25 | global: convert indentation-TABs to spaces | Jim Meyering |
2009-08-18 | sort: use more portable initialization syntax | Jim Meyering |
2009-07-03 | sort: allow SI and IEC units on separate human sort fields | Pádraig Brady |
2009-06-13 | sort: Ignore fields where end position is before the start position | Cliff Miller |
2009-06-07 | sort: die immediately upon heap allocation failure | Jim Meyering |