summaryrefslogtreecommitdiff
path: root/sort.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Yanked out the cstring_alloc() and cstring_lineFromFile() functions fromMark Whitley2000-06-281-2/+2
* Updates to a number of apps to remove warnings/compile errors under libc5.Eric Andersen2000-06-191-2/+2
* Lots of updates. Finished implementing BB_FEATURE_TRIVIAL_HELPErik Andersen2000-05-121-2/+6
* + in the interest of robustness, I addedJohn Beppu2000-04-171-26/+6
* More documentation updates, and minor fixes to make things syncErik Andersen2000-04-151-2/+2
* Upates to include copyright 2000 to everythingErik Andersen2000-04-131-2/+2
* A few updates (including the cp fix the Craig has been looking for)Erik Andersen2000-03-041-9/+19
* Some formatting updates (ran the code through indent)Erik Andersen2000-02-081-192/+193
* A few minor updates. ;-)Erik Andersen2000-02-071-1/+1
* * added (and documented) "-n" option for head -Erik Andersen2000-01-231-2/+2
* 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
* playing w/ $Log$John Beppu1999-12-221-7/+7
* the base is nearly done.John Beppu1999-12-221-21/+72
* 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