hush/coreutils
Eric Andersen 0b7d70c822 Fix up some silly messups with the debian packaging, and a dumb
bug with chroot.  I've had the package uploaded but perms set to
000, so I am going to re-tag things and re-cut the release.  Folks
who pulled from CVS in the last 30 minutes with just have to cope.
 -Erik
2001-08-02 20:56:16 +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 Patchs from Jeff Garzik <jgarzik@mandrakesoft.com> to cleanup 2001-03-09 14:36:42 +00:00
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 Cleanup from vodz 2001-07-10 16:25:34 +00:00
chroot.c Fix up some silly messups with the debian packaging, and a dumb 2001-08-02 20:56:16 +00:00
cmp.c Applied patch from I.Q. to add -s to cmp. 2001-04-25 20:41:02 +00:00
cp.c Use generic flag names. 2001-04-24 01:30:02 +00:00
cut.c Latest patch from vodz. Adds a check for divide by zero in the posix 2001-08-02 05:02:46 +00:00
date.c Patch from larry to fix some grammar errors. 2001-05-23 20:32:09 +00:00
dd.c Always write record counts to stderr. 2001-07-31 21:02:19 +00:00
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 More libc5 fixups 2001-08-02 10:55:32 +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 Apply Vladimir's latest cleanup patch. 2001-04-09 22:48:12 +00:00
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 A cleanup patch from Jeff Garzik to static-ify a number of 2001-03-09 21:24:12 +00:00
hostid.c It turns out that DODMALLOC was broken when I reorganized busybox.h 2001-02-20 06:14:08 +00:00
id.c Change 'printf("%s\n", ...)' into 'puts(...)'. Noted and patched in hostname.c 2001-05-16 14:21:09 +00:00
length.c It turns out that DODMALLOC was broken when I reorganized busybox.h 2001-02-20 06:14:08 +00:00
ln.c Move messages.c to libbb. Make each string in messages.c be its own .o file. 2001-04-25 05:39:18 +00:00
logname.c It turns out that DODMALLOC was broken when I reorganized busybox.h 2001-02-20 06:14:08 +00:00
ls.c Make formatting match GNU ls (we were including a spare ' ') 2001-07-31 22:43:50 +00:00
md5sum.c Patch from vodz: 2001-07-12 20:26:32 +00:00
mkdir.c Rewrote mkdir (and touched lots of things in the process). 2001-06-21 19:41:37 +00:00
mkfifo.c It turns out that DODMALLOC was broken when I reorganized busybox.h 2001-02-20 06:14:08 +00:00
mknod.c It turns out that DODMALLOC was broken when I reorganized busybox.h 2001-02-20 06:14:08 +00:00
mv.c Rewrote rm. 2001-04-24 20:04:18 +00:00
printf.c locale correction patch from Vladimir 2001-03-19 19:25:49 +00:00
pwd.c Apply Vladimir's latest cleanup patch. 2001-04-09 22:48:12 +00:00
rm.c Add some missing includes to kill warnings when building with the default 2001-06-29 18:59:32 +00:00
rmdir.c It turns out that DODMALLOC was broken when I reorganized busybox.h 2001-02-20 06:14:08 +00:00
sleep.c It turns out that DODMALLOC was broken when I reorganized busybox.h 2001-02-20 06:14:08 +00:00
sort.c Applied patch from I.Q. to add sort -u as a feature. 2001-04-17 18:56:18 +00:00
stty.c Patch from vodz: 2001-07-12 20:26:32 +00:00
sync.c It turns out that DODMALLOC was broken when I reorganized busybox.h 2001-02-20 06:14:08 +00:00
tail.c A patch from Erik Meusel <erik@wh58-709.st.uni-magdeburg.de> 2001-06-26 15:07:08 +00:00
tee.c This patch, put together by Manuel Novoa III, is a merge of work 2001-02-14 21:23:06 +00:00
test.c Move messages.c to libbb. Make each string in messages.c be its own .o file. 2001-04-25 05:39:18 +00:00
touch.c It turns out that DODMALLOC was broken when I reorganized busybox.h 2001-02-20 06:14:08 +00:00
tr.c Patch from vodz to support 'tr a-z A-Z' syntax. 2001-07-09 21:32:29 +00:00
tty.c It turns out that DODMALLOC was broken when I reorganized busybox.h 2001-02-20 06:14:08 +00:00
uname.c Patchs from Jeff Garzik <jgarzik@mandrakesoft.com> to cleanup 2001-03-09 14:36:42 +00:00
uniq.c It turns out that DODMALLOC was broken when I reorganized busybox.h 2001-02-20 06:14:08 +00:00
usleep.c Another cleanup patch from Jeff Garzik <jgarzik@mandrakesoft.com> 2001-03-19 23:49:41 +00:00
uudecode.c Latest patch from vodz. Adds a check for divide by zero in the posix 2001-08-02 05:02:46 +00:00
uuencode.c Fix permisions when reading from stdin 2001-07-29 06:04:26 +00:00
wc.c A cleanup patch from Jeff Garzik to static-ify a number of 2001-03-09 21:24:12 +00:00
whoami.c Patch from Jeff Garzik marking a few 'getopt not needed' apps. 2001-03-09 21:28:09 +00:00
yes.c Patch from Jeff Garzik marking a few 'getopt not needed' apps. 2001-03-09 21:28:09 +00:00