summaryrefslogtreecommitdiff
path: root/src/sort.c
AgeCommit message (Expand)Author
2009-11-24build: fix link failure on cygwinEric Blake
2009-09-23maint: Use logical rather than bitwise operators on boolsPádraig Brady
2009-09-21doc: mention the texinfo documentation in --helpPádraig Brady
2009-08-25global: convert indentation-TABs to spacesJim Meyering
2009-08-18sort: use more portable initialization syntaxJim Meyering
2009-07-03sort: allow SI and IEC units on separate human sort fieldsPádraig Brady
2009-06-13sort: Ignore fields where end position is before the start positionCliff Miller
2009-06-07sort: die immediately upon heap allocation failureJim Meyering
2009-05-26sort: new --human-numeric-sort option to sort KiB MB etc.Michael Speer
2009-05-17maint: use ARRAY_CARDINALITY moreJim Meyering
2009-04-23sort -m: don't segfault when output file is also an input fileJim Meyering
2009-04-07shred,sort,shuf: don't use /dev/urandom by defaultPádraig Brady
2009-04-02doc: Clarify the help for version sorting in ls and sortPádraig Brady
2009-03-18sort: handle fd exhaustion better when mergingPaul Eggert
2009-02-26sort: Fix two bugs with determining the end of fieldPádraig Brady
2008-12-01doc: Improve description of --files0-from optionPádraig Brady
2008-11-10make --help print "Report PROGRAM translation bugs to <...>."Jim Meyering
2008-11-10avoid warnings about discarding "qualifiers from pointer target type"Jim Meyering
2008-10-03ls and sort: use filevercmp instead of strverscmpKamil Dudka
2008-09-19sort --help: sort the options better alphabeticallyBenno Schulenberg
2008-08-18sort: improve usage wordingEric Blake
2008-08-15adjustJim Meyering
2008-08-15sort: new option, --sort=version, for version number orderingBruce Korb
2008-08-14mktemp, sort, tac: don't use undefined after mkstemp failureJim Meyering
2008-08-10sort: remove unnecessary declaration of strtodJim Meyering
2008-08-10sort: avoid erroneous castJim Meyering
2008-08-10sort: don't print uninitialized in diagnosticJim Meyering
2008-06-27factor out time_t-to-string conversion idiomJim Meyering
2008-06-20sort: Fix bug where --batch-size option shrank SORT_SIZE.Bo Borgerson
2008-06-17sort: accept new option --batch-size=NMERGEBo Borgerson
2008-06-17sort: add new option --files0-from=FBo Borgerson
2008-06-16remove redundant const directivesJim Meyering
2008-06-15fix the compilation failure for realJim Meyering
2008-06-15fix a const-related compilation failure in sort.cJim Meyering
2008-06-14add "const" attribute, where possibleJim Meyering
2008-06-03use gnulib's progname moduleJim Meyering
2008-06-02declare program_name consistentlyJim Meyering
2008-05-26convert 2-author programs to use proper_nameJim Meyering
2008-02-20sort: add --sort=... option.Andreas Schwab
2007-10-07Avoid a pseudo-leak in sort.Jim Meyering
2007-08-11Accommodate more xstrtol changes.Paul Eggert
2007-08-04Adapt to new human and xstrtol API.Paul Eggert
2007-07-24sort: avoid unaligned access.Paul Eggert
2007-07-23Update 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-10Change "version 2" to "version 3" in all copyright notices.Jim Meyering
2007-06-23Prefer "STREQ (a, b)" over "strcmp (a, b) == 0"; similar for != 0.Jim Meyering
2007-03-28Help 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 thanPaul Eggert