ash: more of -Wall fixes
[oweals/busybox.git] / shell / hush_test /
2008-03-02 Denis Vlasenkomsh: create testsuite (based on hush one)
2008-02-10 Denis Vlasenkohush: small fixes to docs/testsuite
2008-02-10 Denis Vlasenkohush: reinstate `cmd` handling for NOMMU (with fat...
2007-12-25 Mike Frysingeradd expected output
2007-11-23 Denis Vlasenkohush: fix $ expansion in redirections, add testcase...
2007-11-23 Denis Vlasenkohush: plug memory leak
2007-06-13 Denis Vlasenkohush: fix read builtin to not read ahead past eol and...
2007-05-25 Denis Vlasenkohush: rework variable storage and environment handling.
2007-05-24 Denis Vlasenkohush: improve 2 testsuite tests
2007-05-24 Denis Vlasenkohush: add 2 tests for correct syntax error reporting
2007-05-23 Denis Vlasenkohush: make syntax error messages a bit more useful
2007-05-23 Denis Vlasenkohush: prepare testsuite for new, fixed error message...
2007-05-23 Denis Vlasenkohush: fix job control with eval /bin/external_prog
2007-05-23 Denis Vlasenkohush: fix a bit different instance of "No EOL" bug,
2007-05-23 Denis Vlasenkofix execute bit on hush-misc/shift.tests
2007-05-21 Denis Vlasenkoshells: update README and testsuite. environment memory...
2007-05-20 Denis Vlasenkohush: fix shift + $0 bug; add testcase
2007-05-20 Denis Vlasenkohush: make process substitution configurable; add a...
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-14 Denis Vlasenkohush: more fixes to variable expansion, more testcases
2007-05-14 Denis Vlasenkohush: move towards more correct variable expansion
2007-05-13 Denis Vlasenkohush: fix '{ false; echo $?; }' bug.
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