Age | Commit message (Collapse) | Author | |
---|---|---|---|
2004-03-15 | Remove trailing whitespace. Update copyright to include 2004. | Eric Andersen | |
2003-07-14 | Update a bunch of docs. Run a script to update my email addr. | Eric Andersen | |
2002-01-02 | chomp should only remove the newline if it occurs at the end of the input. | Matt Kraai | |
This was caught by the test suite (in sed/sed-aic-commands). * libbb/chomp.c: Revert to revision 1.5. | |||
2001-12-29 | optimize this a little bit. | Eric Andersen | |
2001-10-24 | Major rework of the directory structure and the entire build system. | Eric Andersen | |
-Erik | |||
2001-05-15 | Patch from Vladimir: | Eric Andersen | |
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 | |||
2001-05-07 | A patch from Vladimir to simplify chomp() | Eric Andersen | |
2001-03-23 | includes cleanup from Jeff Garzik | Eric Andersen | |
2001-03-16 | Convert utility.c into libbb.a. It is now a whole pile of .c | Eric Andersen | |
files. Clean up the resulting damage and fix up the makefile. -Erik |