hush/coreutils
Eric Andersen 7e516797f9 Pad the human readable output for 'ls -sh' to 6 chars, since we will
have numbers printed as XXX.YU, so we need 6 digits not 4.
 -Erik
2001-06-30 18:00:26 +00:00
..
basename.c Change 'printf("%s\n", ...)' into 'puts(...)'. Noted and patched in hostname.c 2001-05-16 14:21:09 +00:00
cat.c
chgrp.c These do not need initial values. Let them live in the bss. 2001-04-30 18:07:24 +00:00
chmod.c Fix handling of permission addition and removal (e.g., o-r). 2001-04-26 18:55:29 +00:00
chown.c This patch from Lars Kellogg-Stedman, fixes the behavior of 2001-05-11 15:55:41 +00:00
chroot.c Fix applet_name. 2001-05-17 20:40:21 +00:00
cmp.c Applied patch from I.Q. to add -s to cmp. 2001-04-25 20:41:02 +00:00
cp.c
cut.c (Almost) brand-new version of cut that supports muitiple lists of positions, 2001-05-18 23:04:51 +00:00
date.c Patch from larry to fix some grammar errors. 2001-05-23 20:32:09 +00:00
dd.c
df.c Fixed scaling problems involving make_human_readable_str. 2001-06-30 07:48:01 +00:00
dirname.c Rewrote mkdir (and touched lots of things in the process). 2001-06-21 19:41:37 +00:00
dos2unix.c Fix up some signed char vs int issues that show up on powerpc. 2001-05-24 14:16:28 +00:00
du.c Fix a silly logic error which caused symlinks to be printed twice, and 2001-06-30 17:54:20 +00:00
echo.c
env.c Change 'printf("%s\n", ...)' into 'puts(...)'. Noted and patched in hostname.c 2001-05-16 14:21:09 +00:00
expr.c Change 'printf("%s\n", ...)' into 'puts(...)'. Noted and patched in hostname.c 2001-05-16 14:21:09 +00:00
head.c
hostid.c
id.c Change 'printf("%s\n", ...)' into 'puts(...)'. Noted and patched in hostname.c 2001-05-16 14:21:09 +00:00
length.c
ln.c
logname.c
ls.c Pad the human readable output for 'ls -sh' to 6 chars, since we will 2001-06-30 18:00:26 +00:00
md5sum.c A really nice patch from Manuel Novoa III for compile time 2001-06-29 20:44:51 +00:00
mkdir.c Rewrote mkdir (and touched lots of things in the process). 2001-06-21 19:41:37 +00:00
mkfifo.c
mknod.c
mv.c
printf.c
pwd.c
rm.c Add some missing includes to kill warnings when building with the default 2001-06-29 18:59:32 +00:00
rmdir.c
sleep.c
sort.c
stty.c Patch from Vladimir to remove testing stuff from stty 2001-05-07 22:47:45 +00:00
sync.c
tail.c A patch from Erik Meusel <erik@wh58-709.st.uni-magdeburg.de> 2001-06-26 15:07:08 +00:00
tee.c
test.c
touch.c
tr.c Some more patchelttes from Larry Doolittle. 2001-05-24 21:31:09 +00:00
tty.c
uname.c
uniq.c
usleep.c
uudecode.c
uuencode.c
wc.c
whoami.c
yes.c