Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Changed names of functions in utility.c and all affected files, to make | Mark Whitley | 2000-12-07 | 1 | -3/+3 |
| | | | | compliant with the style guide. Everybody rebuild your tags file! | ||||
* | Stop using TRUE and FALSE for exit status. | Matt Kraai | 2000-12-01 | 1 | -12/+7 |
| | |||||
* | Renamed "internal.h" to the more sensible "busybox.h". | Eric Andersen | 2000-09-25 | 1 | -1/+1 |
| | | | | -Erik | ||||
* | Extract usage information into a separate file. | Matt Kraai | 2000-07-16 | 1 | -8/+0 |
| | |||||
* | Use errorMsg rather than fprintf. | Matt Kraai | 2000-07-14 | 1 | -3/+3 |
| | |||||
* | Yanked out the cstring_alloc() and cstring_lineFromFile() functions from | Mark Whitley | 2000-06-28 | 1 | -1/+1 |
| | | | | | | | 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. | ||||
* | Removed all vestiges of "math" | Pavel Roskin | 2000-06-21 | 1 | -5/+5 |
| | |||||
* | + added dc (aka the function formerly known as math) | John Beppu | 2000-06-21 | 1 | -0/+194 |
+ did all the housekeeping that this change requires. |