index
:
busybox.git
1_33_stable
1_35_stable
master
Copy of git.busybox.net/busybox
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
shell
/
hush_test
/
hush-trap
Age
Commit message (
Expand
)
Author
2011-05-09
hush: add tests for interrupting read
Denys Vlasenko
2010-09-12
hush: fix EXIT trap display inside exit trap handler
Denys Vlasenko
2010-09-10
hush: fixes to testsuite
Denys Vlasenko
2010-07-25
ash: fix $! value when traps are set
Alexander Shishkin
2010-01-12
hush: fix subshell.tests failure on NOMMU
Denys Vlasenko
2009-09-30
typo fix in a comment in a testcase. oh well...
Denys Vlasenko
2009-09-27
ash,hush: make trap output short signal names, without SIG prefix
Denys Vlasenko
2009-09-25
hush: do not reset to default "" traps in subshell
Denys Vlasenko
2009-09-25
ash: better handling of EXIT trap in `trap` hack
Denys Vlasenko
2009-09-24
ash,hush: fix trap reporting: s/SIGEXIT/EXIT/
Denys Vlasenko
2009-09-23
hush: fix `trap`
Denys Vlasenko
2009-04-19
hush: fix "export not_yet_defined_var", fix parsing of "cmd | }"
Denis Vlasenko
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 comm...
Mike Frysinger