Denys Vlasenko
|
bac0a25f72
|
slightly better wording in comments
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
|
2011-02-21 03:47:50 +01:00 |
|
Denys Vlasenko
|
b12553faa8
|
ash: fix ash-signals/signal8 testcase failure
function old new delta
killcmd 109 224 +115
kill_main 882 910 +28
changepath 194 195 +1
------------------------------------------------------------------------------
(add/remove: 0/0 grow/shrink: 3/0 up/down: 144/0) Total: 144 bytes
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
|
2011-02-21 03:22:20 +01:00 |
|
Denys Vlasenko
|
b563f62bbb
|
ash: fix signal and "set -e" interaction
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
|
2010-09-25 17:15:13 +02:00 |
|
Alexander Shishkin
|
ccb9771861
|
ash: fix $! value when traps are set
Signed-off-by: Alexander Shishkin <virtuoso@slind.org>
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
|
2010-07-25 13:07:39 +02:00 |
|
Denys Vlasenko
|
08d8b3cee1
|
ash: fix redirection of fd 0 in scripts are sourced from interactive ash
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
|
2010-06-03 04:28:28 +02:00 |
|
Denys Vlasenko
|
238bf187ba
|
ash: fix bug which causes signal6.tests to fail
function old new delta
trapcmd 271 277 +6
localcmd 277 275 -2
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
|
2010-05-18 15:49:07 +02:00 |
|
Denys Vlasenko
|
786cce1871
|
fix false positive in signal5.tests
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
|
2010-05-17 10:14:20 +02:00 |
|
Denys Vlasenko
|
0f01b00d74
|
add two more tests which currently fail
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
|
2010-05-17 04:57:55 +02:00 |
|
Denys Vlasenko
|
7c1ed9fbde
|
ash: fix signal5.tests
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
|
2010-05-17 04:42:40 +02:00 |
|
Denys Vlasenko
|
27ff681cfa
|
ash: add two testcases for (not yet fixed) ash bugs
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
|
2010-05-17 02:56:18 +02:00 |
|
Denys Vlasenko
|
496d5bf4c6
|
ash: trap with bad signal name should not abort
function old new delta
trapcmd 236 271 +35
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
|
2010-03-26 15:52:24 +01:00 |
|
Denys Vlasenko
|
e3c6e19015
|
laguage and copyright date corrections, no code changes
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
|
2009-10-09 23:35:30 +02:00 |
|
Denys Vlasenko
|
3dc4a3e4dc
|
ash: make one testsuite entry more robust
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
|
2009-10-09 23:08:28 +02:00 |
|
Denys Vlasenko
|
e74aaf9385
|
ash,hush: make trap output short signal names, without SIG prefix
function old new delta
evalvar 1373 1371 -2
builtin_trap 457 441 -16
trapcmd 260 236 -24
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
|
2009-09-27 02:05:45 +02:00 |
|
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 |
|
Denys Vlasenko
|
844f990926
|
ash: fix trap
function old new delta
forkshell 738 810 +72
popstring 134 140 +6
parse_command 1460 1463 +3
evalvar 1373 1371 -2
------------------------------------------------------------------------------
(add/remove: 0/0 grow/shrink: 3/1 up/down: 81/-2) Total: 79 bytes
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
|
2009-09-23 03:25:52 +02:00 |
|
Denis Vlasenko
|
6214941a3a
|
ash: add testcase for bug 5304
|
2008-10-27 14:33:03 +00:00 |
|
Denis Vlasenko
|
8dbea7dbb1
|
ash: add slightly different testcase
|
2008-07-26 14:20:04 +00:00 |
|
Denis Vlasenko
|
5c13270359
|
ash: fix testcase to not sleep for whole 10 seconds,
gets annoying pretty fast. Also fix wrong message there.
|
2008-07-26 13:53:42 +00:00 |
|
Denis Vlasenko
|
4e19a9c81a
|
ash: hopefully close bug 4324. With testcase.
function old new delta
evaltree 621 869 +248
popstring 134 140 +6
|
2008-07-26 13:45:57 +00:00 |
|
Denis Vlasenko
|
81887e2342
|
ash: add a testcase for recently fixed signal bug
|
2008-02-13 18:09:56 +00:00 |
|