aboutsummaryrefslogtreecommitdiff
path: root/shell/hush_test (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* hush: fix job control with eval /bin/external_progDenis Vlasenko2007-05-232-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 Vlasenko2007-05-234-2/+11
| | | | add testsuite for that. Expand another testsuite.
* fix execute bit on hush-misc/shift.testsDenis Vlasenko2007-05-231-0/+0
|
* shells: update README and testsuite. environment memory leakDenis Vlasenko2007-05-212-0/+2
| | | | needs to be fixed - and documented!
* hush: fix shift + $0 bug; add testcaseDenis Vlasenko2007-05-202-0/+8
|
* hush: make process substitution configurable; add a testcaseDenis Vlasenko2007-05-202-0/+4
|
* hush: fix expansion of quoted $VAR, $* and $@Denis Vlasenko2007-05-168-14/+19
|
* hush: fix incorrect processing of echo "'$var'".Denis Vlasenko2007-05-162-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-parsingDenis Vlasenko2007-05-144-0/+0
| | | | (as these bugs are now fixed)
* hush: more fixes to variable expansion, more testcasesDenis Vlasenko2007-05-144-0/+20
|
* hush: move towards more correct variable expansionDenis Vlasenko2007-05-144-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 Vlasenko2007-05-1312-2/+30
| | | | | hush: expand testsuite. variable expansion is still very broken
* hush: reinstate hush_test, add testcases for process substDenis Vlasenko2007-05-117-0/+80
|
* hush: fix bug in interactive shell introduced yesterdayDenis Vlasenko2007-05-115-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" bugDenis Vlasenko2007-05-105-0/+76
hush: add testsuite infrastructure