aboutsummaryrefslogtreecommitdiff
path: root/shell/hush_test/hush-misc (follow)
Commit message (Expand)AuthorAgeFilesLines
* hush-misc/func_args1.tests: remove "UNFIXED BUG", it does not failDenys Vlasenko2015-11-041-2/+0
* hush: copy for.tests from ash testsuiteDenys Vlasenko2015-10-292-0/+6
* typo fixDenys Vlasenko2015-10-131-1/+1
* hush: fix a nommu bug where a part of function body is lost if run in a pipeDenys Vlasenko2015-09-042-0/+17
* hush: make ${#var} unicode-awareDenys Vlasenko2014-08-132-0/+16
* hush: fix for "while false && true; do echo BUG; break; done". closes 6170Denys Vlasenko2013-04-072-0/+7
* hush: source builtin should override $N only if it has argsDenys Vlasenko2013-03-172-0/+12
* hush: fix a corner case of empty "do \n done" structureDenys Vlasenko2011-05-312-0/+5
* hush: fix misparsing of "... do eval a= ...". Closes 3721Denys Vlasenko2011-05-142-0/+4
* hush: document a bug about aborting on sourced file error when non-interactiveDenys Vlasenko2011-03-242-0/+15
* hush: fix a case where return in sourced file has no effectDenys Vlasenko2011-03-242-0/+5
* slightly better wording in commentsDenys Vlasenko2011-02-211-2/+2
* ash: fix ash-signals/signal8 testcase failureDenys Vlasenko2011-02-212-0/+42
* echo: do not retry on write errorsDenys Vlasenko2011-02-072-0/+9
* hush: fix improper handling of newline and hash chars in few corner casesDenys Vlasenko2010-11-222-0/+7
* hush: add support for "set -o pipefail"Denys Vlasenko2010-11-142-0/+85
* hush: fix handling of \" in quoted/unquoted `cmd`Denys Vlasenko2010-09-122-0/+16
* hush: fix another corner case with backslashes in heredocsDenys Vlasenko2010-09-062-0/+16
* hush: fix backslash and terminator handling in <<[-]["]heredoc["]Denys Vlasenko2010-09-062-0/+81
* *: trailing empty lines removedDenys Vlasenko2010-07-261-1/+0
* whitespace fixesDenys Vlasenko2010-01-251-1/+1
* hush: two NOMMU fixes for bugs 877 and 883Denys Vlasenko2010-01-122-0/+10
* hush: fix exitcodes of killed processesDenys Vlasenko2010-01-042-0/+14
* hush: fix handling of empty argumentsDenys Vlasenko2009-10-182-0/+15
* hush: do not process options after non-option argsDenys Vlasenko2009-08-202-0/+7
* hush: fix \<newline> handling on NOMMUDenys Vlasenko2009-08-122-0/+19
* hush: add support for local builtinDenys Vlasenko2009-06-034-0/+29
* make compound.tests executableDenys Vlasenko2009-05-231-0/+0
* hush: fix problems with case in subshells and with "case esac"Denys Vlasenko2009-05-232-6/+17
* hush_test: add some pathological compound list testsMike Frysinger2009-05-212-0/+35
* hush_test: test for subshell function syntaxMike Frysinger2009-05-212-0/+12
* hush_test: add subshelled case testsMike Frysinger2009-05-211-0/+12
* TODO: add someDenys Vlasenko2009-05-131-2/+2
* hush: fix bug where in "var=val func" var's value is not visible in funcDenys Vlasenko2009-05-042-0/+6
* hush: fix multiple redirections of the same fd (bug 227)Denys Vlasenko2009-05-022-0/+9
* hush: nommu fix for function passingDenis Vlasenko2009-04-262-0/+9
* hush: export -n supportDenis Vlasenko2009-04-202-0/+47
* hush: add two testcasesDenis Vlasenko2009-04-202-0/+15
* hush: fix stdin of backgrounded pipe Denis Vlasenko2009-04-202-0/+17
* hush: fix handling of } which is not a closing one in { cmd; }Denis Vlasenko2009-04-191-1/+1
* hush: return builtin by Bayram Kurumahmut (kbayram AT ubicom.com)Denis Vlasenko2009-04-172-0/+12
* hush: add function testsDenis Vlasenko2009-04-104-0/+36
* hush: fix some TODOs. TODO in export builting: +250 bytes.Denis Vlasenko2009-04-102-0/+13
* hush: tighten up "for" variable name check.Denis Vlasenko2009-04-105-11/+27
* hush: readability improvements.Denis Vlasenko2009-04-104-0/+113
* hush: fix EXIT trap recursion case; check redirection failuresDenis Vlasenko2009-04-094-0/+28
* hush: more rodust detection of unterminated strings etc;Denis Vlasenko2009-04-082-0/+12
* hush: echo \2>file fixDenis Vlasenko2009-04-086-0/+7
* hush: fix heredoc expansion of $var and `cmd`Denis Vlasenko2009-04-074-0/+21
* add a pathological test case for here doc related to eof marker and other ugl...Mike Frysinger2009-04-072-0/+17