Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | hush: fix job control with eval /bin/external_prog | Denis Vlasenko | 2007-05-23 | 2 | -0/+3 | |
| | | | | | | hush: fix parsing of unterminated "str with no EOL hush: improved make_string() (smaller, faster, needs less RAM) hush: renamed several functions | |||||
* | hush: fix a bit different instance of "No EOL" bug, | Denis Vlasenko | 2007-05-23 | 4 | -2/+11 | |
| | | | | add testsuite for that. Expand another testsuite. | |||||
* | fix execute bit on hush-misc/shift.tests | Denis Vlasenko | 2007-05-23 | 1 | -0/+0 | |
| | ||||||
* | 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 |