hush: fix more obscure ${var%...} cases
[oweals/busybox.git] / shell / hush.c
2009-05-26 Denys Vlasenkohush: rename last_waitpid_was_0 to we_have_children
2009-05-25 Denys Vlasenkohush: fix SIGCHLD counting code, but keep it disabled...
2009-05-23 Denys Vlasenkohush: fix problems with case in subshells and with...
2009-05-20 Denys VlasenkoMerge branch 'master' of git+ssh://vda@busybox.net...
2009-05-20 Denys VlasenkoMerge branch 'master' of git+ssh://vda@busybox.net...
2009-05-20 Mike Frysingerhush: fix build failure when jobs are disabled
2009-05-04 roothush: small fix for unset -f on NOMMU.
2009-05-03 Denys Vlasenkohush: add more complex case to leak testcase, fix found...
2009-05-03 Denys Vlasenkohush: fix bug where in "var=val func" var's value is...
2009-05-03 Denys Vlasenkohush: fix \<newline> handling
2009-05-02 Denys Vlasenkohush: fix handling of unterminated subshell: (<eof...
2009-05-02 Denys Vlasenkohush: fix multiple redirections of the same fd (bug...
2009-05-02 Denys Vlasenkohush: make . cmd search $PATH
2009-04-30 Denys Vlasenkogit commit test
2009-04-27 Denis Vlasenkohush: make it possible to have interactive shell on...
2009-04-26 Denis Vlasenkohush: make getopt32 usable in builtins. use it in unset.
2009-04-26 Denis Vlasenkohush: nommu fix for function passing
2009-04-26 Denis Vlasenkohush: fix SEGV in % expansion
2009-04-24 Mike Frysingerdo not tell people they can enter "help" if help has...
2009-04-24 Mike Frysingeruse get_local_var_value() rather than getenv() when...
2009-04-21 Denis Vlasenkoswitch_root: improve behavior on error; improve help...
2009-04-21 Denis Vlasenkohush: speed up set_local_var
2009-04-21 Denis Vlasenko*: mass renaming of USE_XXXX to IF_XXXX
2009-04-20 Denis Vlasenkohush: export -n support
2009-04-20 Denis Vlasenkohush: fix stdin of backgrounded pipe
2009-04-19 Denis Vlasenkohush: fix "export not_yet_defined_var", fix parsing...
2009-04-19 Denis Vlasenkosame as previous, but -100 bytes
2009-04-19 Denis Vlasenkohush: fix handling of } which is not a closing one...
2009-04-18 Mike Frysingerfix build errors when function support is turned off
2009-04-18 Denis Vlasenkohush: fix thinko in error msg
2009-04-18 Denis Vlasenkohush: fix "trap -- handler SIGs..."; escape handlers...
2009-04-18 Denis Vlasenkohush: fix thinko in unset_func
2009-04-18 Denis Vlasenkohush: implement unset -f; beautify the handling of...
2009-04-18 Denis Vlasenkohush: deal with umask TODO (symbolic modes)
2009-04-18 Denis Vlasenkohush: implement proper SIGHUP handling
2009-04-17 Denis Vlasenkobuiltin_return's parameter is not unused
2009-04-17 Denis Vlasenkohush: return builtin by Bayram Kurumahmut (kbayram...
2009-04-17 Denis Vlasenkohush: set $n properly for "source" builtin
2009-04-17 Denis Vlasenkohush: fix non-interactive response to pipe being stopped.
2009-04-17 Denis Vlasenkohush: unblock TERM, INT, HUP in child shells too.
2009-04-17 Denis Vlasenkohush: disallow "{echo hi; }" (require whitespace)
2009-04-16 Denis Vlasenkohush: add a TODO
2009-04-16 Denis Vlasenkohush: fix "if { echo foo; } then { echo bar; } fi"...
2009-04-15 Denis Vlasenkohush: stop ignoring ^Z in child shells
2009-04-15 Denis Vlasenkohush: remove old disabled ^Z handling
2009-04-15 Denis Vlasenkohush: fix heredoc_huge.tests broken in last commits
2009-04-15 Denis Vlasenkohush: remove TODO comment itself :)
2009-04-15 Denis Vlasenkohush: deal with a TODO: move argv_from_re_execing out...
2009-04-14 Denis Vlasenkorandomconfig fixes
2009-04-13 Denis Vlasenkohush: make function support configurable
2009-04-12 Denis Vlasenkohush: pass functions to child shells on NOMMU
2009-04-11 Denis Vlasenkohush: remove functions from TODOs
2009-04-11 Denis Vlasenkohush: improve debugging output
2009-04-11 Denis Vlasenkohush: fix "while...do f1() {a;}; f1; f1 {b;}; f1; done...
2009-04-10 Denis Vlasenkohush: add function tests
2009-04-10 Denis Vlasenkohush: pass $n to functions
2009-04-10 Denis Vlasenkohush: fix a few thinkos in function support; make it...
2009-04-10 Denis Vlasenkohush: first stab at function support. argv passing...
2009-04-10 Denis Vlasenkohush: reinstate accidentally reverted comment fix
2009-04-10 Denis Vlasenkohush: fix some TODOs. TODO in export builting: +250...
2009-04-10 Denis Vlasenkohush: tighten up "for" variable name check.
2009-04-10 Denis Vlasenkohush: fix typo in comment
2009-04-10 Denis Vlasenkofix segfault on syntax error code path
2009-04-10 Denis Vlasenkohush: readability improvements.
2009-04-09 Mike Frysingerdont crash if the variable we do substitution on is...
2009-04-09 Denis Vlasenkohush: shrink and make more versatile error-reporting...
2009-04-09 Denis Vlasenkohush: deal with some easier TODOs
2009-04-09 Denis Vlasenkohush: plug the leak of expanded heredoc
2009-04-09 Denis Vlasenkohush: fix EXIT trap recursion case; check redirection...
2009-04-09 Denis Vlasenkohush: typo in comment
2009-04-09 Denis Vlasenkohush: fix thinko in re_execute_shell; pass even less...
2009-04-08 Denis Vlasenkohush: more rodust detection of unterminated strings...
2009-04-08 Denis Vlasenkohush: plug leak in run_pipe(). NOMMU only.
2009-04-08 Denis Vlasenkohush: add leak detector helper; fix/add tests for it
2009-04-08 Denis Vlasenkohush: echo \2>file fix
2009-04-07 Denis Vlasenkohush: fix heredoc expansion of $var and `cmd`
2009-04-07 Denis Vlasenkohush: fix wrong comment
2009-04-07 Denis Vlasenkohush: fix heredoc <<- handling.
2009-04-07 Denis Vlasenkohush: NOMMU-safe support of big heredocs
2009-04-07 Mike Frysingerhere documents have been added, so drop from TODO
2009-04-07 Mike Frysingerimplement support for parameter substitution via #...
2009-04-07 Denis Vlasenkohush: heredoc support, based on patch by Mike Frysinger...
2009-04-06 Denis Vlasenkohush: s/last_return_code/last_exitcode/g
2009-04-06 Denis Vlasenkohush: fix "if false; then...fi" exitcode;
2009-04-06 Denis Vlasenkohush: fix a bunch of obscure while/until/continue bugs
2009-04-06 Denis Vlasenkohush: fix "false && echo yes || echo no" bug 265
2009-04-06 Denis Vlasenkohush: beautify re_execute_shell more
2009-04-06 Denis Vlasenkohush: drop allocations in re_execute_shell
2009-04-06 Mike Frysingerfix #>&- syntax for closing fds
2009-04-06 Denis Vlasenkohush: micro-optimization. -37 bytes
2009-04-06 Denis Vlasenkohush: more efficient filtering of "safe" arithmetic
2009-04-06 Denis Vlasenkohush: add <> and () as "safe" arith chars
2009-04-06 Denis Vlasenkohush: print cd error to stderr; use fopen_or_warn in...
2009-04-06 Denis Vlasenkohush: fix "export a=a b=b" (was not setting and exporti...
2009-04-06 Denis Vlasenkohush: update TODO list; + my usual pointless tweaks :(
2009-04-06 Denis Vlasenkohush: mark SIGHUP TODOs better; don't disable SIGHUP...
2009-04-05 Denis Vlasenkohush: cosmetics, no code changes
2009-04-05 Denis Vlasenkohush: strip NULs from file input, they are PITA/impossi...
2009-04-05 Mike Frysingerdrop HUSH_VER_STR since it has no relevance anymore...
2009-04-05 Denis Vlasenkohush: fix trap clearing in subshells on MMU; simplify...
next