sort: spawn fewer threads for small inputs
[platform/upstream/coreutils.git] / src / sort.c
2011-03-13 Jim Meyeringsort: spawn fewer threads for small inputs
2011-02-03 Pádraig Bradysort: fix --debug key highlighting when key start after...
2011-01-07 Pádraig Bradymaint: suppress some clang scan-build warnings
2011-01-01 Jim Meyeringmaint: update all copyright year number ranges
2010-12-28 Paul Eggertcoreutils: keep lines within 80-column limits
2010-12-23 Paul Eggertsort: minor performance tweak with num_processors
2010-12-20 Pádraig Bradymaint: fix a typo in sort --parallel help message
2010-12-19 Pádraig Bradysort: use at most 8 threads by default
2010-12-17 Paul Eggertsort: do not generate thousands of subprocesses for...
2010-12-16 Paul Eggertsort: fix hang with sort --compress
2010-12-16 Paul Eggertsort: don't dump core when merging from input twice
2010-12-14 Paul Eggertsort: fix very-unlikely buffer overrun when merging...
2010-12-14 Paul Eggertsort: fix some --compress reaper bugs
2010-12-11 Jim Meyeringsort: syntax cleanup
2010-12-11 Paul Eggertsort: integer overflow checks in thread counts, etc.
2010-12-11 Chen Guosort: preallocate merge tree nodes to heap.
2010-12-11 Paul Eggertsort: comment fix
2010-12-11 Chen Guosort: use mutexes, not spinlocks (avoid busy loop on...
2010-12-04 Paul Eggertsort: merge_queue -> queue
2010-12-04 Paul Eggertsort: clarify queue_check_insert
2010-12-04 Paul Eggertsort: fix problems with merge node dest pointer
2010-12-04 Paul Eggertsort: simplify write_unique
2010-12-04 Paul Eggertsort: put queue arg first
2010-12-04 Paul Eggertsort: tune struct_merge_node slightly
2010-12-04 Paul Eggertsort: Clarify comments
2010-12-02 Paul Eggertsort: fix bug on 64-bit hosts with at least 32768 proce...
2010-12-01 Paul Eggertsort -u: fix a thread-race pointer corruption bug
2010-10-14 Paul Eggertbug#7213: [PATCH] sort: fix buffer overrun on 32-bit...
2010-10-14 Paul Eggertsort: fix unportable cast of unsigned char * -> char *
2010-09-20 Paul Eggertsort: destroy spin locks portably
2010-08-11 Paul Eggertsort, who: prefer free+malloc to realloc when contents...
2010-08-10 Paul Eggertsort: free/xmalloc rather than xrealloc
2010-08-10 Jim Meyeringsort: avoid gcc warning: explicitly ignore strtold...
2010-08-09 Paul Eggertsort: speed up -R with long lines in hard locales
2010-08-07 Paul Eggertsort: support all combinations of -d, -f, -i, -R, and -V
2010-08-05 Paul Eggertsort: tune and refactor --debug code, and fix minor...
2010-08-04 Paul Eggertsort: -R now uses less memory on long lines with intern...
2010-08-03 Paul Eggertsort: fix bug in --debug when \0 is followed by \t
2010-08-03 Paul Eggertsort: revert recent -h changes and use a more-conservat...
2010-07-30 Paul Eggertsort: -h now handles comparisons such as 6000K vs 5M...
2010-07-27 Paul Eggertsort: fix --debug display with very large offsets
2010-07-27 Paul Eggertsort: fix bug with EOF at buffer refill
2010-07-27 Paul Eggertsort: omit some "inline"s
2010-07-26 Paul Eggertsort: don't assume ASCII when parsing K, M, G suffixes
2010-07-26 Paul R. Eggertsort: omit unnecessary mutex unlock+lock; simplify...
2010-07-26 Paul R. Eggertsort: omit 'restrict' in doubtful cases
2010-07-26 Paul R. Eggertsort: omit unnecessary casts
2010-07-26 Paul R. Eggertsort: use more-consistent style with const
2010-07-22 Pádraig Bradyfadvise: new module providing a simpler interface to...
2010-07-19 Paul R. Eggertsort: -R no longer disables multithreading
2010-07-15 Paul R. Eggertsort: fix a bug with sort -u and xmemcoll0, and tune...
2010-07-15 Pádraig Bradysort: fix a bug when sorting unterminated lines
2010-07-15 Chen Guosort: speed up default full line sorting
2010-07-13 Chen Guosort: parallelize internal sort
2010-06-29 Pádraig Bradydoc: reference POS syntax in --help for sort --key
2010-06-08 Jim Meyeringsort: avoid unnecessary use of sprintf
2010-05-31 Jim Meyeringmaint: make spacing around "=" consistent, even in...
2010-05-31 Jim Meyeringmaint: replace each "for (;;)" with "while (true)"
2010-05-24 Pádraig Bradysort: adjust the leading blanks --debug warning
2010-05-17 Jim Meyeringbuild: avoid a new -Wformat-induced warning
2010-05-16 Pádraig Bradysort: --debug: output data independent warnings and...
2010-05-12 Pádraig Bradysort: add a --debug option to highlight key extents
2010-05-01 Paul Eggertsort: use long doubles only when effective
2010-04-29 Pádraig Bradysort: use long doubles for general numeric mode
2010-04-20 Pádraig Bradysort: fix parsing of end field in obsolescent key formats
2010-03-17 Jim Meyeringmaint: add a space before open-paren, where lacking
2010-03-04 Pádraig Bradymaint: rename the si_present variable in sort to iec_pr...
2010-03-04 Joey Deggessort: inform the system about our input access pattern
2010-03-01 Pádraig Bradysort: fix issues with month sorting in some locales
2010-01-01 Jim Meyeringmaint: update all FSF copyright year lists to include...
2009-12-08 Pádraig Bradysort: fix failure if sort's parent has ignored SIGCHLD
2009-11-24 Eric Blakebuild: fix link failure on cygwin
2009-09-23 Pádraig Bradymaint: Use logical rather than bitwise operators on...
2009-09-21 Pádraig Bradydoc: mention the texinfo documentation in --help
2009-08-25 Jim Meyeringglobal: convert indentation-TABs to spaces
2009-08-18 Jim Meyeringsort: use more portable initialization syntax
2009-07-03 Pádraig Bradysort: allow SI and IEC units on separate human sort...
2009-06-13 Cliff Millersort: Ignore fields where end position is before the...
2009-06-07 Jim Meyeringsort: die immediately upon heap allocation failure
2009-05-26 Michael Speersort: new --human-numeric-sort option to sort KiB MB...
2009-05-17 Jim Meyeringmaint: use ARRAY_CARDINALITY more
2009-04-23 Jim Meyeringsort -m: don't segfault when output file is also an...
2009-04-07 Pádraig Bradyshred,sort,shuf: don't use /dev/urandom by default
2009-04-02 Pádraig Bradydoc: Clarify the help for version sorting in ls and...
2009-03-18 Paul Eggertsort: handle fd exhaustion better when merging
2009-02-26 Pádraig Bradysort: Fix two bugs with determining the end of field
2008-12-01 Pádraig Bradydoc: Improve description of --files0-from option
2008-11-10 Jim Meyeringmake --help print "Report PROGRAM translation bugs...
2008-11-10 Jim Meyeringavoid warnings about discarding "qualifiers from pointe...
2008-10-03 Kamil Dudkals and sort: use filevercmp instead of strverscmp
2008-09-19 Benno Schulenbergsort --help: sort the options better alphabetically
2008-08-19 Eric Blakesort: improve usage wording
2008-08-15 Jim Meyeringadjust
2008-08-15 Bruce Korbsort: new option, --sort=version, for version number...
2008-08-14 Jim Meyeringmktemp, sort, tac: don't use undefined after mkstemp...
2008-08-10 Jim Meyeringsort: remove unnecessary declaration of strtod
2008-08-10 Jim Meyeringsort: avoid erroneous cast
2008-08-10 Jim Meyeringsort: don't print uninitialized in diagnostic
2008-06-27 Jim Meyeringfactor out time_t-to-string conversion idiom
2008-06-20 Bo Borgersonsort: Fix bug where --batch-size option shrank SORT_SIZE.
next