busybox/coreutils
Manuel Novoa III 415f6c9628 Rob, I don't know why you feel some unexplainable compulsion to get rid of
a meaningless warning.  But I do expect you preserve the coding style
and variable names when all you're doing is tweaking some of my code.

I repeat... do NOT change whitespace, variable names, or coding style in
any of my code simply to conform to your coding style.
2005-09-08 06:02:49 +00:00
..
libcoreutils Don't comment warnings. Don't put #warnings about warnings. _FIX_ warnings. 2005-09-07 04:18:36 +00:00
basename.c
cal.c
cat.c
chgrp.c
chmod.c
chown.c
chroot.c
cmp.c
comm.c as Rob Landley pointed out, need to fix the 1 versus i typo in indexing 2005-05-13 03:09:20 +00:00
Config.in implemented a builtin echo command in ash. moved the guts of the 2005-08-09 19:38:05 +00:00
cp.c fake out support for POSIX -H and -L options since busybox cp dereferences everything by default 2005-04-14 02:52:50 +00:00
cut.c 1) bb_opt_complementaly -> bb_opt_complementally 2005-09-05 14:46:07 +00:00
date.c 1) bb_opt_complementaly -> bb_opt_complementally 2005-09-05 14:46:07 +00:00
dd.c
df.c 1) bb_opt_complementaly -> bb_opt_complementally 2005-09-05 14:46:07 +00:00
dirname.c
dos2unix.c Bernhard Fischer trimmed down dos2unix a bit. 2005-09-01 03:11:19 +00:00
du.c 1) bb_opt_complementaly -> bb_opt_complementally 2005-09-05 14:46:07 +00:00
echo.c implemented a builtin echo command in ash. moved the guts of the 2005-08-09 19:38:05 +00:00
env.c 1) bb_opt_complementaly -> bb_opt_complementally 2005-09-05 14:46:07 +00:00
expr.c Patch from Shaun Jackman: 2005-05-09 21:42:42 +00:00
false.c
fold.c
head.c
hostid.c
id.c 1) bb_opt_complementaly -> bb_opt_complementally 2005-09-05 14:46:07 +00:00
install.c 1) bb_opt_complementaly -> bb_opt_complementally 2005-09-05 14:46:07 +00:00
length.c
ln.c Patch from Matthew S. Wood: 2005-04-29 22:13:04 +00:00
logname.c
ls.c - usage fresh bb_getopt_ulflags for ls -- very size reduce. 2005-09-05 15:06:57 +00:00
Makefile egor duda writes: 2004-10-08 07:46:08 +00:00
Makefile.in use toplevel ARFLAGS and update default ARFLAGS to be quiet 2005-07-27 01:09:24 +00:00
md5_sha1_sum.c tweak signed/unsigned char usage to avoid mismatches 2005-06-24 21:37:59 +00:00
mkdir.c
mkfifo.c
mknod.c
mv.c 1) bb_opt_complementaly -> bb_opt_complementally 2005-09-05 14:46:07 +00:00
nice.c Add 'nice' and replace 'renice' with a new implementation. 2005-02-13 20:14:05 +00:00
od.c
printenv.c fix stupid build mistake i made earlier as pointed out by psm 2005-04-26 00:43:19 +00:00
printf.c Patch by Felipe Kellermann, use the common escape handling function and remove some unused code. 2004-09-15 02:05:23 +00:00
pwd.c
realpath.c
rm.c 1) bb_opt_complementaly -> bb_opt_complementally 2005-09-05 14:46:07 +00:00
rmdir.c
seq.c
sleep.c
sort.c applying patch from: 2005-07-20 19:07:27 +00:00
stat.c just punt all the f_frsize crap since not all linux headers support it Bug 346 2005-07-26 22:39:56 +00:00
stty.c Add a missing brace, patch by Hideki IWAMOTO 2004-09-15 03:24:32 +00:00
sum.c use more busybox functions and remove redundant code 2005-05-16 22:35:59 +00:00
sync.c
tail.c Very minor tweak to tail. 2005-08-13 00:35:00 +00:00
tee.c
test.c In Bug 208, bernhardf writes: 2005-04-16 04:30:38 +00:00
touch.c
tr.c
true.c
tty.c
uname.c
uniq.c Rob, I don't know why you feel some unexplainable compulsion to get rid of 2005-09-08 06:02:49 +00:00
usleep.c
uudecode.c
uuencode.c
watch.c patch by Shaun Jackman to combine dup/close funcs into dup2 2005-06-30 03:43:14 +00:00
wc.c
who.c cast the time pointer so gcc stops warning over nothing 2005-04-23 01:42:03 +00:00
whoami.c Tito writes: 2004-09-02 22:21:41 +00:00
yes.c