Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Update a bunch of docs. Run a script to update my email addr. | Eric Andersen | 2003-07-14 | 1 | -2/+2 |
| | |||||
* | chomp should only remove the newline if it occurs at the end of the input. | Matt Kraai | 2002-01-02 | 1 | -3/+5 |
| | | | | | | This was caught by the test suite (in sed/sed-aic-commands). * libbb/chomp.c: Revert to revision 1.5. | ||||
* | optimize this a little bit. | Eric Andersen | 2001-12-29 | 1 | -5/+3 |
| | |||||
* | Major rework of the directory structure and the entire build system. | Eric Andersen | 2001-10-24 | 1 | -10/+6 |
| | | | | -Erik | ||||
* | Patch from Vladimir: | Eric Andersen | 2001-05-15 | 1 | -1/+1 |
| | | | | | | | 1) fixed a bug that could crash df, mount, and umount applets if the root device name was longer then the word "root" (/dev/loop1 vs /dev/root) - 2) severl functions needed static declaration in the umount applet 3) update declaration for function in last_char_is() in libbb | ||||
* | A patch from Vladimir to simplify chomp() | Eric Andersen | 2001-05-07 | 1 | -7/+4 |
| | |||||
* | includes cleanup from Jeff Garzik | Eric Andersen | 2001-03-23 | 1 | -0/+1 |
| | |||||
* | Convert utility.c into libbb.a. It is now a whole pile of .c | Eric Andersen | 2001-03-16 | 1 | -0/+51 |
files. Clean up the resulting damage and fix up the makefile. -Erik |