Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Patch from Valdimir to reduce stack usage, since recursive_action | Eric Andersen | 2001-04-10 | 1 | -10/+5 |
| | | | | | is (as the name implies) is recursive, reducing stack memory usage is important to avoid exhausting available stack memory. | ||||
* | A nice patch from Larry Doolittle that adds -Wshadow and | Eric Andersen | 2001-03-21 | 1 | -0/+1 |
| | | | | cleans up most of the now-revealed problems. | ||||
* | Convert utility.c into libbb.a. It is now a whole pile of .c | Eric Andersen | 2001-03-16 | 1 | -0/+160 |
files. Clean up the resulting damage and fix up the makefile. -Erik |