Files
hush/coreutils
Denys Vlasenko cf792a58ab NOFORK fixes
"rm -i FILE" and "yes" can now be interrupted by ^C in hush.
This also now works:

$ usleep 19999999
^C
$ echo $?
130

function                                             old     new   delta
run_pipe                                            1668    1711     +43
pseudo_exec_argv                                     312     321      +9
------------------------------------------------------------------------------
(add/remove: 0/0 grow/shrink: 2/0 up/down: 52/0)               Total: 52 bytes

Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
2017-08-04 02:20:19 +02:00
..
2017-04-07 20:45:08 +02:00
2017-07-18 19:20:58 +02:00
2017-04-17 15:57:07 +02:00
2017-01-26 00:27:53 +01:00
2017-04-09 21:19:29 +02:00
2017-04-07 21:47:53 +02:00
2017-03-24 15:00:12 +01:00
2017-08-04 02:20:19 +02:00
2017-08-04 02:20:19 +02:00
2017-04-07 21:10:00 +02:00
2017-04-05 18:51:27 +02:00
2017-08-04 02:20:19 +02:00
2017-08-04 02:20:19 +02:00