aboutsummaryrefslogtreecommitdiff
path: root/coreutils/sort.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* sort: fix sort -s -u, closes 14871Denys Vlasenko2022-07-291-4/+5
* sort: fix -k2M (wasn't skipping leading whitespace)Denys Vlasenko2022-07-291-2/+2
* sort: support -hDenys Vlasenko2022-01-051-31/+64
* sort: fix -s -r interaction: 'stable' order is not affected by -rDenys Vlasenko2022-01-041-1/+3
* libbb: factor out fflush_stdout_and_exit(EXIT_SUCCESS)Denys Vlasenko2022-01-041-1/+1
* uniq: support -zDenys Vlasenko2021-06-171-1/+1
* timeout,top,watch,ping: parse NN.N fractional duration in locales with other ...Denys Vlasenko2021-03-231-0/+1
* help text tweaksDenys Vlasenko2020-12-181-1/+1
* libbb: reduce the overhead of single parameter bb_error_msg() callsJames Byrne2019-07-021-6/+6
* config: update size informationDenys Vlasenko2018-12-281-1/+1
* sort: add -V "sort version"Denys Vlasenko2018-07-081-20/+27
* sort: smaller and more agressive FEATURE_SORT_OPTIMIZE_MEMORYDenys Vlasenko2018-04-061-12/+12
* sort: move misplaced commentDenys Vlasenko2018-04-041-2/+2
* sort: FEATURE_SORT_OPTIMIZE_MEMORYDenys Vlasenko2018-04-041-6/+80
* sort: fix potentially buggy use of OPT_STRDenys Vlasenko2018-02-221-12/+15
* sort: in -s handling, return 1/-1, not 1/0 compare resultDenys Vlasenko2018-02-221-2/+3
* sort: fix -s. Closes 10671Denys Vlasenko2018-02-211-12/+57
* getopt32: remove opt_complementaryDenys Vlasenko2017-08-081-4/+6
* config: deindent all help textsDenys Vlasenko2017-07-211-6/+6
* Update menuconfig items with approximate applet sizesDenys Vlasenko2017-07-181-1/+1
* 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