aboutsummaryrefslogtreecommitdiff
path: root/coreutils/sort.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* usage.c: remove reference to busybox.hvda2007-05-261-1/+1
* audit small applets and mark some of them as NOFORK.vda2007-04-101-0/+3
* getopt32: fix llist_t options ordering. llist_rev is not unused.vda2007-04-081-1/+0
* sort: fix multiple -k (was ignoring all except last)vda2007-02-171-4/+10
* suppress warnings about easch <applet>_main() havingvda2007-02-031-0/+1
* diff: small optimizations; do not try to diff non-seekable streamvda2007-01-071-9/+2
* str2u() is only used when FEATURE_SORT_BIG is enabledvapier2007-01-021-0/+2
* stty: fix width of a field for ppc32vda2007-01-011-87/+129
* style fixesvda2006-12-261-2/+2
* 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