aboutsummaryrefslogtreecommitdiff
path: root/shell/hush_test/hush-misc
AgeCommit message (Expand)Author
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
2009-04-08hush: more rodust detection of unterminated strings etc;Denis Vlasenko
2009-04-08hush: echo \2>file fixDenis Vlasenko
2009-04-07hush: fix heredoc expansion of $var and `cmd`Denis Vlasenko
2009-04-07add a pathological test case for here doc related to eof marker and other ugl...Mike Frysinger
2009-04-07hush: heredoc support, based on patch by Mike Frysinger (vapier AT gentoo.org)Denis Vlasenko
2009-04-06hush: fix "if false; then...fi" exitcode;Denis Vlasenko
2009-04-06make hush-misc/*.tests executableDenis Vlasenko
2009-04-06hush: fix a bunch of obscure while/until/continue bugsDenis Vlasenko
2009-04-06*.tests should be executableDenis Vlasenko