busybox/coreutils
Eric Andersen 91c9388715 Place a temporary bandaid on the ls/du/df human-readable issue. This method is
not going to scale up as well as I would like, and Matt Kraai and I have
discussed a better long term solution.  But for now this will at least make all
the human-readable apps give correct answers.

Please test the human readable/non-human readable options on your systems!!!
 -Erik
2001-04-03 23:14:29 +00:00
..
basename.c
cat.c
chroot.c
cmp.c
cut.c
date.c
dd.c A nice patch from Larry Doolittle that adds -Wshadow and 2001-03-21 07:34:27 +00:00
df.c
dirname.c
dos2unix.c
du.c
echo.c A nice patch from Larry Doolittle that adds -Wshadow and 2001-03-21 07:34:27 +00:00
env.c Add in a new standalone env applet for fixing up app's environments 2001-03-29 22:48:33 +00:00
expr.c Another cleanup patch from Jeff Garzik <jgarzik@mandrakesoft.com> 2001-03-19 23:49:41 +00:00
head.c
hostid.c
id.c
length.c
ln.c
logname.c
ls.c Place a temporary bandaid on the ls/du/df human-readable issue. This method is 2001-04-03 23:14:29 +00:00
md5sum.c
mkdir.c
mkfifo.c
mknod.c
printf.c locale correction patch from Vladimir 2001-03-19 19:25:49 +00:00
pwd.c /* getopt not needed */ 2001-03-10 00:13:20 +00:00
rm.c Simpify detection of no options. 2001-03-19 19:40:43 +00:00
rmdir.c
sleep.c
sort.c
stty.c
sync.c
tail.c
tee.c
test.c Another cleanup patch from Jeff Garzik <jgarzik@mandrakesoft.com> 2001-03-19 23:49:41 +00:00
touch.c
tr.c -Wshadow tr fix from Jeff Garzik 2001-03-23 17:08:21 +00:00
tty.c
uname.c
uniq.c
usleep.c Another cleanup patch from Jeff Garzik <jgarzik@mandrakesoft.com> 2001-03-19 23:49:41 +00:00
uudecode.c
uuencode.c
wc.c
whoami.c
yes.c