summaryrefslogtreecommitdiff
path: root/libbb/recursive_action.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Update a bunch of docs. Run a script to update my email addr.Eric Andersen2003-07-141-1/+1
|
* Vodz, last_patch_86Glenn L McGrath2003-05-261-4/+2
|
* Major coreutils update.Manuel Novoa III2003-03-191-5/+5
|
* Use error_msg instead of fprintf(stderrGlenn L McGrath2002-11-281-2/+1
|
* Remove `== TRUE' tests and convert `!= TRUE' and `== FALSE' tests to use !.Matt Kraai2001-12-201-10/+10
|
* Major rework of the directory structure and the entire build system.Eric Andersen2001-10-241-7/+1
| | | | -Erik
* Move messages.c to libbb. Make each string in messages.c be its own .o file.Eric Andersen2001-04-251-6/+0
| | | | | | | This way, we can new get rid of all that tedious #define rubbish we used to need to enable specific messages. This way is enormously simpler, and as a bonus also ends up saving us 96 bytes. -Erik
* 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