sed: a communal variable managed to slip past 'size'
authorDenis Vlasenko <vda.linux@googlemail.com>
Mon, 26 Mar 2007 20:48:46 +0000 (20:48 -0000)
committerDenis Vlasenko <vda.linux@googlemail.com>
Mon, 26 Mar 2007 20:48:46 +0000 (20:48 -0000)
commit17a1526f9e2cb0a383fe0765ce803833be28773c
treec20724d49df25c91c15caee6db0ab3a5b036620c
parent91dd275f058500dc703d46c6114f6b037007129d
sed: a communal variable managed to slip past 'size'
('size' happily displays 0 bytes in data and bss,
but in reality sed.o used 180 bytes of it). Oh well.
function                                             old     new   delta
pipe_putc                                             67      76      +9
sed_main                                             627     633      +6
get_next_line                                        161     166      +5
bbg                                                  180       -    -180
(add/remove: 0/1 grow/shrink: 3/0 up/down: 20/-180)          Total: -160 bytes

sed: also make sed -i failure message less cryptic
docs/keep_data_small.txt
editors/sed.c