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