aboutsummaryrefslogtreecommitdiff
path: root/coreutils/sort.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* inline strcmp(s, "-") [actually macro-ize it for now - gcc is too stupid]vda2006-12-161-1/+1
* sort: two small optimizationsvda2006-11-261-9/+10
* sort: reformat entire file wrt style.vda2006-11-261-182/+215
* - end may be used uninitialized.aldot2006-11-171-1/+2
* last nail into error_msg() (de)capitalizationvda2006-10-271-4/+4
* remove bb_printf and the likevda2006-10-261-1/+1
* bb_get_[chomped]line_from_file wasn't descriptive enough.vda2006-10-121-2/+2
* cut, mount: small improvementsvda2006-10-121-2/+2
* rename bb_default_error_retval -> xfunc_error_retvalvda2006-10-031-1/+1
* silly switch style fixvda2006-09-271-1/+1
* whitespace cleanupvda2006-09-171-1/+1
* Remove xcalloc() and convert its callers to xzalloc(). About half of themlandley2006-08-031-1/+1
* Remove bb_ prefixes from xfuncs.c (and a few other places), consolidatelandley2006-08-031-11/+3
* Fix bug found by Joey Hess and forwarded by Bastian Bunk. Add Joey Hess'slandley2006-06-151-3/+1
* Replace isnan() and isinf() with inline tests so uClibc doesn't want us tolandley2006-05-091-6/+8
* use strchr() not index()vapier2006-04-161-2/+2
* A few changes falling out from the effort to make sed handle embedded NUL bytes.landley2006-02-241-14/+4
* just whitespacetimr2006-01-251-2/+2
* Rename CONFIG_SORT_BIG to CONFIG_FEATURE_SORT_BIG so allbareconfig can find it.landley2005-10-081-5/+6
* applying patch from:pgf2005-07-201-1/+2
* Patch from Bernhard Fischer to make a bunch of symbols staticandersen2005-04-161-3/+3
* Sort rewrite to be SUSv3 compliant. New config option, updated help, andlandley2005-01-241-56/+294
* Major coreutils update.mjn32003-03-191-52/+46
* Major rework of the directory structure and the entire build system.andersen2001-10-241-7/+7
* Applied patch from I.Q. to add sort -u as a feature.markw2001-04-171-7/+21
* Changed line[strlen(line) - 1] = '\0'; to chomp(line);markw2001-04-171-1/+1
* Applied patch from I.Q. to fix problem with sort -n.markw2001-04-171-3/+5
* A cleanup patch from Jeff Garzik to static-ify a number ofandersen2001-03-091-2/+2
* Patchs from Jeff Garzik <jgarzik@mandrakesoft.com> to cleanupandersen2001-03-091-0/+1
* It turns out that DODMALLOC was broken when I reorganized busybox.handersen2001-02-201-1/+1
* This patch, put together by Manuel Novoa III, is a merge of workandersen2001-02-141-1/+1
* Fix header file usage -- there were many unnecessary header files included inandersen2001-01-271-0/+2
* Rewrote.kraai2000-12-201-239/+37
* Changed names of functions in utility.c and all affected files, to makemarkw2000-12-071-2/+2
* + shortened main() a little, and a few aesthetic cleanups here & there.beppu2000-09-281-21/+19
* Renamed "internal.h" to the more sensible "busybox.h".andersen2000-09-251-2/+2
* Fix calls to {m,c,re}alloc so that they use x{m,c,re}alloc instead ofkraai2000-09-131-9/+3
* Extract usage information into a separate file.kraai2000-07-161-11/+1
* Use errorMsg rather than fprintf.kraai2000-07-141-2/+2
* Yanked out the cstring_alloc() and cstring_lineFromFile() functions frommarkw2000-06-281-2/+2
* Updates to a number of apps to remove warnings/compile errors under libc5.andersen2000-06-191-2/+2
* Lots of updates. Finished implementing BB_FEATURE_TRIVIAL_HELPerik2000-05-121-2/+6
* + in the interest of robustness, I addedbeppu2000-04-171-26/+6
* More documentation updates, and minor fixes to make things syncerik2000-04-151-2/+2
* Upates to include copyright 2000 to everythingerik2000-04-131-2/+2
* A few updates (including the cp fix the Craig has been looking for)erik2000-03-041-9/+19
* Some formatting updates (ran the code through indent)erik2000-02-081-192/+193
* A few minor updates. ;-)erik2000-02-071-1/+1
* * added (and documented) "-n" option for head -erik2000-01-231-2/+2
* sort is good to go.beppu1999-12-231-23/+26