Denys Vlasenko
ab3c568fd8
bc: simplify ^C handling
It's still buggy: if SIGINT would interrupt e.g. output write(),
the result would not be as intended:
>>> while ( 1 ) print 1
...
11111111111111111111111111111111111111111111111111111111111111111111\
11111111111111111111111111111111111111111111111111111111111111111111\
^Cready for more input
interrupt (type "quit" to exit)
>>> bc: output error
function old new delta
dc_parse_parse 58 53 -5
bc_parse_parse 476 471 -5
bc_num_d 609 604 -5
bc_num_cmp 299 294 -5
bc_num_compare 90 84 -6
bc_parse_expr 2222 2215 -7
bc_num_subArrays 82 74 -8
dc_main 72 62 -10
bc_main 72 62 -10
bc_program_exec 4413 4401 -12
bc_num_a 491 474 -17
bc_read_line 364 344 -20
bc_num_p 540 518 -22
bc_program_reset 192 168 -24
bc_num_k 1031 1005 -26
bc_vm_run 2382 2317 -65
bc_vm_sig 97 - -97
------------------------------------------------------------------------------
(add/remove: 0/1 grow/shrink: 0/16 up/down: 0/-344) Total: -344 bytes
text data bss dec hex filename
989372 485 7296 997153 f3721 busybox_old
989028 485 7296 996809 f35c9 busybox_unstripped
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
2018-12-05 15:43:35 +01:00
..
2017-08-08 21:55:02 +02:00
2018-11-02 14:14:51 +01:00
2018-12-05 15:43:35 +01:00
2017-09-18 16:28:43 +02:00
2017-09-05 19:16:40 +02:00
2018-06-06 15:16:48 +02:00
2017-08-08 17:09:40 +02:00
2017-08-08 21:55:02 +02:00
2017-08-08 21:55:02 +02:00
2018-12-05 15:40:38 +01:00
2017-07-21 09:50:55 +02:00
2017-10-05 14:40:24 +02:00
2018-03-29 18:42:11 +02:00
2018-02-01 10:56:19 +01:00
2017-10-05 15:33:28 +02:00
2017-08-08 21:55:02 +02:00
2017-07-21 09:50:55 +02:00
2018-07-23 14:26:55 +02:00
2018-04-07 15:23:10 +02:00
2017-07-21 09:50:55 +02:00
2016-11-23 10:43:39 +01:00
2018-04-16 10:24:48 +02:00
2017-10-22 10:43:43 +02:00
2017-08-08 21:55:02 +02:00
2017-08-08 21:55:02 +02:00
2017-09-15 17:14:01 +02:00
2017-07-21 09:50:55 +02:00
2018-01-14 13:43:31 +01:00
2017-08-05 01:46:39 +02:00
2017-09-18 16:28:43 +02:00
2017-07-21 09:50:55 +02:00
2017-09-18 16:28:43 +02:00
2017-08-04 17:59:46 +02:00
2017-07-21 09:50:55 +02:00
2018-01-14 12:03:33 +01:00
2017-09-18 16:28:43 +02:00
2017-07-21 09:50:55 +02:00
2018-04-08 17:23:27 +02:00
2017-08-03 19:03:32 +02:00
2017-10-05 15:33:28 +02:00
2017-08-07 16:00:25 +02:00
2017-07-21 09:50:55 +02:00
2017-08-08 21:55:02 +02:00