hush/coreutils
Robert Griebl d378c3149c Applied vodz' patches #49 and #50 (with a small correction in runshell.c)
#49: I found one memory overflow and memory leak in "ln" applet.
Last patch reduced also 54 bytes. ;)

#50: I found bug in loginutils/Makefile.in.
New patch have also new function to libbb and
aplied this to applets and other cosmetic changes.
2002-07-19 00:05:54 +00:00
..
basename.c Major rework of the directory structure and the entire build system. 2001-10-24 05:00:29 +00:00
cal.c Remove advertising clauses in accordance with 2002-06-23 22:25:24 +00:00
cat.c Remove == TRUE' tests and convert != TRUE' and `== FALSE' tests to use !. 2001-12-20 23:13:26 +00:00
chgrp.c Remove == TRUE' tests and convert != TRUE' and `== FALSE' tests to use !. 2001-12-20 23:13:26 +00:00
chmod.c Remove == TRUE' tests and convert != TRUE' and `== FALSE' tests to use !. 2001-12-20 23:13:26 +00:00
chown.c Remove == TRUE' tests and convert != TRUE' and `== FALSE' tests to use !. 2001-12-20 23:13:26 +00:00
chroot.c Major rework of the directory structure and the entire build system. 2001-10-24 05:00:29 +00:00
cmp.c Major rework of the directory structure and the entire build system. 2001-10-24 05:00:29 +00:00
cp.c
cut.c
date.c Don't use pointless GNU-isms 2002-06-15 14:33:06 +00:00
dd.c Support noerror option 2002-04-27 01:31:43 +00:00
df.c Major rework of the directory structure and the entire build system. 2001-10-24 05:00:29 +00:00
dirname.c Major rework of the directory structure and the entire build system. 2001-10-24 05:00:29 +00:00
dos2unix.c Little fix to avoid overflow 2002-07-03 04:24:08 +00:00
du.c Patch from Edward Betts <edward@debian.org> to add -x switch to du.c 2002-04-06 23:16:44 +00:00
echo.c
env.c
expr.c Applied vodz' patches #49 and #50 (with a small correction in runshell.c) 2002-07-19 00:05:54 +00:00
false.c Split true and false into separate applets. 2001-10-24 19:00:20 +00:00
head.c Added include for isdigit(); simplified -<num> detection 2002-05-27 22:24:53 +00:00
hostid.c
id.c
length.c
ln.c Applied vodz' patches #49 and #50 (with a small correction in runshell.c) 2002-07-19 00:05:54 +00:00
logname.c
ls.c Fix silly combinitorial oversight 2002-04-27 09:19:39 +00:00
md5sum.c Fixup warnings and undefined operations that show up in gcc-3.1 2002-07-11 11:11:56 +00:00
mkdir.c
mkfifo.c
mknod.c Update some missing copyright notices 2002-04-13 08:31:59 +00:00
mv.c
od.c Remove advertising clauses in accordance with 2002-06-23 22:25:24 +00:00
printf.c
pwd.c Update some missing copyright notices 2002-04-13 08:31:59 +00:00
rm.c
rmdir.c Major rework of the directory structure and the entire build system. 2001-10-24 05:00:29 +00:00
sleep.c Update some missing copyright notices 2002-04-13 08:31:59 +00:00
sort.c Major rework of the directory structure and the entire build system. 2001-10-24 05:00:29 +00:00
stty.c last_patch41 from vodz to fix stty -F and similar 2002-06-06 11:35:29 +00:00
sync.c Update some missing copyright notices 2002-04-13 08:31:59 +00:00
tail.c Added include for isdigit(); simplified -<num> detection 2002-05-27 22:24:53 +00:00
tee.c Major rework of the directory structure and the entire build system. 2001-10-24 05:00:29 +00:00
test.c
touch.c Remove == TRUE' tests and convert != TRUE' and `== FALSE' tests to use !. 2001-12-20 23:13:26 +00:00
tr.c Fixup some silly prototype warnings 2001-10-31 10:41:31 +00:00
true.c Split true and false into separate applets. 2001-10-24 19:00:20 +00:00
tty.c
uname.c Work around compiler/assembler problem and reduce code size at the same time. 2002-03-25 02:37:20 +00:00
uniq.c Major rework of the directory structure and the entire build system. 2001-10-24 05:00:29 +00:00
usleep.c Update some missing copyright notices 2002-04-13 08:31:59 +00:00
uudecode.c Scrub pwd.h and grp.h handling so we don't have to play any 2002-07-03 23:19:26 +00:00
uuencode.c Fixup warnings and undefined operations that show up in gcc-3.1 2002-07-11 11:11:56 +00:00
wc.c Avoid printing a trailing blank character. 2001-12-20 21:11:59 +00:00
who.c Add the who applet, supplied by Da Chen <dchen@ayrnetworks.com> 2002-04-26 23:53:10 +00:00
whoami.c
yes.c