Age | Commit message (Collapse) | Author | |
---|---|---|---|
2000-12-07 | Patch from Matt Kraai to enable proxy support. | Eric Andersen | |
2000-12-07 | Changed names of functions in utility.c and all affected files, to make | Mark Whitley | |
compliant with the style guide. Everybody rebuild your tags file! | |||
2000-12-07 | Fix by Tim Robbins <fyre@box3n.gumbynet.org> to prevent bad format | Matt Kraai | |
strings from being passed to syslog(3). | |||
2000-12-07 | Get rid of redundant TRUE and FALSE definitions. | Matt Kraai | |
2000-12-07 | oops, didn't mean to commit that last one... reverting | Randolph Chung | |
2000-12-07 | Write progress meter to stderr instead of stdout | Randolph Chung | |
2000-12-07 | Fixed URL parsing bug | Randolph Chung | |
Fixed -O - output-to-stdout bug | |||
2000-12-07 | Patch from Jim Gleason <jimg@lineo.com> to fix tar so it no longer breaks hard | Eric Andersen | |
links, and no longer segfault in a certain wierd case. | |||
2000-12-07 | Add some more changlog stuff suggested by Larry Doolittle. | Eric Andersen | |
2000-12-06 | Bettwr document the hidden internal sh.c #defines, and which folks | Eric Andersen | |
might want to use... | |||
2000-12-06 | Close but #1071... | Eric Andersen | |
2000-12-06 | Ignore the newdocs as well | Eric Andersen | |
2000-12-06 | Patch from Matt Kraai to fix 'echo "1 2 3" | tr -s " "' | Eric Andersen | |
so it properly outputs "1 2 3". | |||
2000-12-06 | patch from Larry Doolittle to rename BB_FEATURE_SH_BUILTINS_ALWAYS_WIN | Eric Andersen | |
to the more pedantically correct BB_FEATURE_SH_APPLETS_ALWAYS_WIN. | |||
2000-12-06 | Added 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-06 | Must compile before committing. | Matt Kraai | |
2000-12-06 | Fix exit status on failure. | Matt Kraai | |
2000-12-05 | Removed isBlank and isWildCard macros that were totally unused (should anyone | Mark Whitley | |
need isBlank, please use isblank() in ctype.h). Converted isDecimal and isOctal into inline functions. Compiled, tested, worked. | |||
2000-12-05 | Changed some #define strings to static const char [] variables. Tested ls | Mark Whitley | |
after changing, it worked. | |||
2000-12-05 | Use perrorMsg and clean up exit status. | Matt Kraai | |
2000-12-05 | Fixed 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-05 | Applied patch from Matt Kraai to add v*error functions for handling vararg | Mark Whitley | |
lists in a safe 'n sane fashion. | |||
2000-12-05 | Use perrorMsg instead of perror and keep removing files if we encounter | Matt Kraai | |
an error. | |||
2000-12-04 | Changelog update | Eric Andersen | |
2000-12-04 | Flag day warning! | Eric Andersen | |
Change TRUE and FALSE defines to normal C style TRUE=1, FALSE=0. -Erik | |||
2000-12-04 | Patch to add in the -X option and fix the --exclude bug, originally by | Eric 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-02 | Fix typo | Eric Andersen | |
2000-12-02 | Patch from Larry Doolittle so it will build the newdocs right. | Eric Andersen | |
2000-12-01 | Update for handling .udebs and building using a pristine source dir... | Eric Andersen | |
2000-12-01 | More doc handling updates | Eric Andersen | |
2000-12-01 | Update some descriptions | Eric Andersen | |
2000-12-01 | Fix yet another blunder. Create symlink correctly this time. | Eric Andersen | |
2000-12-01 | I forgot a "/". Oops. | Eric Andersen | |
2000-12-01 | More pristine source directory updates. It now works | Eric Andersen | |
for me (including doing install). How about you? -Erik | |||
2000-12-01 | More updates for the Makefile to do BB_SRC_DIR. This is | Eric Andersen | |
primarily a patch from Larry Doolittle, but with updates from me to handle docs and link creation properly... | |||
2000-12-01 | Make tar shutup on compile | Eric Andersen | |
2000-12-01 | Remove #ifdef __STDC__ junk. We don't do K&R round these parts, | Eric Andersen | |
so no point acting like we do. | |||
2000-12-01 | Stop using TRUE and FALSE for exit status. | Matt Kraai | |
2000-11-30 | Apply some patches from Gennady Feldman <gfeldman@mail.com> to | Eric Andersen | |
. /etc/profile, and to emulate bash prompt. I've cleaned up his patches a bit and all looks good now... | |||
2000-11-30 | Note new dependency. | Matt Kraai | |
2000-11-30 | Note an error if we are unable to list/extract specified files. | Matt Kraai | |
2000-11-30 | Patch from Larry Doolittle (with minor touchups from me so everything compiles | Eric Andersen | |
and works) to use the applet definitions in applets.h to autogenerate the applet function and usage prototypes. | |||
2000-11-30 | Fix escape char problem. | Eric Andersen | |
2000-11-29 | Add "\r" to utility.c:process_escape_sequence() (from email about | Eric Andersen | |
"echo vs. optarg" from Larry Doolittle Tue, 28 Nov 2000 10:36:04 -0800) -Erik | |||
2000-11-29 | Apply the BSD echo version submitted by Jonas Holmberg <jonas.holmberg@axis.com> | Eric Andersen | |
2000-11-29 | Apply rev #2 of dd fix from Gennady Feldman. | Eric Andersen | |
2000-11-29 | Update the changelog a bit | Eric Andersen | |
2000-11-29 | Moar Speling fickes frum Larry Doolittle | Eric Andersen | |
2000-11-29 | Patch form Larry Doolittle <ldoolitt@recycle.lbl.gov> (in collaboration | Eric 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-29 | Apply a patch from Larry Doolittle <ldoolitt@recycle.lbl.gov> to close | Eric 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. |