busybox/coreutils
Denys Vlasenko d60752f8c9 build system: -fno-builtin-printf
Benefits are: drops reference to out-of-line putchar(), fixes a few cases
of failed string merge.

function                                             old     new   delta
i2cdump_main                                        1488    1502     +14
sha256_process_block64                               423     433     +10
sendmail_main                                       1183    1185      +2
list_table                                          1114    1116      +2
i2cdetect_main                                      1235    1237      +2
fdisk_main                                          2852    2854      +2
builtin_type                                         119     121      +2
unicode_conv_to_printable2                           325     324      -1
scan_recursive                                       380     378      -2
mkfs_minix_main                                     2687    2684      -3
buffer_fill_and_print                                178     169      -9
putchar                                              152       -    -152
------------------------------------------------------------------------------
(add/remove: 0/2 grow/shrink: 7/4 up/down: 34/-167)          Total: -133 bytes
   text    data     bss     dec     hex filename
 937788     932   17676  956396   e97ec busybox_old
 937564     932   17676  956172   e970c busybox_unstripped

Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
2015-10-07 22:42:45 +02:00
..
libcoreutils libbb: more compact API for bb_parse_mode() 2015-10-07 17:55:33 +02:00
basename.c trim extra newlines in help texts 2015-01-24 19:46:45 +01:00
cal.c
cat.c
catv.c
chgrp.c
chmod.c libbb: more compact API for bb_parse_mode() 2015-10-07 17:55:33 +02:00
chown.c chown: fix help text 2015-06-07 02:32:23 +02:00
chroot.c
cksum.c
comm.c
Config.src uname: make OS name configurable 2015-08-03 18:09:18 +02:00
cp.c
cut.c
date.c libbb: introduce and use is_prefixed_with() 2015-03-12 17:48:34 +01:00
dd.c dd: move suffix struct to xatonum.c 2015-03-22 17:41:04 +01:00
df.c
dirname.c
dos2unix.c
du.c
echo.c echo: make escape sequences depend on fancy mode 2015-07-31 03:47:49 +02:00
env.c
expand.c
expr.c
false.c special-case {true,false,test} --help 2015-04-21 16:00:41 +02:00
fold.c
fsync.c
head.c
hostid.c
id_test.sh
id.c
install.c libbb: more compact API for bb_parse_mode() 2015-10-07 17:55:33 +02:00
Kbuild.src sync: add support for -d -f FILE 2015-07-21 19:50:48 +02:00
length.c.disabled
ln.c Removes stray empty line from code 2015-07-13 03:25:46 +02:00
logname.c
ls.c ls: heed compiler warning 2015-02-23 15:25:58 +01:00
md5_sha1_sum.c
mkdir.c libbb: more compact API for bb_parse_mode() 2015-10-07 17:55:33 +02:00
mkfifo.c
mknod.c
mv.c
nice.c
nohup.c
od_bloaty.c od: fix printing of high-bit chars 2015-03-12 20:11:48 +01:00
od.c
printenv.c
printf.c
pwd.c
readlink.c
realpath.c
rm.c
rmdir.c
seq.c
shuf.c fix whitespaces 2015-06-07 18:19:47 +02:00
sleep.c
sort.c sort: fix -kN,M handling (was including last separator into the comparison) 2015-09-19 22:06:40 +02:00
split.c
stat.c typo fixes 2015-05-25 13:46:36 +02:00
stty.c
sum.c
sync.c sync: add support for -d -f FILE 2015-07-21 19:50:48 +02:00
tac.c
tail.c
tee.c
test_ptr_hack.c
test.c special-case {true,false,test} --help 2015-04-21 16:00:41 +02:00
touch.c
tr.c
true.c special-case {true,false,test} --help 2015-04-21 16:00:41 +02:00
truncate.c truncate: do not die when a file doesn't exist and no-create flag is on 2015-05-25 15:17:03 +02:00
tty.c
uname.c uname: make OS name configurable 2015-08-03 18:09:18 +02:00
uniq.c build system: -fno-builtin-printf 2015-10-07 22:42:45 +02:00
unlink.c
usleep.c
uudecode.c uudecode: tolerate text input with CR+LF line ends 2015-10-05 15:10:44 +02:00
uuencode.c
wc.c
who.c build system: -fno-builtin-printf 2015-10-07 22:42:45 +02:00
whoami.c
yes.c