pipe_progress: make it independent of printf machinery
authorDenys Vlasenko <vda.linux@googlemail.com>
Sun, 6 Jun 2010 19:53:09 +0000 (21:53 +0200)
committerDenys Vlasenko <vda.linux@googlemail.com>
Sun, 6 Jun 2010 19:53:09 +0000 (21:53 +0200)
commit19ced5c4253bc154aa499a72b6343e01245c92c0
treec1c148612896e748749ce882ed25ad5ffd74418c
parent5f3303712ef483d270097cae4ba0a559b1056121
pipe_progress: make it independent of printf machinery

function                                             old     new   delta
bb_putchar_stderr                                      -      24     +24
ParseField                                           494     471     -23
progress_meter                                       212     188     -24
xargs_main                                           888     842     -46
pipe_progress_main                                   151     105     -46
------------------------------------------------------------------------------
(add/remove: 2/0 grow/shrink: 0/4 up/down: 24/-139)          Total: -115 bytes

Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
13 files changed:
TEST_config_noprintf [new file with mode: 0644]
archival/gzip.c
debianutils/pipe_progress.c
findutils/xargs.c
include/libbb.h
libbb/Kbuild.src
libbb/read.c
libbb/read_printf.c [new file with mode: 0644]
libbb/xfuncs.c
libbb/xfuncs_printf.c
miscutils/crond.c
networking/tftp.c
networking/wget.c