summaryrefslogtreecommitdiff
path: root/sort.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 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