- unused variables if !ENABLE_FEATURE_MDEV_RENAME_REGEXP
[oweals/busybox.git] / shell / hush_test /
2008-07-06 Denis Vlasenkohush: support "for if in do done then; do echo $if...
2008-07-05 Denis Vlasenkohush: support "for v; do ... done" syntax (implied...
2008-07-05 Denis Vlasenkohush: fix a case where "$@" must expand to no word...
2008-06-18 Denis Vlasenkocosmetics in hush testsuites
2008-06-18 Denis Vlasenkofix globbing in unquoted $* and $@
2008-06-18 Denis Vlasenkohush: add testsuite for "no globbing in redirection...
2008-06-18 Denis Vlasenkohush: expand quote3.tests and move from hush-bugs to...
2008-06-17 Denis Vlasenkohush: fix $$ handling
2008-06-17 Denis Vlasenkohush: fix "for a in; do echo 'I should never run';...
2008-06-17 Denis Vlasenkomove glob_and_assign.tests from hush-bugs to hush-glob
2008-06-17 Denis Vlasenkohush: continue fixing quoting and subst: fix glob_and_a...
2008-06-16 Denis Vlasenkohush: delete hush-bugs/glob_and_vars.tests for real
2008-06-16 Denis Vlasenkohush: fix hush-bugs/glob_and_vars.tests testcase:
2008-06-14 Denis Vlasenkohush: fix a bug where we were requiring semicolon here...
2008-06-14 Denis Vlasenkohush: add support for ':'; create testsuite entries
2008-06-14 Denis Vlasenkohush: support "! cmd | cmd" negation
2008-06-12 Denis Vlasenkohush: fix for nested $()s with escapes + testsuite
2008-06-10 Denis Vlasenkohush: more backtick and quoting fixes...
2008-06-10 Denis Vlasenkohush: fix escaping of \[*?; add testsuites for these...
2008-06-10 Denis Vlasenkohush: fix yet another fallout
2008-06-10 Denis Vlasenkohush: fix some fallout from prev commits, add testsuite
2008-06-08 Denis Vlasenkohush: add yet another bug to testsuite :(
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