aboutsummaryrefslogtreecommitdiff
path: root/shell/hush_test (follow)
Commit message (Expand)AuthorAgeFilesLines
* hush: rework variable storage and environment handling.vda2007-05-252-0/+71
* hush: improve 2 testsuite testsvda2007-05-244-2/+17
* hush: add 2 tests for correct syntax error reportingvda2007-05-242-0/+2
* hush: make syntax error messages a bit more usefulvda2007-05-232-0/+0
* hush: prepare testsuite for new, fixed error message formatvda2007-05-231-1/+1
* hush: fix job control with eval /bin/external_progvda2007-05-232-0/+3
* hush: fix a bit different instance of "No EOL" bug,vda2007-05-234-2/+11
* fix execute bit on hush-misc/shift.testsvda2007-05-231-0/+0
* shells: update README and testsuite. environment memory leakvda2007-05-212-0/+2
* hush: fix shift + $0 bug; add testcasevda2007-05-202-0/+8
* hush: make process substitution configurable; add a testcasevda2007-05-202-0/+4
* 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