summaryrefslogtreecommitdiff
path: root/libbb/chomp.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Update a bunch of docs. Run a script to update my email addr.Eric Andersen2003-07-141-2/+2
|
* chomp should only remove the newline if it occurs at the end of the input.Matt Kraai2002-01-021-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 Andersen2001-12-291-5/+3
|
* Major rework of the directory structure and the entire build system.Eric Andersen2001-10-241-10/+6
| | | | -Erik
* Patch from Vladimir:Eric Andersen2001-05-151-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 Andersen2001-05-071-7/+4
|
* includes cleanup from Jeff GarzikEric Andersen2001-03-231-0/+1
|
* Convert utility.c into libbb.a. It is now a whole pile of .cEric Andersen2001-03-161-0/+51
files. Clean up the resulting damage and fix up the makefile. -Erik