Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | hush: make syntax error messages a bit more useful | Denis Vlasenko | 2007-05-23 | 2 | -0/+3 |
| | |||||
* | hush: fix a bit different instance of "No EOL" bug, | Denis Vlasenko | 2007-05-23 | 2 | -0/+8 |
| | | | | add testsuite for that. Expand another testsuite. | ||||
* | shells: update README and testsuite. environment memory leak | Denis Vlasenko | 2007-05-21 | 2 | -0/+2 |
| | | | | needs to be fixed - and documented! | ||||
* | hush: fix expansion of quoted $VAR, $* and $@ | Denis Vlasenko | 2007-05-16 | 4 | -0/+19 |
| | |||||
* | hush: fix incorrect processing of echo "'$var'". | Denis Vlasenko | 2007-05-16 | 2 | -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-parsing | Denis Vlasenko | 2007-05-14 | 4 | -0/+8 |
| | | | | (as these bugs are now fixed) | ||||
* | hush: reinstate hush_test, add testcases for process subst | Denis Vlasenko | 2007-05-11 | 4 | -0/+7 |
| | |||||
* | hush: fix bug in interactive shell introduced yesterday | Denis Vlasenko | 2007-05-11 | 2 | -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" bug | Denis Vlasenko | 2007-05-10 | 2 | -0/+3 |
hush: add testsuite infrastructure |