busybox/coreutils
Denis Vlasenko bdc88fdc68 rework long option handling. saves ~1.2k
function                                             old     new   delta
tar_longopts                                           -     222    +222
static.udhcpc_longopts                                 -     192    +192
start_stop_daemon_longopts                             -     150    +150
getopt32                                            1045    1185    +140
static.wget_longopts                                   -     111    +111
static.od_longopts                                     -     105    +105
getopt_longopts                                        -      96     +96
install_longopts                                       -      67     +67
ipcalc_longopts                                        -      63     +63
static.hwclock_longopts                                -      54     +54
ftpgetput_longopts                                     -      52     +52
static.dumpleases_longopts                             -      32     +32
env_longopts                                           -      31     +31
runparts_longopts                                      -      30     +30
mv_longopts                                            -      24     +24
mkdir_longopts                                         -      19     +19
find_pair                                            164     180     +16
bb_null_long_options                                   -      16     +16
setconsole_longopts                                    -      10     +10
display_speed                                         91      98      +7
collect_blk                                          467     474      +7
show_color                                             4       1      -3
ls_main                                              913     904      -9
bb_default_long_options                               16       -     -16
ls_color_opt                                          32      10     -22
setconsole_long_options                               32       -     -32
arith                                               2077    2030     -47
mv_long_options                                       48       -     -48
mkdir_long_options                                    48       -     -48
env_long_options                                      48       -     -48
static.options                                       248     184     -64
runparts_long_options                                 80       -     -80
ftpgetput_long_options                                96       -     -96
static.hwclock_long_options                          112       -    -112
install_long_options                                 112       -    -112
static.long_options                                  144       -    -144
static.wget_long_options                             160       -    -160
longopts                                             160       -    -160
static.arg_options                                   304       -    -304
tar_long_options                                     320       -    -320
long_options                                         384       -    -384
------------------------------------------------------------------------------
(add/remove: 17/15 grow/shrink: 4/5 up/down: 1444/-2209)     Total: -765 bytes
   text    data     bss     dec     hex filename
 782618    1328   11900  795846   c24c6 busybox_old
 781354    1328   11900  794582   c1fd6 busybox_unstripped
2007-07-23 17:14:14 +00:00
..
libcoreutils getopt_mk_fifo_nod: heed warning 2007-06-10 19:29:37 +00:00
basename.c usage.c: remove reference to busybox.h 2007-05-26 19:00:18 +00:00
cal.c usage.c: remove reference to busybox.h 2007-05-26 19:00:18 +00:00
cat.c usage.c: remove reference to busybox.h 2007-05-26 19:00:18 +00:00
catv.c catv: was abusing xopen, should not die on err, but warn only. 2007-06-12 08:13:34 +00:00
chgrp.c usage.c: remove reference to busybox.h 2007-05-26 19:00:18 +00:00
chmod.c usage.c: remove reference to busybox.h 2007-05-26 19:00:18 +00:00
chown.c md5_sha1_sum: fix mishandling when run as /bin/md5sum (with path) 2007-07-05 00:12:55 +00:00
chroot.c usage.c: remove reference to busybox.h 2007-05-26 19:00:18 +00:00
cksum.c Audit bb_common_bufsiz usage, add script which looks for misuse. 2007-06-04 10:16:52 +00:00
comm.c usage.c: remove reference to busybox.h 2007-05-26 19:00:18 +00:00
Config.in move several applets to more correct ex-project. No code changes. 2007-06-12 08:12:33 +00:00
cp.c libbb: nuke BB_GETOPT_ERROR, always die if there are mutually exclusive options 2007-07-21 13:27:44 +00:00
cut.c libbb: nuke BB_GETOPT_ERROR, always die if there are mutually exclusive options 2007-07-21 13:27:44 +00:00
date.c libbb: nuke BB_GETOPT_ERROR, always die if there are mutually exclusive options 2007-07-21 13:27:44 +00:00
dd.c usage.c: remove reference to busybox.h 2007-05-26 19:00:18 +00:00
df.c delete tons of extra #includes 2007-05-31 22:42:12 +00:00
dirname.c usage.c: remove reference to busybox.h 2007-05-26 19:00:18 +00:00
dos2unix.c libbb: nuke BB_GETOPT_ERROR, always die if there are mutually exclusive options 2007-07-21 13:27:44 +00:00
du.c usage.c: remove reference to busybox.h 2007-05-26 19:00:18 +00:00
echo.c echo: fix yet another buglet in non-fancy echo 2007-06-19 23:04:17 +00:00
env.c rework long option handling. saves ~1.2k 2007-07-23 17:14:14 +00:00
expr.c expr: small code shrink 2007-07-01 18:33:35 +00:00
false.c usage.c: remove reference to busybox.h 2007-05-26 19:00:18 +00:00
fold.c random shrinkage of statics, -60 bytes saved 2007-06-21 12:43:45 +00:00
head.c usage.c: remove reference to busybox.h 2007-05-26 19:00:18 +00:00
hostid.c usage.c: remove reference to busybox.h 2007-05-26 19:00:18 +00:00
id.c libbb: nuke BB_GETOPT_ERROR, always die if there are mutually exclusive options 2007-07-21 13:27:44 +00:00
install.c rework long option handling. saves ~1.2k 2007-07-23 17:14:14 +00:00
Kbuild move several applets to more correct ex-project. No code changes. 2007-06-12 08:12:33 +00:00
length.c usage.c: remove reference to busybox.h 2007-05-26 19:00:18 +00:00
ln.c usage.c: remove reference to busybox.h 2007-05-26 19:00:18 +00:00
logname.c usage.c: remove reference to busybox.h 2007-05-26 19:00:18 +00:00
ls.c rework long option handling. saves ~1.2k 2007-07-23 17:14:14 +00:00
md5_sha1_sum.c md5_sha1_sum: fix mishandling when run as /bin/md5sum (with path) 2007-07-05 00:12:55 +00:00
mkdir.c rework long option handling. saves ~1.2k 2007-07-23 17:14:14 +00:00
mkfifo.c usage.c: remove reference to busybox.h 2007-05-26 19:00:18 +00:00
mknod.c usage.c: remove reference to busybox.h 2007-05-26 19:00:18 +00:00
mv.c rework long option handling. saves ~1.2k 2007-07-23 17:14:14 +00:00
nice.c usage.c: remove reference to busybox.h 2007-05-26 19:00:18 +00:00
nohup.c usage.c: remove reference to busybox.h 2007-05-26 19:00:18 +00:00
od_bloaty.c rework long option handling. saves ~1.2k 2007-07-23 17:14:14 +00:00
od.c usage.c: remove reference to busybox.h 2007-05-26 19:00:18 +00:00
printenv.c delete tons of extra #includes 2007-05-31 22:42:12 +00:00
printf.c usage.c: remove reference to busybox.h 2007-05-26 19:00:18 +00:00
pwd.c usage.c: remove reference to busybox.h 2007-05-26 19:00:18 +00:00
readlink.c move several applets to more correct ex-project. No code changes. 2007-06-12 08:12:33 +00:00
realpath.c usage.c: remove reference to busybox.h 2007-05-26 19:00:18 +00:00
rm.c usage.c: remove reference to busybox.h 2007-05-26 19:00:18 +00:00
rmdir.c usage.c: remove reference to busybox.h 2007-05-26 19:00:18 +00:00
seq.c usage.c: remove reference to busybox.h 2007-05-26 19:00:18 +00:00
sleep.c usage.c: remove reference to busybox.h 2007-05-26 19:00:18 +00:00
sort.c libbb: nuke BB_GETOPT_ERROR, always die if there are mutually exclusive options 2007-07-21 13:27:44 +00:00
split.c Audit bb_common_bufsiz usage, add script which looks for misuse. 2007-06-04 10:16:52 +00:00
stat.c usage.c: remove reference to busybox.h 2007-05-26 19:00:18 +00:00
stty.c Consolidate ARRAY_SIZE macro; remove one unneeded global var (walter harms <wharms@bfs.de>) 2007-06-25 10:55:35 +00:00
sum.c usage.c: remove reference to busybox.h 2007-05-26 19:00:18 +00:00
sync.c usage.c: remove reference to busybox.h 2007-05-26 19:00:18 +00:00
tail.c usage.c: remove reference to busybox.h 2007-05-26 19:00:18 +00:00
tee.c usage.c: remove reference to busybox.h 2007-05-26 19:00:18 +00:00
test.c introduce and use bb_basename() 2007-06-30 08:04:05 +00:00
touch.c usage.c: remove reference to busybox.h 2007-05-26 19:00:18 +00:00
tr.c Audit bb_common_bufsiz usage, add script which looks for misuse. 2007-06-04 10:16:52 +00:00
true.c usage.c: remove reference to busybox.h 2007-05-26 19:00:18 +00:00
tty.c usage.c: remove reference to busybox.h 2007-05-26 19:00:18 +00:00
uname.c delete tons of extra #includes 2007-05-31 22:42:12 +00:00
uniq.c usage.c: remove reference to busybox.h 2007-05-26 19:00:18 +00:00
usleep.c usage.c: remove reference to busybox.h 2007-05-26 19:00:18 +00:00
uudecode.c uudecode: nuke duplicate base64_table[]. saves 65 bytes 2007-06-12 07:24:11 +00:00
uuencode.c uuencode: shrink 2007-06-26 15:59:37 +00:00
wc.c style fix (stray space before ';') 2007-07-21 15:08:09 +00:00
who.c usage.c: remove reference to busybox.h 2007-05-26 19:00:18 +00:00
whoami.c usage.c: remove reference to busybox.h 2007-05-26 19:00:18 +00:00
yes.c usage.c: remove reference to busybox.h 2007-05-26 19:00:18 +00:00