Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-09-24 | ash,hush: fix trap reporting: s/SIGEXIT/EXIT/ | Denys Vlasenko | |
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | |||
2009-09-23 | hush: fix `trap` | Denys Vlasenko | |
function old new delta expand_variables 2217 2280 +63 static.argv - 8 +8 Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | |||
2009-04-19 | hush: fix "export not_yet_defined_var", fix parsing of "cmd | }" | Denis Vlasenko | |
corner case; improve hush_leaktool.sh; fix some false positives in testsuite function old new delta builtin_export 191 206 +15 parse_stream 2196 2200 +4 | |||
2009-03-31 | hust_test/*: use "$THIS_SH" instead of hush | Denis Vlasenko | |
2009-03-29 | enable trap tests | Mike Frysinger | |
2009-03-29 | add test cases for `trap` ... but disabled for now until trap support is ↵ | Mike Frysinger | |
committed |