aboutsummaryrefslogtreecommitdiff
path: root/shell
AgeCommit message (Expand)Author
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
2009-04-11hush: fix "while...do f1() {a;}; f1; f1 {b;}; f1; done" bugDenis Vlasenko
2009-04-10hush: tweak testsDenis Vlasenko
2009-04-10hush: add function testsDenis Vlasenko
2009-04-10hush: pass $n to functionsDenis Vlasenko
2009-04-10hush: fix a few thinkos in function support; make it work on NOMMU;Denis Vlasenko
2009-04-10hush: first stab at function support. argv passing is not coded yet.Denis Vlasenko
2009-04-10hush: reinstate accidentally reverted comment fix Denis Vlasenko
2009-04-10hush: fix some TODOs. TODO in export builting: +250 bytes.Denis Vlasenko
2009-04-10hush: tighten up "for" variable name check.Denis Vlasenko
2009-04-10hush: fix typo in commentDenis Vlasenko
2009-04-10fix segfault on syntax error code pathDenis Vlasenko
2009-04-10hush: readability improvements.Denis Vlasenko
2009-04-09add test cases for parameter substitution with unset/null stringsMike Frysinger
2009-04-09dont crash if the variable we do substitution on is not setMike Frysinger
2009-04-09hush: shrink and make more versatile error-reporting machineryDenis Vlasenko