hush/shell/hush_test/hush-trap
Denys Vlasenko 21d87d495a ash: better handling of EXIT trap in trap hack
function                                             old     new   delta
forkchild                                              -     602    +602
trapcmd                                              255     347     +92
ash_main                                            1362    1375     +13
evalvar                                             1371    1373      +2
popstring                                            140     134      -6
forkshell                                            835     248    -587
------------------------------------------------------------------------------
(add/remove: 1/0 grow/shrink: 3/2 up/down: 709/-593)          Total: 116 bytes

Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
2009-09-25 00:06:51 +02:00
..
catch.right hush: fix "export not_yet_defined_var", fix parsing of "cmd | }" 2009-04-19 23:07:51 +00:00
catch.tests hust_test/*: use "$THIS_SH" instead of hush 2009-03-31 22:14:32 +00:00
exit.right add test cases for trap ... but disabled for now until trap support is committed 2009-03-29 09:54:40 +00:00
exit.tests hust_test/*: use "$THIS_SH" instead of hush 2009-03-31 22:14:32 +00:00
save-ret.right add test cases for trap ... but disabled for now until trap support is committed 2009-03-29 09:54:40 +00:00
save-ret.tests enable trap tests 2009-03-29 23:49:46 +00:00
savetrap.right ash: better handling of EXIT trap in trap hack 2009-09-25 00:06:51 +02:00
savetrap.tests ash: better handling of EXIT trap in trap hack 2009-09-25 00:06:51 +02:00
usage.right ash,hush: fix trap reporting: s/SIGEXIT/EXIT/ 2009-09-24 01:43:21 +02:00
usage.tests enable trap tests 2009-03-29 23:49:46 +00:00