Files
applets
arch
archival
console-tools
coreutils
debianutils
docs
e2fsprogs
editors
examples
findutils
include
init
libbb
libpwdgrp
loginutils
mailutils
miscutils
modutils
networking
printutils
procps
runit
scripts
selinux
shell
sysklogd
testsuite
basename
bunzip2
cat
cmp
cp
cut
date
dd
dirname
du
echo
expand
expr
expr-big
expr-works
false
find
gunzip
gzip
head
hostid
hostname
id
ln
ls
md5sum
mkdir
msh
mv
pwd
rm
rmdir
strings
tail
tar
tee
touch
tr
true
unexpand
uptime
wc
wget
which
xargs
README
TODO
all_sourcecode.tests
awk.tests
awk_t1.tar.bz2
bunzip2.tests
busybox.tests
bzcat.tests
comm.tests
cpio.tests
cut.tests
diff.tests
expand.tests
grep.tests
gunzip.tests
makedevs.device_table.txt
makedevs.tests
mdev.tests
mkfs.minix.tests
mount.testroot
mount.tests
od.tests
parse.tests
patch.tests
pidof.tests
printf.tests
readlink.tests
runtest
sed.tests
seq.tests
sort.tests
start-stop-daemon.tests
sum.tests
taskset.tests
test.tests
testing.sh
tr.tests
umlwrapper.sh
unexpand.tests
uniq.tests
unzip.tests
uuencode.tests
xargs.tests
util-linux
.indent.pro
AUTHORS
Config.in
INSTALL
LICENSE
Makefile
Makefile.custom
Makefile.flags
Makefile.help
README
TODO
TODO_config_nommu
busybox/testsuite/expr
Denis Vlasenko a7f4e4bbd8 expr: fix comparisons 'a < b' where we were overflowing a-b
(not to mention that we used int, not arith_t). closes bug 2744.
Also, shrink a bit and add testsuite entry

function                                             old     new   delta
nextarg                                               75      84      +9
tostring                                              38      35      -3
toarith                                               89      86      -3
str_value                                             35      32      -3
eval6                                                555     552      -3
int_value                                             29      23      -6
eval4                                                128     120      -8
eval3                                                112     104      -8
eval2                                                512     417     -95
------------------------------------------------------------------------------
(add/remove: 0/0 grow/shrink: 1/8 up/down: 9/-129)           Total: -120 bytes
2008-04-02 20:24:09 +00:00
..