add test cases for `trap` ... but disabled for now until trap support is committed
[oweals/busybox.git] / shell / hush_test / hush-misc /
2008-08-04 Denis Vlasenkohush: fix mishandling of a'b'c=fff as assignments....
2008-07-31 Denis Vlasenkohush: fix "case ... in <newline> word)..."
2008-07-29 Denis Vlasenkohush: small fix for repeated continue and fix for wrong...
2008-07-29 Denis Vlasenkohush: fix break'ing out of {} and () groups; with testcase
2008-07-29 Denis Vlasenkohush: add #defines to switch off break/continue if...
2008-07-28 Denis Vlasenkohush: fix "while false; ..." exitcode; add testsuites
2008-07-28 Denis Vlasenkohush: support "break N" and "continue N"
2008-07-28 Denis Vlasenkohush: finish and enable optional case...esac support...
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-06-17 Denis Vlasenkohush: fix $$ handling
2008-06-17 Denis Vlasenkohush: fix "for a in; do echo 'I should never run';...
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
2007-06-13 Denis Vlasenkohush: fix read builtin to not read ahead past eol and...
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 Vlasenkofix execute bit on hush-misc/shift.tests
2007-05-20 Denis Vlasenkohush: fix shift + $0 bug; add testcase