aboutsummaryrefslogtreecommitdiff
path: root/shell (follow)
Commit message (Expand)AuthorAgeFilesLines
* Add in a patch to make busybox use the normal pwd.h and grp.handersen2001-01-271-7/+3
* Applied patch from Vladimir N. Oleynik <dzo@simtreas.ru> to do tab-completionmarkw2001-01-261-255/+501
* Fixed a li'l thinko.markw2001-01-261-1/+1
* #define -> static const int. Also got rid of some big static buffers.markw2001-01-232-5/+8
* Bug fix.andersen2001-01-231-2/+0
* More printf cleanupsandersen2001-01-201-9/+9
* Eliminate calls of the form "fprintf(stdout,". Thanks for the idea tokraai2001-01-181-1/+1
* Needs to be NULL at init in all cases.andersen2001-01-051-1/+1
* Patch from larry doolittle to be ever so careful to cleanupandersen2001-01-051-16/+72
* Better label the globals.andersen2001-01-051-2/+7
* Patch from Larry Doolittle to set values to static variables that live in theandersen2001-01-051-2/+15
* Fix a segfault by only constructing the prompt when we need to. If we don'tkraai2001-01-051-2/+2
* Move window size handling to cmdedit.c. Move prompt setup to setup_prompt_st...andersen2001-01-041-53/+33
* Update interface per what now exists...andersen2001-01-041-13/+0
* Cleanup -- move win handling to cmdedit.c, static-ify many functions.andersen2001-01-041-15/+30
* Cleanup from Gennady Feldman <gfeldman@mail.com>andersen2000-12-221-8/+2
* Use busybox error handling functions wherever possible.kraai2000-12-221-5/+5
* Another sh.c patch from Larry Doolittle. This makes redirects work properlyandersen2000-12-211-37/+71
* Fix a warning in sh.c. Remove use of getline() in md5sum sinceandersen2000-12-201-1/+4
* Ok, this is a pretty major update to sh.c. I renamed all the variables andandersen2000-12-182-475/+631
* Mem leak fix from Matt Kraaiandersen2000-12-121-5/+1
* Patch from Matt Kraai to fox sh.c escape problem such thatandersen2000-12-111-1/+3
* Put in i to getopt, so i will work...andersen2000-12-081-1/+1
* Changed names of functions in utility.c and all affected files, to makemarkw2000-12-072-18/+18
* Bettwr document the hidden internal sh.c #defines, and which folksandersen2000-12-061-2/+10
* patch from Larry Doolittle to rename BB_FEATURE_SH_BUILTINS_ALWAYS_WINandersen2000-12-061-2/+2
* Remove #ifdef __STDC__ junk. We don't do K&R round these parts,andersen2000-12-011-14/+2
* Stop using TRUE and FALSE for exit status.kraai2000-12-012-22/+22
* Apply some patches from Gennady Feldman <gfeldman@mail.com> toandersen2000-11-301-39/+65
* Patch from Larry Doolittle (with minor touchups from me so everything compilesandersen2000-11-301-0/+1
* Fix escape char problem.andersen2000-11-301-4/+13
* "I will always compile before I commit."andersen2000-11-171-1/+1
* Fix up builtin overrides, and hack in the binary search for findingandersen2000-11-171-28/+32
* Add in a new FEATURE (off by default) BB_FEATURE_SH_BUILTINS_ALWAYS_WIN.andersen2000-11-171-1/+18
* Patch from Gennady Feldman <gfeldman@tradeline.net> to:andersen2000-11-141-23/+34
* Cleanup of duplicated symbols -- found by compiling withandersen2000-11-071-1/+1
* Warning cleanup from Gennady Feldmanandersen2000-11-021-9/+10
* Consolidate handling of some fopen failures.kraai2000-09-271-4/+1
* Renamed "internal.h" to the more sensible "busybox.h".andersen2000-09-252-2/+2
* Add in exec support (patch from Torbj?rn Axelsson <torax@cendio.se>)andersen2000-09-211-1/+16
* I think these featires are fairly safe...andersen2000-09-191-2/+2
* Avoid segfaults by not using snprintf to copy strings.kraai2000-09-191-1/+2
* "exit NUMBER" should exit, not returnproski2000-09-151-1/+1
* Backslashes shouldn't be treated as backticks.kraai2000-09-141-10/+11
* Copy the string terminator.kraai2000-09-141-1/+1
* Don't fork for the . (source) command so that environment settings arekraai2000-09-131-1/+2
* Fix calls to {m,c,re}alloc so that they use x{m,c,re}alloc instead ofkraai2000-09-131-7/+7
* Fix unchecked calls to {m,c,re}alloc so that they print an error andkraai2000-09-131-16/+15
* Reset optind so that getopt works in busybox applets called directly by sh.kraai2000-09-061-17/+7
* Turn off some debug noise.andersen2000-08-211-2/+2