summaryrefslogtreecommitdiffstats
path: root/src/sort.c
AgeCommit message (Expand)AuthorLines
2009-04-23sort -m: don't segfault when output file is also an input fileJim Meyering-4/+6
2009-04-07shred,sort,shuf: don't use /dev/urandom by defaultPádraig Brady-1/+1
2009-04-02doc: Clarify the help for version sorting in ls and sortPádraig Brady-1/+1
2009-03-18sort: handle fd exhaustion better when mergingPaul Eggert-74/+218
2009-02-26sort: Fix two bugs with determining the end of fieldPádraig Brady-24/+18
2008-12-01doc: Improve description of --files0-from optionPádraig Brady-1/+2
2008-11-10make --help print "Report PROGRAM translation bugs to <...>."Jim Meyering-1/+0
2008-11-10avoid warnings about discarding "qualifiers from pointer target type"Jim Meyering-1/+1
2008-10-03ls and sort: use filevercmp instead of strverscmpKamil Dudka-4/+5
2008-09-19sort --help: sort the options better alphabeticallyBenno Schulenberg-2/+6
2008-08-18sort: improve usage wordingEric Blake-1/+2
2008-08-15adjustJim Meyering-11/+9
2008-08-15sort: new option, --sort=version, for version number orderingBruce Korb-20/+89
2008-08-14mktemp, sort, tac: don't use undefined after mkstemp failureJim Meyering-1/+2
2008-08-10sort: remove unnecessary declaration of strtodJim Meyering-4/+0
2008-08-10sort: avoid erroneous castJim Meyering-6/+11
2008-08-10sort: don't print uninitialized in diagnosticJim Meyering-2/+2
2008-06-27factor out time_t-to-string conversion idiomJim Meyering-1/+0
2008-06-20sort: Fix bug where --batch-size option shrank SORT_SIZE.Bo Borgerson-8/+6
2008-06-17sort: accept new option --batch-size=NMERGEBo Borgerson-12/+103
2008-06-17sort: add new option --files0-from=FBo Borgerson-1/+75
2008-06-16remove redundant const directivesJim Meyering-1/+1
2008-06-15fix the compilation failure for realJim Meyering-1/+1
2008-06-15fix a const-related compilation failure in sort.cJim Meyering-1/+1
2008-06-14add "const" attribute, where possibleJim Meyering-2/+2
2008-06-03use gnulib's progname moduleJim Meyering-4/+1
2008-06-02declare program_name consistentlyJim Meyering-1/+1
2008-05-26convert 2-author programs to use proper_nameJim Meyering-1/+3
2008-02-20sort: add --sort=... option.Andreas Schwab-2/+20
2007-10-07Avoid a pseudo-leak in sort.Jim Meyering-0/+1
2007-08-11Accommodate more xstrtol changes.Paul Eggert-4/+4
2007-08-04Adapt to new human and xstrtol API.Paul Eggert-5/+6
2007-07-24sort: avoid unaligned access.Paul Eggert-3/+8
2007-07-23Update 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-10Change "version 2" to "version 3" in all copyright notices.Jim Meyering-1/+1
2007-06-23Prefer "STREQ (a, b)" over "strcmp (a, b) == 0"; similar for != 0.Jim Meyering-1/+1
2007-03-28Help 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 thanPaul Eggert-17/+16
2007-01-25* src/sort.c (create_temp): Remove superfluous access-X_OKDan Hipschman-6/+1
2007-01-24Pass "make distcheck" again.Jim Meyering-0/+2
2007-01-24* NEWS: New option sort -C, proposed by XCU ERN 127, which looksPaul 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-20Standardize 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-13Remove 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-13Plug another technically-unimportant leak in sort.Jim Meyering-6/+9