summaryrefslogtreecommitdiff
path: root/libbb/recursive_action.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Patch from Valdimir to reduce stack usage, since recursive_actionEric Andersen2001-04-101-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 andEric Andersen2001-03-211-0/+1
| | | | cleans up most of the now-revealed problems.
* Convert utility.c into libbb.a. It is now a whole pile of .cEric Andersen2001-03-161-0/+160
files. Clean up the resulting damage and fix up the makefile. -Erik