hush: fix hush-bugs/glob_and_vars.tests testcase:
[oweals/busybox.git] / shell / hush_test / hush-parsing /
2008-06-14 Denis Vlasenkohush: support "! cmd | cmd" negation
2008-06-10 Denis Vlasenkohush: fix escaping of \[*?; add testsuites for these...
2007-05-23 Denis Vlasenkohush: make syntax error messages a bit more useful
2007-05-23 Denis Vlasenkohush: fix a bit different instance of "No EOL" bug,
2007-05-21 Denis Vlasenkoshells: update README and testsuite. environment memory...
2007-05-16 Denis Vlasenkohush: fix expansion of quoted $VAR, $* and $@
2007-05-16 Denis Vlasenkohush: fix incorrect processing of echo "'$var'".
2007-05-14 Denis Vlasenkohush: move testsuite files from hush-bugs to hush-parsing
2007-05-11 Denis Vlasenkohush: reinstate hush_test, add testcases for process...
2007-05-11 Denis Vlasenkohush: fix bug in interactive shell introduced yesterday
2007-05-10 Denis Vlasenkohush: fix "unterminated last line loops forever" bug