Age | Commit message (Collapse) | Author | |
---|---|---|---|
2003-07-14 | Update a bunch of docs. Run a script to update my email addr. | Eric Andersen | |
2003-05-26 | Vodz, last_patch_86 | Glenn L McGrath | |
2003-03-19 | Major coreutils update. | Manuel Novoa III | |
2002-11-28 | Use error_msg instead of fprintf(stderr | Glenn L McGrath | |
2001-12-20 | Remove `== TRUE' tests and convert `!= TRUE' and `== FALSE' tests to use !. | Matt Kraai | |
2001-10-24 | Major rework of the directory structure and the entire build system. | Eric Andersen | |
-Erik | |||
2001-04-25 | Move messages.c to libbb. Make each string in messages.c be its own .o file. | Eric Andersen | |
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 | |||
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 |