ash: fix arithmetic closing )) split by backslash-newline
[oweals/busybox.git] / shell / hush_test / hush-trap /
2011-05-08 Denys Vlasenkohush: add tests for interrupting read
2010-09-12 Denys Vlasenkohush: fix EXIT trap display inside exit trap handler
2010-09-10 Denys Vlasenkohush: fixes to testsuite
2010-07-25 Alexander Shishkinash: fix $! value when traps are set
2010-01-12 Denys Vlasenkohush: fix subshell.tests failure on NOMMU
2009-09-30 Denys Vlasenkotypo fix in a comment in a testcase. oh well...
2009-09-27 Denys Vlasenkoash,hush: make trap output short signal names, without...
2009-09-25 Denys Vlasenkohush: do not reset to default "" traps in subshell
2009-09-24 Denys Vlasenkoash: better handling of EXIT trap in `trap` hack
2009-09-23 Denys Vlasenkoash,hush: fix trap reporting: s/SIGEXIT/EXIT/
2009-09-22 Denys Vlasenkohush: fix `trap`
2009-04-19 Denis Vlasenkohush: fix "export not_yet_defined_var", fix parsing...
2009-03-31 Denis Vlasenkohust_test/*: use "$THIS_SH" instead of hush
2009-03-29 Mike Frysingerenable trap tests
2009-03-29 Mike Frysingeradd test cases for `trap` ... but disabled for now...