aboutsummaryrefslogtreecommitdiff
path: root/shell
AgeCommit message (Expand)Author
2009-05-04hush: small fix for unset -f on NOMMU.root
2009-05-04hush: add more complex case to leak testcase, fix found breakageDenys Vlasenko
2009-05-04hush: fix bug where in "var=val func" var's value is not visible in funcDenys Vlasenko
2009-05-03hush: fix \<newline> handlingDenys Vlasenko
2009-05-02hush: fix handling of unterminated subshell: (<eof>. Fixes bug 229.Denys Vlasenko
2009-05-02hush: fix multiple redirections of the same fd (bug 227)Denys Vlasenko
2009-05-02hush: make . cmd search $PATHDenys Vlasenko
2009-04-30git commit testDenys Vlasenko
2009-04-27hush: make it possible to have interactive shell on non-ctty.Denis Vlasenko
2009-04-26make leak test more robust by unsetting all varsDenis Vlasenko
2009-04-26hush: make getopt32 usable in builtins. use it in unset.Denis Vlasenko
2009-04-26hush: nommu fix for function passingDenis Vlasenko
2009-04-26hush: fix SEGV in % expansionDenis Vlasenko
2009-04-24do not tell people they can enter "help" if help has actually been disabledMike Frysinger
2009-04-24use get_local_var_value() rather than getenv() when working with PS1/PS2/HOME...Mike Frysinger
2009-04-21switch_root: improve behavior on error; improve help textDenis Vlasenko
2009-04-21hush: speed up set_local_varDenis Vlasenko
2009-04-21*: mass renaming of USE_XXXX to IF_XXXXDenis Vlasenko
2009-04-20hush: export -n supportDenis Vlasenko
2009-04-20hush: add two testcasesDenis Vlasenko
2009-04-20hush: fix stdin of backgrounded pipe Denis Vlasenko
2009-04-19hush: fix "export not_yet_defined_var", fix parsing of "cmd | }"Denis Vlasenko
2009-04-19same as previous, but -100 bytesDenis Vlasenko
2009-04-19hush: fix handling of } which is not a closing one in { cmd; }Denis Vlasenko
2009-04-18fix build errors when function support is turned offMike Frysinger
2009-04-18hush: fix thinko in error msgDenis Vlasenko
2009-04-18hush: fix "trap -- handler SIGs..."; escape handlers in "trap" outputDenis Vlasenko
2009-04-18hush: fix thinko in unset_funcDenis Vlasenko
2009-04-18hush: implement unset -f; beautify the handling of signal-killed pipeDenis Vlasenko
2009-04-18hush: deal with umask TODO (symbolic modes)Denis Vlasenko
2009-04-18hush: implement proper SIGHUP handlingDenis Vlasenko
2009-04-17builtin_return's parameter is not unusedDenis Vlasenko
2009-04-17hush: return builtin by Bayram Kurumahmut (kbayram AT ubicom.com)Denis Vlasenko
2009-04-17hush: set $n properly for "source" builtinDenis Vlasenko
2009-04-17hush: fix non-interactive response to pipe being stopped.Denis Vlasenko
2009-04-17hush: unblock TERM, INT, HUP in child shells too.Denis Vlasenko
2009-04-17hush: disallow "{echo hi; }" (require whitespace)Denis Vlasenko
2009-04-16hush: add a TODODenis Vlasenko
2009-04-16hush: fix "if { echo foo; } then { echo bar; } fi" parsingDenis Vlasenko
2009-04-15hush: stop ignoring ^Z in child shellsDenis Vlasenko
2009-04-15hush: remove old disabled ^Z handlingDenis Vlasenko
2009-04-15hush: fix heredoc_huge.tests broken in last commitsDenis Vlasenko
2009-04-15hush: remove TODO comment itself :)Denis Vlasenko
2009-04-15hush: deal with a TODO: move argv_from_re_execing out of globalsDenis Vlasenko
2009-04-14randomconfig fixesDenis Vlasenko
2009-04-13hush: make function support configurableDenis Vlasenko
2009-04-12hush: pass functions to child shells on NOMMUDenis Vlasenko
2009-04-12ash: fix warning in debug buildDenis Vlasenko
2009-04-11hush: remove functions from TODOsDenis Vlasenko
2009-04-11hush: improve debugging outputDenis Vlasenko