Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | - move buffer allocation schemes to libbb.h | Bernhard Reutner-Fischer | 2006-04-03 | 1 | -0/+2 |
| | | | | - include the correct headers: applets need busybox.h while lib* need libbb.h | ||||
* | More dead code removal. | Rob Landley | 2006-03-26 | 1 | -27/+1 |
| | |||||
* | Major coreutils update. | Manuel Novoa III | 2003-03-19 | 1 | -3/+3 |
| | |||||
* | New version to cut size. Includes optional basename() compatibility, but | Manuel Novoa III | 2001-12-05 | 1 | -36/+27 |
| | | | | enabling that would break the basename applet at least for one corner case. | ||||
* | Major rework of the directory structure and the entire build system. | Eric Andersen | 2001-10-24 | 1 | -7/+1 |
| | | | | -Erik | ||||
* | With a bit of care I was able to save about 100 bytes. | Eric Andersen | 2001-06-15 | 1 | -2/+15 |
| | | | | -Erik | ||||
* | Convert utility.c into libbb.a. It is now a whole pile of .c | Eric Andersen | 2001-03-16 | 1 | -0/+58 |
files. Clean up the resulting damage and fix up the makefile. -Erik |