aboutsummaryrefslogtreecommitdiff
path: root/coreutils/sort.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Convert all coreutils/* applets to "new style" applet definitionsDenys Vlasenko2016-11-231-0/+21
* getopt32: add new syntax of 'o:+' and 'o:*' for -o NUM and -o LISTDenys Vlasenko2016-07-061-3/+2
* sort: "-o FILE", not "-o", is the syntaxDenys Vlasenko2016-04-021-4/+4
* sort: help text does not need to say that -mST are supported but ignoredDenys Vlasenko2016-04-021-2/+5
* sort: fix ENDCHAR handling in "-kSTART,N.ENDCHAR"Denys Vlasenko2015-10-191-3/+4
* sort: code shrinkDenys Vlasenko2015-10-191-18/+22
* remove extra debug printoutDenys Vlasenko2015-10-191-1/+0
* sort: fix key with delimiters breakageDenys Vlasenko2015-10-191-5/+16
* sort: fix -kN,M handling (was including last separator into the comparison)Denys Vlasenko2015-09-191-4/+8
* sort: check global flags on fallback sortBartosz Golaszewski2014-01-191-2/+6
* sort.c: remove a magic number from compare_keys()Bartosz Golaszewski2014-01-191-1/+1
* whitespace fixes. no code changesDenys Vlasenko2013-01-151-1/+1
* *: remove "Options:" string from help textsDenys Vlasenko2011-06-051-1/+0
* move help text from include/usage.src.h to coreutils/*.cPere Orga2011-03-311-0/+48
* whitespace cleanupDenys Vlasenko2010-10-291-2/+2
* sort: -o FILE should create/truncate FILEDenys Vlasenko2010-10-181-1/+1
* *: replace xopen3 with xopen where makes senseDenys Vlasenko2010-10-181-1/+1
* *: make GNU licensing statement forms more regularDenys Vlasenko2010-08-161-1/+1
* sort: make sort -o FILE FILE (same FILE) work. Closes bug 785. -3 bytesDenys Vlasenko2009-12-131-20/+36
* libbb: robustify isXXXX(). +39 bytesDenys Vlasenko2009-11-181-1/+1
* libbb: [x]fopen_for_{read,write} introduced and used.Denis Vlasenko2008-07-211-1/+1
* libbb: introduce and use xrealloc_vectorDenis Vlasenko2008-07-081-2/+1
* *: rename ATTRIBUTE_XXX to just XXX.Denis Vlasenko2008-07-051-1/+1
* *: use llist_pop for traverse-and-free list operationDenis Vlasenko2008-06-151-3/+1
* more -Wall warning fixes from Cristian Ionescu-Idbohrn.Denis Vlasenko2008-05-131-1/+2
* *: more uniform naming: s/xmalloc_getline/xmalloc_fgetline/Denis Vlasenko2008-03-261-2/+2
* *: shrink by using [f]open_or_warn_stdin where appropriateDenis Vlasenko2008-03-171-6/+10
* *: add -Wunused-parameter; fix resulting breakageDenis Vlasenko2008-03-171-1/+1
* sort: -z outputs NUL terminated lines. Closes bug 1591.Denis Vlasenko2008-02-131-2/+3
* - use standard-imposed constants some moreBernhard Reutner-Fischer2007-11-161-2/+2
* add -fvisibility=hidden to CC flags, mark XXX_main functionsDenis Vlasenko2007-10-111-1/+1
* don't pass argc in getopt32, it's superfluousDenis Vlasenko2007-08-181-1/+1
* trylink: produce even more info about final link stageDenis Vlasenko2007-08-121-1/+1
* libbb: nuke BB_GETOPT_ERROR, always die if there are mutually exclusive optionsDenis Vlasenko2007-07-211-1/+1
* usage.c: remove reference to busybox.hDenis Vlasenko2007-05-261-1/+1
* audit small applets and mark some of them as NOFORK.Denis Vlasenko2007-04-101-0/+3
* getopt32: fix llist_t options ordering. llist_rev is not unused.Denis Vlasenko2007-04-081-1/+0
* sort: fix multiple -k (was ignoring all except last)Denis Vlasenko2007-02-171-4/+10
* suppress warnings about easch <applet>_main() havingDenis Vlasenko2007-02-031-0/+1
* diff: small optimizations; do not try to diff non-seekable streamDenis Vlasenko2007-01-071-9/+2
* str2u() is only used when FEATURE_SORT_BIG is enabledMike Frysinger2007-01-021-0/+2
* stty: fix width of a field for ppc32Denis Vlasenko2007-01-011-87/+129
* style fixesDenis Vlasenko2006-12-261-2/+2
* inline strcmp(s, "-") [actually macro-ize it for now - gcc is too stupid]Denis Vlasenko2006-12-161-1/+1
* sort: two small optimizationsDenis Vlasenko2006-11-261-9/+10
* sort: reformat entire file wrt style.Denis Vlasenko2006-11-261-182/+215
* - end may be used uninitialized.Bernhard Reutner-Fischer2006-11-171-1/+2
* last nail into error_msg() (de)capitalizationDenis Vlasenko2006-10-271-4/+4
* remove bb_printf and the likeDenis Vlasenko2006-10-261-1/+1
* bb_get_[chomped]line_from_file wasn't descriptive enough.Denis Vlasenko2006-10-121-2/+2