hush/coreutils
Denys Vlasenko 8dff01d06a libbb: introduce and use is_prefixed_with()
function                                             old     new   delta
is_prefixed_with                                       -      18     +18
complete_username                                     78      77      -1
man_main                                             737     735      -2
fsck_device                                          429     427      -2
unpack_ar_archive                                     80      76      -4
strip_unsafe_prefix                                  105     101      -4
singlemount                                         1054    1050      -4
rtc_adjtime_is_utc                                    90      86      -4
resolve_mount_spec                                    88      84      -4
parse_one_line                                      1029    1025      -4
parse_conf                                          1460    1456      -4
may_wakeup                                            83      79      -4
loadkmap_main                                        219     215      -4
get_irqs_from_stat                                   103      99      -4
get_header_cpio                                      913     909      -4
findfs_main                                           79      75      -4
fbsplash_main                                       1230    1226      -4
load_crontab                                         776     771      -5
expand_vars_to_list                                 1151    1146      -5
date_main                                            881     876      -5
skip_dev_pfx                                          30      24      -6
make_device                                         2199    2193      -6
complete_cmd_dir_file                                773     767      -6
run_applet_and_exit                                  715     708      -7
uudecode_main                                        321     313      -8
pwdx_main                                            197     189      -8
execute                                              568     560      -8
i2cdetect_main                                      1186    1176     -10
procps_scan                                         1242    1230     -12
procps_read_smaps                                   1017    1005     -12
process_module                                       746     734     -12
patch_main                                          1903    1891     -12
nfsmount                                            3572    3560     -12
stack_machine                                        126     112     -14
process_timer_stats                                  449     435     -14
match_fstype                                         111      97     -14
do_ipaddr                                           1344    1330     -14
open_list_and_close                                  359     343     -16
get_header_tar                                      1795    1779     -16
prepend_new_eth_table                                340     323     -17
fsck_main                                           1811    1794     -17
find_iface_state                                      56      38     -18
dnsd_main                                           1321    1303     -18
base_device                                          179     158     -21
find_keyword                                         104      82     -22
handle_incoming_and_exit                            2785    2762     -23
parse_and_put_prompt                                 774     746     -28
modinfo                                              347     317     -30
find_action                                          204     171     -33
update_passwd                                       1470    1436     -34
------------------------------------------------------------------------------
(add/remove: 1/0 grow/shrink: 0/49 up/down: 18/-540)         Total: -522 bytes

Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
2015-03-12 17:48:34 +01:00
..
libcoreutils *: make GNU licensing statement forms more regular 2010-08-16 20:14:46 +02:00
basename.c trim extra newlines in help texts 2015-01-24 19:46:45 +01:00
cal.c Use unsigned printf/scanf conversion where more appropriate 2013-11-29 16:45:45 +01:00
cat.c move help text from include/usage.src.h to coreutils/*.c 2011-03-31 14:43:25 +02:00
catv.c catv: suppress compiler warning 2014-02-03 03:27:53 +01:00
chgrp.c *: remove "Options:" string from help texts 2011-06-05 03:58:28 +02:00
chmod.c *: remove "Options:" string from help texts 2011-06-05 03:58:28 +02:00
chown.c chown: fix help text 2014-01-09 17:52:13 +01:00
chroot.c libbb: make xchroot do a chdir("/") after chroot 2012-03-08 00:28:24 +01:00
cksum.c move help text from include/usage.src.h to coreutils/*.c 2011-03-31 14:43:25 +02:00
comm.c *: remove "Options:" string from help texts 2011-06-05 03:58:28 +02:00
Config.src dd: add optional support for status=noxfer/none 2015-02-07 01:41:22 +01:00
cp.c Add conditional support for -v / --verbose 2014-05-19 16:23:50 +02:00
cut.c whitespace fixes. no code changes 2013-01-14 01:34:48 +01:00
date.c libbb: introduce and use is_prefixed_with() 2015-03-12 17:48:34 +01:00
dd.c dd: add optional support for status=noxfer/none 2015-02-07 01:41:22 +01:00
df.c df: fix -T option when ENABLE_FEATURE_HUMAN_READABLE=0 2014-09-20 18:55:17 +02:00
dirname.c move help text from include/usage.src.h to coreutils/*.c 2011-03-31 14:43:25 +02:00
dos2unix.c *: remove "Options:" string from help texts 2011-06-05 03:58:28 +02:00
du.c du: document incompatibility with standard tool 2012-12-14 17:14:11 +01:00
echo.c *: remove "Options:" string from help texts 2011-06-05 03:58:28 +02:00
env.c *: remove "Options:" string from help texts 2011-06-05 03:58:28 +02:00
expand.c expand: use printable_string instead of hard-coding implementation 2013-12-16 03:38:24 +01:00
expr.c add INIT_G()'s. No code changes. 2011-09-21 01:59:15 +02:00
false.c move help text from include/usage.src.h to coreutils/*.c 2011-03-31 14:43:25 +02:00
fold.c *: remove "Options:" string from help texts 2011-06-05 03:58:28 +02:00
fsync.c *: remove "Options:" string from help texts 2011-06-05 03:58:28 +02:00
head.c Commonalize typical [b,]k,m suffix struct 2013-07-13 23:49:45 +02:00
hostid.c hostid: do not output sign-extended host id. Closes 6056 2013-03-04 03:04:38 +01:00
id_test.sh id: coreutils compat by Tito + test script 2008-10-29 00:27:31 +00:00
id.c platform: use KERNEL_VERSION to simplify uClibc version checking 2013-03-12 11:13:22 -04:00
install.c install: fix help text 2014-09-24 22:16:24 +02:00
Kbuild.src head,tail: use common suffix struct. simplify help text. 2013-02-25 01:24:32 +01:00
length.c.disabled move help text from include/usage.src.h to debianutils/*.c e2fsprogs/*.c editors/*.c loginutils/*.c mailutils/*.c 2011-04-03 01:33:55 +02:00
ln.c ln: support -T and -v 2012-05-06 13:18:35 +02:00
logname.c move help text from include/usage.src.h to coreutils/*.c 2011-03-31 14:43:25 +02:00
ls.c ls: heed compiler warning 2015-02-23 15:25:58 +01:00
md5_sha1_sum.c foo*sum: Correct syntax error 2013-07-04 11:33:42 +02:00
mkdir.c Add conditional support for -v / --verbose 2014-05-19 16:23:50 +02:00
mkfifo.c *: remove "Options:" string from help texts 2011-06-05 03:58:28 +02:00
mknod.c whitespace cleanup. no code changes 2013-01-14 15:57:44 +01:00
mv.c Add conditional support for -v / --verbose 2014-05-19 16:23:50 +02:00
nice.c *: remove "Options:" string from help texts 2011-06-05 03:58:28 +02:00
nohup.c move help text from include/usage.src.h to coreutils/*.c 2011-03-31 14:43:25 +02:00
od_bloaty.c Commonalize typical [b,]k,m suffix struct 2013-07-13 23:49:45 +02:00
od.c od: code shrink, fix "od --traditional FILE" 2011-05-21 17:43:06 +02:00
printenv.c move help text from include/usage.src.h to coreutils/*.c 2011-03-31 14:43:25 +02:00
printf.c printf: fix this case: printf "%b" '\0057usr\0057bin\n' 2012-03-07 11:57:47 +01:00
pwd.c whitespace fixes 2011-10-28 14:07:44 +02:00
readlink.c readlink: note that our -f is really -e 2013-03-12 11:38:03 -04:00
realpath.c move help text from include/usage.src.h to coreutils/*.c 2011-03-31 14:43:25 +02:00
rm.c Add conditional support for -v / --verbose 2014-05-19 16:23:50 +02:00
rmdir.c Add conditional support for -v / --verbose 2014-05-19 16:23:50 +02:00
seq.c *: remove "Options:" string from help texts 2011-06-05 03:58:28 +02:00
shuf.c shuf: trim help text 2014-03-07 14:41:53 +01:00
sleep.c move help text from include/usage.src.h to coreutils/*.c 2011-03-31 14:43:25 +02:00
sort.c sort: check global flags on fallback sort 2014-01-19 09:10:14 +01:00
split.c Commonalize typical [b,]k,m suffix struct 2013-07-13 23:49:45 +02:00
stat.c stat: fix printing selinux context and null-dereference 2014-06-27 14:08:29 +02:00
stty.c Refactor catv. Move visible() from stty to libbb. 2013-07-30 06:29:42 +02:00
sum.c Use unsigned printf/scanf conversion where more appropriate 2013-11-29 16:45:45 +01:00
sync.c move help text from include/usage.src.h to coreutils/*.c 2011-03-31 14:43:25 +02:00
tac.c move help text from include/usage.src.h to coreutils/*.c 2011-03-31 14:43:25 +02:00
tail.c tail: adjust help/usage texts 2014-01-10 16:26:15 +01:00
tee.c *: remove "Options:" string from help texts 2011-06-05 03:58:28 +02:00
test_ptr_hack.c *: make GNU licensing statement forms more regular 2010-08-16 20:14:46 +02:00
test.c test: fix mishandling of "test '(' = '('" and similar 2014-07-01 14:16:28 +02:00
touch.c touch: add conditional support for -h 2013-09-11 11:58:33 +02:00
tr.c *: remove "Options:" string from help texts 2011-06-05 03:58:28 +02:00
true.c move help text from include/usage.src.h to coreutils/*.c 2011-03-31 14:43:25 +02:00
tty.c *: remove "Options:" string from help texts 2011-06-05 03:58:28 +02:00
uname.c uname: fix up usage documentation 2014-01-31 00:28:42 -05:00
uniq.c *: remove "Options:" string from help texts 2011-06-05 03:58:28 +02:00
unlink.c unlink: new applet 2014-06-22 20:44:25 +02:00
usleep.c usleep: do not check for usleep error, it should never fail 2011-07-08 08:37:57 +02:00
uudecode.c libbb: introduce and use is_prefixed_with() 2015-03-12 17:48:34 +01:00
uuencode.c uuencode: tweak help text 2012-03-05 14:22:33 +01:00
wc.c *: remove "Options:" string from help texts 2011-06-05 03:58:28 +02:00
who.c who: fix typo in help text 2012-04-18 14:38:15 +02:00
whoami.c move help text from include/usage.src.h to coreutils/*.c 2011-03-31 14:43:25 +02:00
yes.c *: make GNU licensing statement forms more regular 2010-08-16 20:14:46 +02:00