hush/coreutils
Rob Landley 2b26fd5570 A few changes falling out from the effort to make sed handle embedded NUL bytes.
Checking in to reduce the diff between my tree and svn...
2006-02-24 02:30:39 +00:00
..
libcoreutils make the build system puuuuuuuuuuurty 2006-02-02 01:41:53 +00:00
basename.c
cal.c rfelker writes in Bug 734: Nothing from err.h is used, but cal.c includes it, breaking compile on systems lacking this function. 2006-02-19 22:41:41 +00:00
cat.c
chgrp.c
chmod.c
chown.c avoid signed<->unsigned warning 2006-01-31 12:06:57 +00:00
chroot.c
cmp.c
comm.c
Config.in Patch from Devin Bayer to split up hash_fd.c into md5.c and sha1.c. (I tweaked 2006-02-21 06:44:43 +00:00
cp.c
cut.c
date.c Walter Harms added -D to date, and I did a code cleanup while I was in the 2006-02-21 05:06:42 +00:00
dd.c avoid signed<->unsigned warning 2006-01-31 12:06:57 +00:00
df.c
dirname.c
dos2unix.c
du.c avoid signed<->unsigned warning 2006-01-31 12:06:57 +00:00
echo.c
env.c Patch from Denis Vlasenko to constify things and fix a few typos. 2006-02-22 17:01:00 +00:00
expr.c clean up yet more annoying signed/unsigned mismatches and fixup 2006-01-30 19:48:23 +00:00
false.c
fold.c
head.c
hostid.c
id.c
install.c clean up yet more annoying signed/unsigned mismatches and fixup 2006-01-30 19:48:23 +00:00
length.c
ln.c
logname.c
ls.c clean up yet more annoying signed/unsigned mismatches and fixup 2006-01-30 19:48:23 +00:00
Makefile
Makefile.in Don't build directory libraries unless we're building an applet that needs it. 2006-02-21 19:11:35 +00:00
md5_sha1_sum.c Patch from Devin Bayer to split up hash_fd.c into md5.c and sha1.c. (I tweaked 2006-02-21 06:44:43 +00:00
mkdir.c
mkfifo.c
mknod.c
mv.c
nice.c
nohup.c
od.c clean up yet more annoying signed/unsigned mismatches and fixup 2006-01-30 19:48:23 +00:00
printenv.c
printf.c
pwd.c
realpath.c
rm.c
rmdir.c
seq.c "sed 2 -2 10" was very unhappy. Made the thing bigger fixing it, 2006-02-23 19:54:48 +00:00
sleep.c
sort.c A few changes falling out from the effort to make sed handle embedded NUL bytes. 2006-02-24 02:30:39 +00:00
stat.c Patch from Denis Vlasenko to constify things and fix a few typos. 2006-02-22 17:01:00 +00:00
stty.c rfelker writes in Bug 736: stty.c includes unneeded, obsolete header memory.h 2006-02-19 22:43:58 +00:00
sum.c Fix bug 674: sum's block count should always round up. 2006-02-14 17:47:05 +00:00
sync.c
tail.c
tee.c
test.c
touch.c
tr.c clean up yet more annoying signed/unsigned mismatches and fixup 2006-01-30 19:48:23 +00:00
true.c
tty.c
uname.c
uniq.c
usleep.c
uudecode.c more better for me signed<->unsigned and the const keyword usage 2006-01-31 14:25:52 +00:00
uuencode.c more better for me signed<->unsigned and the const keyword usage 2006-01-31 14:25:52 +00:00
watch.c
wc.c
who.c
whoami.c
yes.c