aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2000-12-07Add some more changlog stuff suggested by Larry Doolittle.Eric Andersen
2000-12-06Bettwr document the hidden internal sh.c #defines, and which folksEric Andersen
might want to use...
2000-12-06Close but #1071...Eric Andersen
2000-12-06Ignore the newdocs as wellEric Andersen
2000-12-06Patch from Matt Kraai to fix 'echo "1 2 3" | tr -s " "'Eric Andersen
so it properly outputs "1 2 3".
2000-12-06patch from Larry Doolittle to rename BB_FEATURE_SH_BUILTINS_ALWAYS_WINEric Andersen
to the more pedantically correct BB_FEATURE_SH_APPLETS_ALWAYS_WIN.
2000-12-06Added insmod support for ARM, and lsmod support for older kernels,Eric Andersen
thanks to Alcove, Julien Gaulmin <julien.gaulmin@alcove.fr> and Nicolas Ferre <nicolas.ferre@alcove.fr>. -Erik
2000-12-06Must compile before committing.Matt Kraai
2000-12-06Fix exit status on failure.Matt Kraai
2000-12-05Removed isBlank and isWildCard macros that were totally unused (should anyoneMark Whitley
need isBlank, please use isblank() in ctype.h). Converted isDecimal and isOctal into inline functions. Compiled, tested, worked.
2000-12-05Changed some #define strings to static const char [] variables. Tested lsMark Whitley
after changing, it worked.
2000-12-05Use perrorMsg and clean up exit status.Matt Kraai
2000-12-05Fixed the comments to match the code and renamed the function to a (hopefully)Mark Whitley
more descriptive name, and as per the style guide.
2000-12-05Applied patch from Matt Kraai to add v*error functions for handling varargMark Whitley
lists in a safe 'n sane fashion.
2000-12-05Use perrorMsg instead of perror and keep removing files if we encounterMatt Kraai
an error.
2000-12-04Changelog updateEric Andersen
2000-12-04Flag day warning!Eric Andersen
Change TRUE and FALSE defines to normal C style TRUE=1, FALSE=0. -Erik
2000-12-04Patch to add in the -X option and fix the --exclude bug, originally byEric Andersen
Sebastien Huet, and now ported to the latest and greatest by both Arne Bernin <ab@netropol.de> and kent robotti <robotti@metconnect.com>.
2000-12-02Fix typoEric Andersen
2000-12-02Patch from Larry Doolittle so it will build the newdocs right.Eric Andersen
2000-12-01Update for handling .udebs and building using a pristine source dir...Eric Andersen
2000-12-01More doc handling updatesEric Andersen
2000-12-01Update some descriptionsEric Andersen
2000-12-01Fix yet another blunder. Create symlink correctly this time.Eric Andersen
2000-12-01I forgot a "/". Oops.Eric Andersen
2000-12-01More pristine source directory updates. It now worksEric Andersen
for me (including doing install). How about you? -Erik
2000-12-01More updates for the Makefile to do BB_SRC_DIR. This isEric Andersen
primarily a patch from Larry Doolittle, but with updates from me to handle docs and link creation properly...
2000-12-01Make tar shutup on compileEric Andersen
2000-12-01Remove #ifdef __STDC__ junk. We don't do K&R round these parts,Eric Andersen
so no point acting like we do.
2000-12-01Stop using TRUE and FALSE for exit status.Matt Kraai
2000-11-30Apply some patches from Gennady Feldman <gfeldman@mail.com> toEric Andersen
. /etc/profile, and to emulate bash prompt. I've cleaned up his patches a bit and all looks good now...
2000-11-30Note new dependency.Matt Kraai
2000-11-30Note an error if we are unable to list/extract specified files.Matt Kraai
2000-11-30Patch from Larry Doolittle (with minor touchups from me so everything compilesEric Andersen
and works) to use the applet definitions in applets.h to autogenerate the applet function and usage prototypes.
2000-11-30Fix escape char problem.Eric Andersen
2000-11-29Add "\r" to utility.c:process_escape_sequence() (from email aboutEric Andersen
"echo vs. optarg" from Larry Doolittle Tue, 28 Nov 2000 10:36:04 -0800) -Erik
2000-11-29Apply the BSD echo version submitted by Jonas Holmberg <jonas.holmberg@axis.com>Eric Andersen
2000-11-29Apply rev #2 of dd fix from Gennady Feldman.Eric Andersen
2000-11-29Update the changelog a bitEric Andersen
2000-11-29Moar Speling fickes frum Larry DoolittleEric Andersen
2000-11-29Patch form Larry Doolittle <ldoolitt@recycle.lbl.gov> (in collaborationEric Andersen
with Matt Kraai <kraai@alumni.carnegiemellon.edu>) to allow for a pristine source directory -- where all the .o files and such are not placed into the source tree. Thanks Larry!
2000-11-29Apply a patch from Larry Doolittle <ldoolitt@recycle.lbl.gov> to closeEric Andersen
bug 1069. This shaves about 100 bytes from the executable, and about 200 bytes of heap usage. Also document the "-d" option in the usage message.
2000-11-29Patch from Matt Kraai to fix an infinate loop with ls -aREric Andersen
2000-11-29Finish commit of rpmunpack and add in scripts for undeb and unrpmEric Andersen
2000-11-29Apply a patch fromkent robotti:Eric Andersen
Renamed unrpm to original rpmunpack, so you can use an included shell script called unrpm as a front end to it. There's also a shell script called undeb included for debian packages. Change undeb and unrpm scripts to work with the busybox tar and gunzip.
2000-11-22Re-organized some sections and added a whole new section on avoiding theMark Whitley
preprocessor. Comments welcome.
2000-11-22Fix behavior when removal fails.Matt Kraai
2000-11-18Check for archive errors even for files we aren't extracting.Matt Kraai
2000-11-18Fixed return status (thanks to David Douthitt for the fix).Matt Kraai
2000-11-18Fixed user and group name listing.Matt Kraai