summaryrefslogtreecommitdiff
path: root/src/sort.c
AgeCommit message (Expand)Author
2010-08-10sort: avoid gcc warning: explicitly ignore strtold resultJim Meyering
2010-08-08sort: speed up -R with long lines in hard localesPaul Eggert
2010-08-06sort: support all combinations of -d, -f, -i, -R, and -VPaul Eggert
2010-08-05sort: tune and refactor --debug code, and fix minor underlining bugPaul Eggert
2010-08-04sort: -R now uses less memory on long lines with internal NULsPaul Eggert
2010-08-03sort: fix bug in --debug when \0 is followed by \tPaul Eggert
2010-08-02sort: revert recent -h changes and use a more-conservative approachPaul Eggert
2010-07-30sort: -h now handles comparisons such as 6000K vs 5M and 5MiB vs 5MBPaul Eggert
2010-07-27sort: fix --debug display with very large offsetsPaul Eggert
2010-07-26sort: fix bug with EOF at buffer refillPaul Eggert
2010-07-26sort: omit some "inline"sPaul Eggert
2010-07-26sort: don't assume ASCII when parsing K, M, G suffixesPaul Eggert
2010-07-25sort: omit unnecessary mutex unlock+lock; simplify heap accessPaul R. Eggert
2010-07-25sort: omit 'restrict' in doubtful casesPaul R. Eggert
2010-07-25sort: omit unnecessary castsPaul R. Eggert
2010-07-25sort: use more-consistent style with constPaul R. Eggert
2010-07-22fadvise: new module providing a simpler interface to posix_fadvisePádraig Brady
2010-07-19sort: -R no longer disables multithreadingPaul R. Eggert
2010-07-15sort: fix a bug with sort -u and xmemcoll0, and tune keycomparePaul R. Eggert
2010-07-15sort: fix a bug when sorting unterminated linesPádraig Brady
2010-07-15sort: speed up default full line sortingChen Guo
2010-07-13sort: parallelize internal sortChen Guo
2010-06-29doc: reference POS syntax in --help for sort --keyPádraig Brady
2010-06-08sort: avoid unnecessary use of sprintfJim Meyering
2010-05-31maint: make spacing around "=" consistent, even in IF_LINTJim Meyering
2010-05-31maint: replace each "for (;;)" with "while (true)"Jim Meyering
2010-05-24sort: adjust the leading blanks --debug warningPádraig Brady
2010-05-17build: avoid a new -Wformat-induced warningJim Meyering
2010-05-16sort: --debug: output data independent warnings and infoPádraig Brady
2010-05-12sort: add a --debug option to highlight key extentsPádraig Brady
2010-05-01sort: use long doubles only when effectivePaul Eggert
2010-04-29sort: use long doubles for general numeric modePádraig Brady
2010-04-20sort: fix parsing of end field in obsolescent key formatsPádraig Brady
2010-03-17maint: add a space before open-paren, where lackingJim Meyering
2010-03-04maint: rename the si_present variable in sort to iec_presentPádraig Brady
2010-03-04sort: inform the system about our input access patternJoey Degges
2010-03-01sort: fix issues with month sorting in some localesPádraig Brady
2010-01-01maint: update all FSF copyright year lists to include 2010Jim Meyering
2009-12-08sort: fix failure if sort's parent has ignored SIGCHLDPádraig Brady
2009-11-24build: fix link failure on cygwinEric Blake
2009-09-23maint: Use logical rather than bitwise operators on boolsPádraig Brady
2009-09-21doc: mention the texinfo documentation in --helpPádraig Brady
2009-08-25global: convert indentation-TABs to spacesJim Meyering
2009-08-18sort: use more portable initialization syntaxJim Meyering
2009-07-03sort: allow SI and IEC units on separate human sort fieldsPádraig Brady
2009-06-13sort: Ignore fields where end position is before the start positionCliff Miller
2009-06-07sort: die immediately upon heap allocation failureJim Meyering
2009-05-26sort: new --human-numeric-sort option to sort KiB MB etc.Michael Speer
2009-05-17maint: use ARRAY_CARDINALITY moreJim Meyering
2009-04-23sort -m: don't segfault when output file is also an input fileJim Meyering