busybox/coreutils
Denys Vlasenko 4b63e16d20 md5/sha1sum: code shrink
function                                             old     new   delta
hash_file                                            357     279     -78

Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
2010-10-24 14:54:53 +02:00
..
libcoreutils
basename.c
cal.c
cat.c
catv.c
chgrp.c
chmod.c
chown.c
chroot.c
cksum.c Marked some more applets NOEXEC/NOFORK 2010-10-01 23:35:09 +02:00
comm.c
Config.src
cp.c
cut.c
date.c date: move applet and usage bits to date.c 2010-10-15 10:42:17 +02:00
dd.c
df.c
dirname.c
dos2unix.c *: introduce and use xmkstemp. -65 bytes. 2010-10-22 13:27:16 +02:00
du.c
echo.c
env.c
expand.c
expr.c
false.c
fold.c Marked some more applets NOEXEC/NOFORK 2010-10-01 23:35:09 +02:00
fsync.c *: s/open3_or_warn/open_or_warn/ where makes sense 2010-10-20 13:21:22 +02:00
head.c Marked some more applets NOEXEC/NOFORK 2010-10-01 23:35:09 +02:00
hostid.c
id_test.sh
id.c Marked some more applets NOEXEC/NOFORK 2010-10-01 23:35:09 +02:00
install.c
Kbuild.src
length.c
ln.c
logname.c
ls.c Avoid side effects in putc(), which may be implemented as a macro 2010-09-09 11:48:02 +02:00
md5_sha1_sum.c md5/sha1sum: code shrink 2010-10-24 14:54:53 +02:00
mkdir.c
mkfifo.c Marked some more applets NOEXEC/NOFORK 2010-10-01 23:35:09 +02:00
mknod.c Marked some more applets NOEXEC/NOFORK 2010-10-01 23:35:09 +02:00
mv.c
nice.c
nohup.c
od_bloaty.c
od.c
printenv.c Marked some more applets NOEXEC/NOFORK 2010-10-01 23:35:09 +02:00
printf.c libbb: introduce and use strcpy_and_process_escape_sequences 2010-10-23 21:06:06 +02:00
pwd.c
readlink.c
realpath.c
rm.c
rmdir.c
seq.c seq: exit on write errors 2010-10-17 12:44:39 +02:00
sleep.c style fix. no code chages 2010-09-25 17:19:04 +02:00
sort.c sort: -o FILE should create/truncate FILE 2010-10-18 02:43:57 +02:00
split.c
stat.c stat: remove superfluous setXXent() calls, plug memory leak 2010-10-21 00:24:05 +02:00
stty.c
sum.c
sync.c
tac.c
tail.c tail: free tailbuf upon cleaning up 2010-10-21 00:25:45 +02:00
tee.c typo fix 2010-10-17 12:45:24 +02:00
test_ptr_hack.c
test.c
touch.c
tr.c
true.c
tty.c
uname.c
uniq.c *: replace xopen3 with xopen where makes sense 2010-10-18 02:38:27 +02:00
usleep.c
uudecode.c libbb: merge mail and uudecode's base64 decoders 2010-09-16 17:51:13 +02:00
uuencode.c base64: new applet 2010-08-31 14:09:22 +02:00
wc.c wc: add support for -m 2010-10-04 17:08:14 +02:00
who.c
whoami.c
yes.c