| Age | Commit message (Expand) | Author | Lines |
| 2009-04-23 | sort -m: don't segfault when output file is also an input file | Jim Meyering | -4/+6 |
| 2009-04-07 | shred,sort,shuf: don't use /dev/urandom by default | Pádraig Brady | -1/+1 |
| 2009-04-02 | doc: Clarify the help for version sorting in ls and sort | Pádraig Brady | -1/+1 |
| 2009-03-18 | sort: handle fd exhaustion better when merging | Paul Eggert | -74/+218 |
| 2009-02-26 | sort: Fix two bugs with determining the end of field | Pádraig Brady | -24/+18 |
| 2008-12-01 | doc: Improve description of --files0-from option | Pádraig Brady | -1/+2 |
| 2008-11-10 | make --help print "Report PROGRAM translation bugs to <...>." | Jim Meyering | -1/+0 |
| 2008-11-10 | avoid warnings about discarding "qualifiers from pointer target type" | Jim Meyering | -1/+1 |
| 2008-10-03 | ls and sort: use filevercmp instead of strverscmp | Kamil Dudka | -4/+5 |
| 2008-09-19 | sort --help: sort the options better alphabetically | Benno Schulenberg | -2/+6 |
| 2008-08-18 | sort: improve usage wording | Eric Blake | -1/+2 |
| 2008-08-15 | adjust | Jim Meyering | -11/+9 |
| 2008-08-15 | sort: new option, --sort=version, for version number ordering | Bruce Korb | -20/+89 |
| 2008-08-14 | mktemp, sort, tac: don't use undefined after mkstemp failure | Jim Meyering | -1/+2 |
| 2008-08-10 | sort: remove unnecessary declaration of strtod | Jim Meyering | -4/+0 |
| 2008-08-10 | sort: avoid erroneous cast | Jim Meyering | -6/+11 |
| 2008-08-10 | sort: don't print uninitialized in diagnostic | Jim Meyering | -2/+2 |
| 2008-06-27 | factor out time_t-to-string conversion idiom | Jim Meyering | -1/+0 |
| 2008-06-20 | sort: Fix bug where --batch-size option shrank SORT_SIZE. | Bo Borgerson | -8/+6 |
| 2008-06-17 | sort: accept new option --batch-size=NMERGE | Bo Borgerson | -12/+103 |
| 2008-06-17 | sort: add new option --files0-from=F | Bo Borgerson | -1/+75 |
| 2008-06-16 | remove redundant const directives | Jim Meyering | -1/+1 |
| 2008-06-15 | fix the compilation failure for real | Jim Meyering | -1/+1 |
| 2008-06-15 | fix a const-related compilation failure in sort.c | Jim Meyering | -1/+1 |
| 2008-06-14 | add "const" attribute, where possible | Jim Meyering | -2/+2 |
| 2008-06-03 | use gnulib's progname module | Jim Meyering | -4/+1 |
| 2008-06-02 | declare program_name consistently | Jim Meyering | -1/+1 |
| 2008-05-26 | convert 2-author programs to use proper_name | Jim Meyering | -1/+3 |
| 2008-02-20 | sort: add --sort=... option. | Andreas Schwab | -2/+20 |
| 2007-10-07 | Avoid a pseudo-leak in sort. | Jim Meyering | -0/+1 |
| 2007-08-11 | Accommodate more xstrtol changes. | Paul Eggert | -4/+4 |
| 2007-08-04 | Adapt to new human and xstrtol API. | Paul Eggert | -5/+6 |
| 2007-07-24 | sort: avoid unaligned access. | Paul Eggert | -3/+8 |
| 2007-07-23 | Update all copyright notices to use the newer form. | Jim Meyering | -5/+4 |
| 2007-07-20 | * src/sort.c (main): Don't free a pointer to non-malloc'd memory. | Andreas Schwab | -4/+1 |
| 2007-07-10 | Change "version 2" to "version 3" in all copyright notices. | Jim Meyering | -1/+1 |
| 2007-06-23 | Prefer "STREQ (a, b)" over "strcmp (a, b) == 0"; similar for != 0. | Jim Meyering | -1/+1 |
| 2007-03-28 | Help translators include translation team's web or email address. | Jim Meyering | -1/+1 |
| 2007-02-24 | * NEWS: sort no longer compresses temporaries by default. | Paul Eggert | -13/+3 |
| 2007-02-19 | * NEWS: sort now uses a --compress-program option rather than | Paul Eggert | -17/+16 |
| 2007-01-25 | * src/sort.c (create_temp): Remove superfluous access-X_OK | Dan Hipschman | -6/+1 |
| 2007-01-24 | Pass "make distcheck" again. | Jim Meyering | -0/+2 |
| 2007-01-24 | * NEWS: New option sort -C, proposed by XCU ERN 127, which looks | Paul Eggert | -25/+54 |
| 2007-01-24 | * NEWS: sort temp file compression: tweak wording. | Jim Meyering | -1/+1 |
| 2007-01-24 | * src/sort.c (MAX_FORK_RETRIES_COMPRESS, MAX_FORK_RETRIES_DECOMPRESS): | Dan Hipschman | -42/+473 |
| 2007-01-20 | Standardize on list of signals when an app catches signals. | Paul Eggert | -1/+20 |
| 2007-01-19 | * src/sort.c (cleanup): Clear temphead at the end. | Dan Hipschman | -3/+22 |
| 2006-12-13 | Remove some arbitrary restrictions on size fields, | Paul Eggert | -5/+4 |
| 2006-11-13 | * src/sort.c (insertkey): Use xmemdup, rather than xmalloc+assignment. | Jim Meyering | -2/+1 |
| 2006-11-13 | Plug another technically-unimportant leak in sort. | Jim Meyering | -6/+9 |