summaryrefslogtreecommitdiff
path: root/shell/hush_test/hush-parsing (follow)
Commit message (Collapse)AuthorAgeFilesLines
* hush: make syntax error messages a bit more usefulDenis Vlasenko2007-05-232-0/+3
|
* hush: fix a bit different instance of "No EOL" bug,Denis Vlasenko2007-05-232-0/+8
| | | | add testsuite for that. Expand another testsuite.
* shells: update README and testsuite. environment memory leakDenis Vlasenko2007-05-212-0/+2
| | | | needs to be fixed - and documented!
* hush: fix expansion of quoted $VAR, $* and $@Denis Vlasenko2007-05-164-0/+19
|
* hush: fix incorrect processing of echo "'$var'".Denis Vlasenko2007-05-162-0/+3
| | | | | | hush: rename map[] and MAP_xxx, making them easier to understand. hush: move testcase (which now passes) from hush-bugs to hush-parsing
* hush: move testsuite files from hush-bugs to hush-parsingDenis Vlasenko2007-05-144-0/+8
| | | | (as these bugs are now fixed)
* hush: reinstate hush_test, add testcases for process substDenis Vlasenko2007-05-114-0/+7
|
* hush: fix bug in interactive shell introduced yesterdayDenis Vlasenko2007-05-112-3/+0
| | | | | hush: fix `process subst` (2 bugs) NB: will delete and re-add hush_test in order to change file modes
* hush: fix "unterminated last line loops forever" bugDenis Vlasenko2007-05-102-0/+3
hush: add testsuite infrastructure