hush/coreutils
Eric Andersen e76c3b08e1 A number of cleanups. Now compiles with libc5, glibc, and uClibc. Fix a few
shadowed variables.  Move (almost) all syscalls to libbb/syscalls.c, so I can
handle them sanely and all at once.
 -Erik
2001-04-05 03:14:39 +00:00
..
basename.c
cat.c
chroot.c
cmp.c
cut.c
date.c
dd.c A number of cleanups. Now compiles with libc5, glibc, and uClibc. Fix a few 2001-04-05 03:14:39 +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 A number of cleanups. Now compiles with libc5, glibc, and uClibc. Fix a few 2001-04-05 03:14:39 +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