aboutsummaryrefslogtreecommitdiff
path: root/shell/hush_test (follow)
Commit message (Expand)AuthorAgeFilesLines
* hush: fix expansion of quoted $VAR, $* and $@vda2007-05-168-14/+19
* hush: fix incorrect processing of echo "'$var'".vda2007-05-162-0/+0
* hush: move testsuite files from hush-bugs to hush-parsingvda2007-05-144-0/+0
* hush: more fixes to variable expansion, more testcasesvda2007-05-144-0/+20
* hush: move towards more correct variable expansionvda2007-05-144-0/+100
* hush: fix '{ false; echo $?; }' bug.vda2007-05-1312-2/+30
* hush: reinstate hush_test, add testcases for process substvda2007-05-117-0/+80
* hush: fix bug in interactive shell introduced yesterdayvda2007-05-115-76/+0
* hush: fix "unterminated last line loops forever" bugvda2007-05-105-0/+76