summaryrefslogtreecommitdiff
path: root/coreutils/sort.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* A few changes falling out from the effort to make sed handle embedded NUL bytes.Rob Landley2006-02-241-14/+4
* just whitespaceTim Riker2006-01-251-2/+2
* Rename CONFIG_SORT_BIG to CONFIG_FEATURE_SORT_BIG so allbareconfig can find it.Rob Landley2005-10-081-5/+6
* applying patch from:Paul Fox2005-07-201-1/+2
* Patch from Bernhard Fischer to make a bunch of symbols staticEric Andersen2005-04-161-3/+3
* Sort rewrite to be SUSv3 compliant. New config option, updated help, andRob Landley2005-01-241-56/+294
* Major coreutils update.Manuel Novoa III2003-03-191-52/+46
* Major rework of the directory structure and the entire build system.Eric Andersen2001-10-241-7/+7
* Applied patch from I.Q. to add sort -u as a feature.Mark Whitley2001-04-171-7/+21
* Changed line[strlen(line) - 1] = '\0'; to chomp(line);Mark Whitley2001-04-171-1/+1
* Applied patch from I.Q. to fix problem with sort -n.Mark Whitley2001-04-171-3/+5
* A cleanup patch from Jeff Garzik to static-ify a number ofEric Andersen2001-03-091-2/+2
* Patchs from Jeff Garzik <jgarzik@mandrakesoft.com> to cleanupEric Andersen2001-03-091-0/+1
* It turns out that DODMALLOC was broken when I reorganized busybox.hEric Andersen2001-02-201-1/+1
* This patch, put together by Manuel Novoa III, is a merge of workEric Andersen2001-02-141-1/+1
* Fix header file usage -- there were many unnecessary header files included inEric Andersen2001-01-271-0/+2
* Rewrote.Matt Kraai2000-12-201-239/+37
* Changed names of functions in utility.c and all affected files, to makeMark Whitley2000-12-071-2/+2
* + shortened main() a little, and a few aesthetic cleanups here & there.John Beppu2000-09-281-21/+19
* Renamed "internal.h" to the more sensible "busybox.h".Eric Andersen2000-09-251-2/+2
* Fix calls to {m,c,re}alloc so that they use x{m,c,re}alloc instead ofMatt Kraai2000-09-131-9/+3
* Extract usage information into a separate file.Matt Kraai2000-07-161-11/+1