Age | Commit message (Expand) | Author |
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 |
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 |