Consolidate ARRAY_SIZE macro; remove one unneeded global var (walter harms <wharms...
[platform/upstream/busybox.git] / shell / hush.c
2007-06-25 Denis VlasenkoConsolidate ARRAY_SIZE macro; remove one unneeded globa...
2007-06-13 Denis Vlasenko*: BB_BANNER -> bb_banner (it is not a const or #define)!
2007-06-13 Denis Vlasenkohush: fix read builtin to not read ahead past eol and...
2007-06-08 Denis Vlasenkomake busybox --install work even if /proc/self/exe...
2007-05-30 Denis Vlasenkohush: trivial buglet found by randomconfig testing
2007-05-30 Denis Vlasenkowhitespace fixes
2007-05-26 Denis Vlasenkousage.c: remove reference to busybox.h
2007-05-26 Denis Vlasenkoxpipe: introduce (saves ~170 bytes)
2007-05-25 Denis Vlasenkohush: fix 'echo abc`sleep 5`def' + Ctrl-Z and Ctrl...
2007-05-25 Denis Vlasenkohush: avoid duplicating HUSH_VERSION
2007-05-25 Denis Vlasenkohush: micro-optimization in new variable code
2007-05-25 Denis Vlasenkohush: we can't do without variable->value member, savin...
2007-05-25 Denis Vlasenkohush: rework variable storage and environment handling.
2007-05-24 Denis Vlasenkohush: fix segfaulting syntax error in interactive hush
2007-05-24 Denis Vlasenkohush: fix handling of unmatched ${name (without closin...
2007-05-23 Denis Vlasenkohush: make syntax error messages a bit more useful
2007-05-23 Denis Vlasenkohush: fix job control with eval /bin/external_prog
2007-05-23 Denis Vlasenkohush: fix a bit different instance of "No EOL" bug,
2007-05-21 Denis Vlasenkohush: add 3 CONFIG_xxx, allowing for smaller and less...
2007-05-21 Denis Vlasenkohush: using smallints where we can. save ~20 bytes...
2007-05-20 Denis Vlasenkohush: fix shift + $0 bug; add testcase
2007-05-20 Denis Vlasenkohush: trivial size optimization
2007-05-20 Denis Vlasenkohush: make process substitution configurable; add a...
2007-05-17 Denis Vlasenkohush: do "struct globals" trick. hush.o data+bss =...
2007-05-17 Denis Vlasenkohush: consolidated variable expansion for assignments...
2007-05-17 Denis Vlasenkomore compile fixes from randomconfig run
2007-05-16 Denis Vlasenkohush: take care of several easy FIXMEs. -228 bytes.
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...
next