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