summaryrefslogtreecommitdiff
path: root/sort.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* + in the interest of robustness, I addedJohn Beppu2000-04-171-26/+6
| | | | | | | | utility.c :: cstring_alloc() utility.c :: cstring_lineFromFile() /* they're at the bottom */ so that I could read in lines of arbitrary length from FILE*s (instead of using fgets(huge_ass_buffer,...)). + I tested it out on sort, and it seems to be fine.
* More documentation updates, and minor fixes to make things syncErik Andersen2000-04-151-2/+2
| | | | | up with the docs. -Erik
* Upates to include copyright 2000 to everythingErik Andersen2000-04-131-2/+2
| | | | -Erik
* A few updates (including the cp fix the Craig has been looking for)Erik Andersen2000-03-041-9/+19
| | | | -Erik
* Some formatting updates (ran the code through indent)Erik Andersen2000-02-081-192/+193
| | | | -Erik
* A few minor updates. ;-)Erik Andersen2000-02-071-1/+1
| | | | | | Seriously though, read the Changelog for busybox 0.42, which this is about to become... -Erik
* * added (and documented) "-n" option for head -Erik Andersen2000-01-231-2/+2
| | | | | | | contributed Friedrich Vedder <fwv@myrtle.lahn.de> * Cleanup for a number of usage messages -- also contributed Friedrich Vedder <fwv@myrtle.lahn.de> -Erik
* sort is good to go.John Beppu1999-12-231-23/+26
|
* implemented numeric sort (sort -g)John Beppu1999-12-231-9/+30
|
* oops.. qsort(2) misunderstanding on my part.John Beppu1999-12-221-5/+24
| | | | it's ok, now.
* playing w/ $Log$John Beppu1999-12-221-7/+7
|
* the base is nearly done.John Beppu1999-12-221-21/+72
| | | | need to implement various comparison functions, now.
* added hooks for sortJohn Beppu1999-12-221-2/+22
|
* work in progress...John Beppu1999-12-221-11/+82
|
* this is my work in progress.John Beppu1999-12-211-0/+127