aboutsummaryrefslogtreecommitdiff
path: root/shell
AgeCommit message (Expand)Author
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
2009-04-09hush: deal with some easier TODOsDenis Vlasenko
2009-04-09hush: plug the leak of expanded heredocDenis Vlasenko
2009-04-09hush: fix EXIT trap recursion case; check redirection failuresDenis Vlasenko
2009-04-09*: make "pragma GCC visibility push(hidden)" less uglyDenis Vlasenko
2009-04-09skip some tests when fancy echo support is turned offMike Frysinger
2009-04-09we arent testing `echo -n` here so use printf insteadMike Frysinger
2009-04-09source the .config so tests can signal they need to be skipped due to feature...Mike Frysinger
2009-04-09hush: typo in commentDenis Vlasenko
2009-04-09hush: fix thinko in re_execute_shell; pass even less junk to heredoc helperDenis Vlasenko
2009-04-08hush: more rodust detection of unterminated strings etc;Denis Vlasenko
2009-04-08expand leak_all1.testsDenis Vlasenko
2009-04-08slight tweak to the leak detectorDenis Vlasenko
2009-04-08hush: plug leak in run_pipe(). NOMMU only.Denis Vlasenko
2009-04-08hush: add a leak test which currently failsDenis Vlasenko
2009-04-08hush: add leak detector helper; fix/add tests for itDenis Vlasenko
2009-04-08hush: echo \2>file fixDenis Vlasenko
2009-04-07hush: fix heredoc expansion of $var and `cmd`Denis Vlasenko
2009-04-07hush: fix wrong commentDenis Vlasenko