TODO: add an item for a chmod optimization
[platform/upstream/coreutils.git] / src / sort.c
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.
2008-06-17 Bo Borgersonsort: accept new option --batch-size=NMERGE
2008-06-17 Bo Borgersonsort: add new option --files0-from=F
2008-06-16 Jim Meyeringremove redundant const directives
2008-06-15 Jim Meyeringfix the compilation failure for real
2008-06-15 Jim Meyeringfix a const-related compilation failure in sort.c
2008-06-14 Jim Meyeringadd "const" attribute, where possible
2008-06-03 Jim Meyeringuse gnulib's progname module
2008-06-02 Jim Meyeringdeclare program_name consistently
2008-05-26 Jim Meyeringconvert 2-author programs to use proper_name
2008-02-20 Andreas Schwabsort: add --sort=... option.
2007-10-07 Jim MeyeringAvoid a pseudo-leak in sort.
2007-08-11 Paul EggertAccommodate more xstrtol changes.
2007-08-04 Paul EggertAdapt to new human and xstrtol API.
2007-07-24 Paul Eggertsort: avoid unaligned access.
2007-07-23 Jim MeyeringUpdate all copyright notices to use the newer form.
2007-07-20 Andreas Schwab* src/sort.c (main): Don't free a pointer to non-malloc...
2007-07-10 Jim MeyeringChange "version 2" to "version 3" in all copyright...
2007-06-23 Jim MeyeringPrefer "STREQ (a, b)" over "strcmp (a, b) == 0"; simila...
2007-03-28 Jim MeyeringMerge branch 'master' of /cu
2007-03-28 Jim MeyeringHelp translators include translation team's web or...
2007-03-12 Jim MeyeringMerge branch 'master' of /cu
2007-02-24 Paul Eggert* NEWS: sort no longer compresses temporaries by default.
2007-02-19 Paul Eggert* NEWS: sort now uses a --compress-program option rathe...
2007-01-26 Jim Meyeringmerge from trunk
2007-01-25 Dan Hipschman* src/sort.c (create_temp): Remove superfluous access...
2007-01-24 Jim MeyeringPass "make distcheck" again.
2007-01-24 Paul Eggert* NEWS: New option sort -C, proposed by XCU ERN 127...
2007-01-23 Jim Meyering* NEWS: sort temp file compression: tweak wording.
2007-01-23 Dan Hipschman* src/sort.c (MAX_FORK_RETRIES_COMPRESS, MAX_FORK_RETRI...
2007-01-20 Jim MeyeringMerge branch 'master' of /cu
2007-01-20 Paul EggertStandardize on list of signals when an app catches...
2007-01-19 Dan Hipschman* src/sort.c (cleanup): Clear temphead at the end.
2006-12-13 Paul EggertRemove some arbitrary restrictions on size fields,
2006-11-13 Jim Meyering* src/sort.c (insertkey): Use xmemdup, rather than...
2006-11-13 Jim MeyeringPlug another technically-unimportant leak in sort.
2006-11-13 Jim Meyering* src/sort.c (main): Plug a tiny memory leak.
2006-10-09 Paul Eggert* src/sort.c (usage): Mention again that sort fields...
2006-08-08 Paul EggertUse new random-number interface rather than rand-isaac.c.
2006-07-09 Paul Eggert(inittables): Use toupper rather than
2006-06-28 Paul Eggert* src/sort.c (main): Support obsolete usages like ...
2006-05-25 Paul Eggert(usage): Remove mention of --seed.
2005-12-14 Paul Eggert(incompatible_options): New function.
2005-12-14 Paul Eggert(check_ordering_compatibility): New function.
2005-12-12 Paul EggertInclude rand-isaac.c rather than rand-isaac.h.
2005-12-10 Jim Meyering(get_hash): Change position of `*' in parameter type...
2005-12-10 Jim Meyering(keycompare): Remove stray SPACE before TAB that was
2005-12-10 Paul Eggert(short_options, long_options, WORDS, keycompare, main):
2005-12-09 Jim Meyering(usage): Mention white space vs -b and -t options.
2005-10-07 Paul Eggert(sortlines_temp): Redo previous change, since I'm no...
2005-10-06 Paul Eggert(sortlines_temp): Undo previous change, since
2005-10-05 Jim MeyeringAdd a comment to go with the last change.
2005-10-05 Jim Meyering(sortlines_temp): Declare temporary as `int' rather
2005-09-01 Paul EggertClarify comment about size bounds.
2005-08-18 Jim Meyering(usage) [-b,-t]: Ensure that there are at least two
2005-08-17 Jim Meyering(usage): Fix typo s/POS 2/POS2/.
2005-08-12 Jim MeyeringCosmetic: use X2NREALLOC (only two arguments) rather...
2005-07-09 Paul EggertDon't include stdio.h; no longer needed.
2005-07-03 Paul EggertInclude stdio--.h rather than stdio-safer.h.
2005-06-29 Jim Meyering(fillbuf): Use X2REALLOC rather than x2realloc.
2005-06-28 Jim Meyeringsplit long line in copyright comment
2005-06-28 Jim Meyering(fillbuf): Use x2realloc on 1-byte base types, not...
2005-06-16 Jim MeyeringDon't embed `this'-style quotes in format strings.
2005-06-02 Jim Meyering(usage): Put `Ordering options:' line where it belongs.
2005-06-02 Paul EggertDon't use "path" or "filename".
2005-05-27 Paul EggertRefactor so that others can use large-integer
2005-05-14 Jim MeyeringUpdate FSF postal mail address.
2005-05-14 Jim MeyeringUpdate FSF postal mail address.
2005-05-12 Jim MeyeringAssume `free (NULL)' works.
2005-04-26 Paul EggertRemove posixver.h and its uses.
2005-04-11 Paul EggertInclude unistd-safer.h.
2005-04-09 Paul Eggert(SA_NOCLDSTOP): Define to 0 if not defined.
2005-03-28 Jim Meyering(long_options, mergefps): Use NULL, not `0'.
2005-03-06 Jim MeyeringRemove `register' keyword.
2005-02-14 Paul Eggert(mergefps): Use binary search rather than linear one
2004-12-02 Paul Eggert(C_DECIMAL_POINT): Remove. Use changed to '.'.
2004-11-14 Jim Meyering(zaptemp): Mark new diagnostic for translation.
2004-11-13 Paul Eggert(zaptemp): Warn if a temporary file is not removed.
2004-11-13 Paul EggertMake the newly-introduced critical section a bit smaller.
2004-11-13 Paul EggertAvoid O(N**2) behavior when there are many temporary...
2004-11-07 Jim Meyering(merge): Remove declarations of now-unused variables.
2004-11-06 Paul Eggert(first_same_file): Remove. Move most of the code to....
2004-11-06 Jim Meyering(xfclose): Don't close stdout here (just flush it),
2004-11-05 Paul Eggert(inittables, sort_buffer_size, getmonth, mergefps,
2004-09-21 Paul EggertDon't include "long-options.h".
2004-09-07 Paul Eggert(main): Emulate Solaris 8 and 9 "sort -y", so that
2004-08-10 Paul Eggert(die, xfopen, mergefps, first_same_file, merge):
2004-07-30 Paul EggertImprove comment for first_same_file.
2004-07-30 Paul Eggert(UCHAR): Remove; all uses changed to to_uchar.
2004-06-21 Jim Meyering(main): Standardize on the diagnostics given when someo...
2004-06-01 Jim Meyering(main): Prefer the notation `STREQ (a, b)' over `strcmp...
2004-06-01 Jim Meyering(main, sort_buffer_size): Use STREQ (a, b) rather than...
next