aboutsummaryrefslogtreecommitdiff
path: root/shell/hush_test/hush-misc
AgeCommit message (Expand)Author
2016-09-29hush: fix ". EMPTY_LINE" not setting $? to 0Denys Vlasenko
2016-09-29ash: [EVAL] Make eval with empty arguments return 0Denys Vlasenko
2016-09-28ash: eval: Return status in eval functionsDenys Vlasenko
2016-08-22hush: fix "redirects can close script fd" bugDenys Vlasenko
2015-11-04hush-misc/func_args1.tests: remove "UNFIXED BUG", it does not failDenys Vlasenko
2015-10-29hush: copy for.tests from ash testsuiteDenys Vlasenko
2015-10-13typo fixDenys Vlasenko
2015-09-04hush: fix a nommu bug where a part of function body is lost if run in a pipeDenys Vlasenko
2014-08-13hush: make ${#var} unicode-awareDenys Vlasenko
2013-04-07hush: fix for "while false && true; do echo BUG; break; done". closes 6170Denys Vlasenko
2013-03-17hush: source builtin should override $N only if it has argsDenys Vlasenko
2011-05-31hush: fix a corner case of empty "do \n done" structureDenys Vlasenko
2011-05-14hush: fix misparsing of "... do eval a= ...". Closes 3721Denys Vlasenko
2011-03-24hush: document a bug about aborting on sourced file error when non-interactiveDenys Vlasenko
2011-03-24hush: fix a case where return in sourced file has no effectDenys Vlasenko
2011-02-21slightly better wording in commentsDenys Vlasenko
2011-02-21ash: fix ash-signals/signal8 testcase failureDenys Vlasenko
2011-02-07echo: do not retry on write errorsDenys Vlasenko
2010-11-22hush: fix improper handling of newline and hash chars in few corner casesDenys Vlasenko
2010-11-14hush: add support for "set -o pipefail"Denys Vlasenko
2010-09-12hush: fix handling of \" in quoted/unquoted `cmd`Denys Vlasenko
2010-09-06hush: fix another corner case with backslashes in heredocsDenys Vlasenko
2010-09-06hush: fix backslash and terminator handling in <<[-]["]heredoc["]Denys Vlasenko
2010-07-26*: trailing empty lines removedDenys Vlasenko
2010-01-25whitespace fixesDenys Vlasenko
2010-01-12hush: two NOMMU fixes for bugs 877 and 883Denys Vlasenko
2010-01-04hush: fix exitcodes of killed processesDenys Vlasenko
2009-10-18hush: fix handling of empty argumentsDenys Vlasenko
2009-08-20hush: do not process options after non-option argsDenys Vlasenko
2009-08-12hush: fix \<newline> handling on NOMMUDenys Vlasenko
2009-06-03hush: add support for local builtinDenys Vlasenko
2009-05-23make compound.tests executableDenys Vlasenko
2009-05-23hush: fix problems with case in subshells and with "case esac"Denys Vlasenko
2009-05-21hush_test: add some pathological compound list testsMike Frysinger
2009-05-21hush_test: test for subshell function syntaxMike Frysinger
2009-05-21hush_test: add subshelled case testsMike Frysinger
2009-05-13TODO: add someDenys Vlasenko
2009-05-04hush: fix bug where in "var=val func" var's value is not visible in funcDenys Vlasenko
2009-05-02hush: fix multiple redirections of the same fd (bug 227)Denys Vlasenko
2009-04-26hush: nommu fix for function passingDenis 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 handling of } which is not a closing one in { cmd; }Denis Vlasenko
2009-04-17hush: return builtin by Bayram Kurumahmut (kbayram AT ubicom.com)Denis Vlasenko
2009-04-10hush: add function testsDenis 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: readability improvements.Denis Vlasenko
2009-04-09hush: fix EXIT trap recursion case; check redirection failuresDenis Vlasenko