hush: another microscopic typo fix
[oweals/busybox.git] / shell / hush.c
2007-05-16 Denis Vlasenkohush: another microscopic typo fix
2007-05-16 Denis Vlasenkohush: fix English in comment
2007-05-16 Denis Vlasenkohush: simplify read builtin; fix set_local_var (misplac...
2007-05-16 Denis Vlasenkohush: fix expansion of quoted $VAR, $* and $@
2007-05-16 Denis Vlasenkohush: fix incorrect processing of echo "'$var'".
2007-05-14 Denis Vlasenkohush: more fixes to variable expansion, more testcases
2007-05-14 Denis Vlasenkohush: move towards more correct variable expansion
2007-05-13 Denis Vlasenkohush: fix '{ false; echo $?; }' bug.
2007-05-11 Denis Vlasenkohush: fix bug in interactive shell introduced yesterday
2007-05-10 Denis Vlasenkohush: fix "unterminated last line loops forever" bug
2007-05-10 Denis Vlasenkohush: fix recent breakage (VAR=VAL stopped working)
2007-05-06 Denis Vlasenkohush: fix double-free in "echo TEST &"
2007-05-05 Denis Vlasenkohush: stop generating extra empty pipes in parse stage.
2007-05-05 Denis Vlasenkohush: preparatory patch for removing extra empty pipes...
2007-05-04 Denis Vlasenkohush: fix "while true; do true; done" + ctrl-z
2007-05-04 Denis Vlasenkohush: add parse tree debug print
2007-05-03 Denis Vlasenkohush: fix "true | exit 3; echo $?" bug
2007-05-02 Denis Vlasenkohush: remove env builtin (it is buggy). Add comments
2007-05-02 Denis Vlasenkohush: simplify debugging prints a little bit
2007-05-02 Denis Vlasenkohush: add debugging for tracing execution,
2007-05-02 Denis Vlasenkohush: fix incorrect exitcodes without job control
2007-04-28 Denis Vlasenkohush: make job control and interactiveness configurable...
2007-04-28 Denis Vlasenkohush: make job control and interactiveness configurable...
2007-04-28 Denis Vlasenkohush: make hush properly detect EOF on stdin (even...
2007-04-28 Denis Vlasenkohush: add Ctrl-C handling to nofork case
2007-04-28 Denis Vlasenkohush: better signal handling across ctrl-z
2007-04-28 Denis Vlasenkohush: fix nofork + ctrl-Z clobbering of globals
2007-04-28 Denis Vlasenkohush: add ctrl-Z handling for nofork'ed case
2007-04-21 Denis Vlasenkohush: make Ctrl-Z work (at least sometimes)
2007-04-21 Denis Vlasenkohust: add a comment
2007-04-21 Denis Vlasenkohush: fix more backgrounding bugs. Plenty of them remai...
2007-04-21 Denis Vlasenkohush: explain why "pipe; exit $?" doesn't show correct...
2007-04-21 Denis Vlasenkohush: do not print message if killed by signal;
2007-04-21 Denis Vlasenkohush: begin fixing non-functional job control
2007-04-20 Denis Vlasenkohush: small code shrink; style fixes
2007-04-19 Denis Vlasenkops: add -o tty and -o rss support
2007-04-18 Denis Vlasenkohush: remove stray semicolon (should change nothing)
2007-04-16 Denis Vlasenkoshells: remove few statics and duplicated code
2007-04-16 Denis Vlasenkostyle fixes, no code changes
2007-04-14 Denis Vlasenkolash: recognize and use NOFORK applets
2007-04-14 Denis Vlasenkohush: use NOFORK applets as appropriate. Net reduction...
2007-04-13 Denis Vlasenkohush: more style fixes.
2007-04-13 Denis Vlasenkohush: comment out and replace bug in set_local_var:
2007-04-12 Denis Vlasenkofix realloc-of-non-malloced pointer, and reduce size...
2007-04-12 Denis Vlasenkopass a copy of argv[i] to NOFORK applets (they may...
2007-04-11 Denis Vlasenkobb_full_fd_action: remove potential xmalloc from NOFORK...
2007-04-11 Denis Vlasenkostyle fixes, no code changes.
2007-04-11 Denis Vlasenkorename: run_applet_by_name -> run_applet_and_exit
2007-04-10 Denis VlasenkoRename two config options:
2007-04-10 Denis Vlasenkostyle fixes. No code changes.
2007-03-24 Denis Vlasenkorandom style fixes (extra spaces deleted)
2007-02-11 Denis Vlasenkosyslogd: fix "readpath bug" by using readlink instead
2007-02-03 Denis Vlasenkosuppress warnings about easch <applet>_main() having
2007-02-03 Denis Vlasenkoassorted fixes for bugs found with randomconfig
2007-01-30 Denis Vlasenkohush: style fixes
2007-01-30 Denis Vlasenkohush: now it's -Wwrite-strings clean
2007-01-30 Denis Vlasenkohush: style fixes
2007-01-30 Denis Vlasenkohust: -Wwrite-strings fixes
2007-01-29 Denis Vlasenkopreparatory patch for -Wwrite-strings #2
2007-01-22 Denis Vlasenkocmdedit is not a 'command' editing anymore, it's just...
2007-01-22 Denis VlasenkoConvert cmdedit into more generic line input facility
2007-01-19 Denis Vlasenkoopenvt,getty,vfork_daemon_rexec,mount: tighten up fd...
2006-12-26 Denis Vlasenkostyle fixes
2006-11-27 Denis Vlasenkostyle cleanup: return(a) -> return a, part 2
2006-11-27 Denis Vlasenkostyle cleanup: return(a) -> return a, part 1
2006-10-20 Denis Vlasenkomessage string changes, mostly for consistency, also...
2006-10-11 Denis Vlasenkohush.c: stop using __FILE__ (bad in out-of-tree builds)
2006-09-29 Denis VlasenkoYet another silly little byte saving. couldn't -> cannot
2006-09-15 Rob LandleyUnbreak allbareconfig.
2006-08-29 Rob LandleySvn 16007 broke the build under gcc 4.0.3. This fixes...
2006-08-03 Rob LandleyRemove bb_ prefixes from xfuncs.c (and a few other...
2006-07-19 Rob LandleyReplace the previous checkin with the correct fix.
2006-07-18 "Robert P. J. Day"For now, get around the error that "child" might be...
2006-07-01 "Robert P. J. Day"Get rid of all "#if 0" content.
2006-07-01 "Robert P. J. Day"Remove "#if 1" directives.
2006-06-20 Rob LandleyCleanup patch from Shaun Jackman converting %m to perror.
2006-06-02 Bernhard Reutner... - move #include busybox.h to the very top so we pull...
2006-02-24 Rob LandleyI was playing around with a dependency generator a...
2006-02-16 "Vladimir N. Oleynik"moved BB_BANNER to applets/version.c file: make kernel...
2006-01-31 "Vladimir N. Oleynik"quick analize signed->unsigned: protect overflow of...
2006-01-30 Eric Andersenfix up yet more annoying signed/unsigned and mixed...
2006-01-25 Tim Rikerjust whitespace
2006-01-22 Bernhard Reutner... - add platform.h.
2005-12-12 Rob LandleyUninitialized variable causing intermittent syntax...
2005-10-17 "Vladimir N. Oleynik"data --> text
2005-09-22 "Vladimir N. Oleynik"Reduce exported from hush applet
2004-04-14 Eric AndersenLarry Doolittle writes:
2004-04-12 Eric AndersenWolfgang Denk writes:
2004-04-12 Eric AndersenJamie Guinan writes:
2004-04-07 Eric AndersenRemove the CONFIG_FEATURE_SH_APPLETS_ALWAYS_WIN option...
2004-03-27 Eric Andersens/fileno\(stdin\)/STDIN_FILENO/g
2004-03-15 Eric AndersenRemove trailing whitespace. Update copyright to includ...
2003-07-14 Eric AndersenUpdate a bunch of docs. Run a script to update my...
2003-03-19 Manuel Novoa III Major coreutils update.
2002-12-06 Eric AndersenMake hush comple once again
2002-11-28 Aaron LehmannChange if(x)free(x); to free(x);
2002-04-13 Eric AndersenNice patch from Wolfgang Denk <wd@denx.de> to provide...
2001-10-31 Eric AndersenFixup some silly prototype warnings
2001-10-28 Eric AndersenAdd in some (theoretical) uClinux support. Some init...
2001-10-24 Eric AndersenMajor rework of the directory structure and the entire...
next