sort: simpler fix for sort -u data-loss bug, and for a FMR bug
[platform/upstream/coreutils.git] / src / sort.c
2012-08-18 Paul Eggertsort: simpler fix for sort -u data-loss bug, and for...
2012-08-17 Jim Meyeringsort: sort --unique (-u) could cause data loss
2012-08-16 Jim Meyeringmaint: correct a stale comment in sort.c
2012-07-10 Paul Eggertsort: by default, do not exceed 3/4 of physical memory
2012-07-02 Paul Eggertsort: fix exit-status typo
2012-07-02 Paul Eggertsort: simplify -o handling to avoid fdopen, assert
2012-07-02 Pádraig Bradysort: avoid redundant processing with inaccessible...
2012-06-20 Bernhard Voelkermaint: sort: style adjustment to help clarify size...
2012-05-16 Jim Meyeringmaint: add assertions to placate static analysis tools
2012-05-04 Jim Meyeringmaint: rely on gnulib's new sys_resource module
2012-02-25 Paul Eggertsort: default to physmem/8, not physmem/16
2012-01-30 Jim Meyeringmaint: sort: remove the last uses of "'%s'" in diagnostics
2012-01-27 Jim Meyeringmaint: use single copyright year range
2012-01-22 Paul Eggertmaint: quote 'like this' or "like this", not `like...
2012-01-09 Jim Meyeringmaint: src/*.[ch]: convert more `...' to '...'
2012-01-09 Jim Meyeringmaint: src/*.c: change remaining quotes (without embedd...
2012-01-09 Jim Meyeringmaint: convert `...' to '...' in --help output
2012-01-09 Jim Meyeringmaint: adjust quoting: emit '...', not `...' in diagnostics
2012-01-07 Jim Meyeringmaint: use new emit_try_help in place of equivalent...
2012-01-01 Jim Meyeringmaint: update all copyright year number ranges
2011-12-05 Jim Meyeringmaint: sort, stat: remove unused parameters
2011-11-16 Eric Blakesort: clarify wording on -k syntax
2011-09-27 Jim Meyeringsort: avoid a NaN-induced infloop
2011-07-02 Jim Meyeringmaint: use "const" and "pure" function attributes where...
2011-05-19 Jim Meyeringmaint: correct typos involving misuse of "a" and "an"
2011-05-06 Pádraig Bradysort: fix a contradictory --debug warning
2011-03-16 Jim Meyeringsort: avoid memory pressure of 130MB/thread when readin...
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...
next