libbb: introduce fputc_printable (from ed)
authorDenis Vlasenko <vda.linux@googlemail.com>
Sun, 30 Dec 2007 01:59:53 +0000 (01:59 -0000)
committerDenis Vlasenko <vda.linux@googlemail.com>
Sun, 30 Dec 2007 01:59:53 +0000 (01:59 -0000)
commitd3c042fc605737643c265a7f86fc7a77c88f629e
treea1850a3ca6493fb6409e8df0a24baf1331d325f6
parentfcd878efcd6df8a8d052cef753305c34c1297267
libbb: introduce fputc_printable (from ed)
netstat: print control chars as ^C etc
vi: style fixlet

function                                             old     new   delta
fputc_printable                                        -     100    +100
unix_do_one                                          451     487     +36
printLines                                           258     190     -68
------------------------------------------------------------------------------
(add/remove: 1/0 grow/shrink: 1/1 up/down: 136/-68)            Total: 68 bytes
editors/ed.c
editors/vi.c
include/libbb.h
libbb/Kbuild
networking/netstat.c