Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Yanked out the cstring_alloc() and cstring_lineFromFile() functions from | Mark Whitley | 2000-06-28 | 1 | -2/+2 |
| | | | | | | | utility.c and replaced them with get_line_from_file() from the new grep.c. Also changed declaration in internal.h and replaced instances of cstring_lineFromFile() in dc.c and sort.c with get_line_from_file(). Tested them and they worked fine. | ||||
* | Updates to a number of apps to remove warnings/compile errors under libc5. | Eric Andersen | 2000-06-19 | 1 | -2/+2 |
| | | | | | Tested under both libc5 and libc6 and all seems well with these fixes. -Erik | ||||
* | Lots of updates. Finished implementing BB_FEATURE_TRIVIAL_HELP | Erik Andersen | 2000-05-12 | 1 | -2/+6 |
| | | | | | | | | which lets you compile out most of the "--help" output, saving up to 17k. Renamed mnc to nc. -Erik | ||||
* | + in the interest of robustness, I added | John Beppu | 2000-04-17 | 1 | -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 sync | Erik Andersen | 2000-04-15 | 1 | -2/+2 |
| | | | | | up with the docs. -Erik | ||||
* | Upates to include copyright 2000 to everything | Erik Andersen | 2000-04-13 | 1 | -2/+2 |
| | | | | -Erik | ||||
* | A few updates (including the cp fix the Craig has been looking for) | Erik Andersen | 2000-03-04 | 1 | -9/+19 |
| | | | | -Erik | ||||
* | Some formatting updates (ran the code through indent) | Erik Andersen | 2000-02-08 | 1 | -192/+193 |
| | | | | -Erik | ||||
* | A few minor updates. ;-) | Erik Andersen | 2000-02-07 | 1 | -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 Andersen | 2000-01-23 | 1 | -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 Beppu | 1999-12-23 | 1 | -23/+26 |
| | |||||
* | implemented numeric sort (sort -g) | John Beppu | 1999-12-23 | 1 | -9/+30 |
| | |||||
* | oops.. qsort(2) misunderstanding on my part. | John Beppu | 1999-12-22 | 1 | -5/+24 |
| | | | | it's ok, now. | ||||
* | playing w/ $Log$ | John Beppu | 1999-12-22 | 1 | -7/+7 |
| | |||||
* | the base is nearly done. | John Beppu | 1999-12-22 | 1 | -21/+72 |
| | | | | need to implement various comparison functions, now. | ||||
* | added hooks for sort | John Beppu | 1999-12-22 | 1 | -2/+22 |
| | |||||
* | work in progress... | John Beppu | 1999-12-22 | 1 | -11/+82 |
| | |||||
* | this is my work in progress. | John Beppu | 1999-12-21 | 1 | -0/+127 |