Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | shells: update README and testsuite. environment memory leak | Denis Vlasenko | 2007-05-21 | 2 | -0/+2 | |
| | | | | needs to be fixed - and documented! | |||||
* | hush: fix shift + $0 bug; add testcase | Denis Vlasenko | 2007-05-20 | 2 | -0/+8 | |
| | ||||||
* | hush: make process substitution configurable; add a testcase | Denis Vlasenko | 2007-05-20 | 2 | -0/+4 | |
| | ||||||
* | hush: fix expansion of quoted $VAR, $* and $@ | Denis Vlasenko | 2007-05-16 | 8 | -14/+19 | |
| | ||||||
* | hush: fix incorrect processing of echo "'$var'". | Denis Vlasenko | 2007-05-16 | 2 | -0/+0 | |
| | | | | | | 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/+0 | |
| | | | | (as these bugs are now fixed) | |||||
* | hush: more fixes to variable expansion, more testcases | Denis Vlasenko | 2007-05-14 | 4 | -0/+20 | |
| | ||||||
* | hush: move towards more correct variable expansion | Denis Vlasenko | 2007-05-14 | 4 | -0/+100 | |
| | | | | | hush: fix a few cases in FOR v IN ... construct unfortunately, code growth is big - ~600 bytes | |||||
* | hush: fix '{ false; echo $?; }' bug. | Denis Vlasenko | 2007-05-13 | 12 | -2/+30 | |
| | | | | | hush: expand testsuite. variable expansion is still very broken | |||||
* | hush: reinstate hush_test, add testcases for process subst | Denis Vlasenko | 2007-05-11 | 7 | -0/+80 | |
| | ||||||
* | hush: fix bug in interactive shell introduced yesterday | Denis Vlasenko | 2007-05-11 | 5 | -76/+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 | 5 | -0/+76 | |
hush: add testsuite infrastructure |