aboutsummaryrefslogtreecommitdiff
path: root/libbb/trim.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Major rework of the directory structure and the entire build system.andersen2001-10-241-10/+6
| | | | | | | -Erik git-svn-id: svn://busybox.net/trunk/busybox@3561 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Reversed last patch; unnecessary.markw2001-04-231-4/+0
| | | | git-svn-id: svn://busybox.net/trunk/busybox@2406 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Added a sanity check to fix weird bug exposed when sourcing in commands from amarkw2001-04-231-1/+5
| | | | | | | file with lash. Based on report from Heinz Walter. git-svn-id: svn://busybox.net/trunk/busybox@2404 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Patch from Larry Doolittle to eliminate needless thrashingandersen2001-04-041-3/+3
| | | | | | | | about when trimming long strings with lots of trailing white space. git-svn-id: svn://busybox.net/trunk/busybox@2247 69ca8d6d-28ef-0310-b511-8ec308f3f277
* if strlen(s) was 0, it would then end up using s[-1] as an array index. Bad,andersen2001-04-031-4/+5
| | | | | | | | | | bad, bad. This was crashing the shell on powerpc boxes, though all other archs seem to have a much more forgiving malloc implementations. I finally found this bug using electric-fence on a powerpc box. -Erik git-svn-id: svn://busybox.net/trunk/busybox@2233 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Convert utility.c into libbb.a. It is now a whole pile of .candersen2001-03-161-0/+52
files. Clean up the resulting damage and fix up the makefile. -Erik git-svn-id: svn://busybox.net/trunk/busybox@2123 69ca8d6d-28ef-0310-b511-8ec308f3f277