aboutsummaryrefslogtreecommitdiff
path: root/libbb/trim.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* style fixes. No code changesvda2007-04-121-6/+2
* - remove emacs layout block as suggested by Robert P.J. Dayaldot2006-05-191-23/+1
* According to bug #63, crond is unhappy with crontab lines that don't end in alandley2005-09-011-4/+8
* Remove trailing whitespace. Update copyright to include 2004.andersen2004-03-151-1/+1
* Update a bunch of docs. Run a script to update my email addr.andersen2003-07-141-2/+2
* Major rework of the directory structure and the entire build system.andersen2001-10-241-10/+6
* Reversed last patch; unnecessary.markw2001-04-231-4/+0
* Added a sanity check to fix weird bug exposed when sourcing in commands from amarkw2001-04-231-1/+5
* Patch from Larry Doolittle to eliminate needless thrashingandersen2001-04-041-3/+3
* if strlen(s) was 0, it would then end up using s[-1] as an array index. Bad,andersen2001-04-031-4/+5
* Convert utility.c into libbb.a. It is now a whole pile of .candersen2001-03-161-0/+52