Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | According to bug #63, crond is unhappy with crontab lines that don't end in a | Rob Landley | 2005-09-01 | 1 | -4/+8 |
| | | | | newline, or lines that have trailing spaces. | ||||
* | Remove trailing whitespace. Update copyright to include 2004. | Eric Andersen | 2004-03-15 | 1 | -1/+1 |
| | |||||
* | Update a bunch of docs. Run a script to update my email addr. | Eric Andersen | 2003-07-14 | 1 | -2/+2 |
| | |||||
* | Major rework of the directory structure and the entire build system. | Eric Andersen | 2001-10-24 | 1 | -10/+6 |
| | | | | -Erik | ||||
* | Reversed last patch; unnecessary. | Mark Whitley | 2001-04-23 | 1 | -4/+0 |
| | |||||
* | Added a sanity check to fix weird bug exposed when sourcing in commands from a | Mark Whitley | 2001-04-23 | 1 | -1/+5 |
| | | | | file with lash. Based on report from Heinz Walter. | ||||
* | Patch from Larry Doolittle to eliminate needless thrashing | Eric Andersen | 2001-04-04 | 1 | -3/+3 |
| | | | | | about when trimming long strings with lots of trailing white space. | ||||
* | if strlen(s) was 0, it would then end up using s[-1] as an array index. Bad, | Eric Andersen | 2001-04-03 | 1 | -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 | ||||
* | Convert utility.c into libbb.a. It is now a whole pile of .c | Eric Andersen | 2001-03-16 | 1 | -0/+52 |
files. Clean up the resulting damage and fix up the makefile. -Erik |