hush/coreutils
Rob Landley 81dab2cf83 Fix hdparm to use PRIu64 instead of typecasting to long long (which is 128 bits
on 64 bit platforms), and move #include <inttypes.h> to libbb.h.
2006-05-28 01:56:08 +00:00
..
libcoreutils
basename.c
cal.c
cat.c
chgrp.c - remove emacs layout block as suggested by Robert P.J. Day 2006-05-19 19:29:19 +00:00
chmod.c - remove emacs layout block as suggested by Robert P.J. Day 2006-05-19 19:29:19 +00:00
chown.c - remove emacs layout block as suggested by Robert P.J. Day 2006-05-19 19:29:19 +00:00
chroot.c
cksum.c Fix hdparm to use PRIu64 instead of typecasting to long long (which is 128 bits 2006-05-28 01:56:08 +00:00
cmp.c
comm.c
Config.in - add central knob to turn off getopt_long everywhere. EXPERIMENTAL! 2006-05-26 20:19:22 +00:00
cp.c
cut.c
date.c Consolidate #include <sys/time.h> so libbb.h does it. 2006-05-27 21:42:58 +00:00
dd.c
df.c - remove emacs layout block as suggested by Robert P.J. Day 2006-05-19 19:29:19 +00:00
diff.c
dirname.c
dos2unix.c Consolidate #include <sys/time.h> so libbb.h does it. 2006-05-27 21:42:58 +00:00
du.c
echo.c
env.c - add central knob to turn off getopt_long everywhere. EXPERIMENTAL! 2006-05-26 20:19:22 +00:00
expr.c
false.c
fold.c
head.c
hostid.c
id.c - remove emacs layout block as suggested by Robert P.J. Day 2006-05-19 19:29:19 +00:00
install.c - add central knob to turn off getopt_long everywhere. EXPERIMENTAL! 2006-05-26 20:19:22 +00:00
length.c
ln.c
logname.c
ls.c Fix some warnings in allbareconfig. 2006-05-28 01:19:06 +00:00
Makefile
Makefile.in
md5_sha1_sum.c
mkdir.c - add central knob to turn off getopt_long everywhere. EXPERIMENTAL! 2006-05-26 20:19:22 +00:00
mkfifo.c
mknod.c
mv.c - add central knob to turn off getopt_long everywhere. EXPERIMENTAL! 2006-05-26 20:19:22 +00:00
nice.c Consolidate #include <sys/time.h> so libbb.h does it. 2006-05-27 21:42:58 +00:00
nohup.c Two more issues pointed out by Bernhard. 2006-05-24 17:58:00 +00:00
od.c
printenv.c
printf.c
pwd.c
realpath.c - use shorter boilerplate. 2006-05-19 18:35:03 +00:00
rm.c
rmdir.c
seq.c
sleep.c
sort.c
stat.c
stty.c
sum.c
sync.c
tail.c
tee.c
test.c
touch.c
tr.c
true.c
tty.c
uname.c
uniq.c
usleep.c
uudecode.c
uuencode.c
watch.c Rich Felker suggested removing dprintf() from watch, and one thing led to 2006-05-25 23:02:40 +00:00
wc.c
who.c
whoami.c
yes.c