summaryrefslogtreecommitdiff
path: root/coreutils/sort.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* cut, mount: small improvementsDenis Vlasenko2006-10-121-2/+2
* rename bb_default_error_retval -> xfunc_error_retvalDenis Vlasenko2006-10-031-1/+1
* silly switch style fixDenis Vlasenko2006-09-271-1/+1
* whitespace cleanupDenis Vlasenko2006-09-171-1/+1
* Remove xcalloc() and convert its callers to xzalloc(). About half of themRob Landley2006-08-031-1/+1
* Remove bb_ prefixes from xfuncs.c (and a few other places), consolidateRob Landley2006-08-031-11/+3
* Fix bug found by Joey Hess and forwarded by Bastian Bunk. Add Joey Hess'sRob Landley2006-06-151-3/+1
* Replace isnan() and isinf() with inline tests so uClibc doesn't want us toRob Landley2006-05-091-6/+8
* use strchr() not index()Mike Frysinger2006-04-161-2/+2