hush/coreutils
Paul Fox 6ab037872f made "test" an ash built-in.
moved the contents of libbb/bb_echo.c back into coreutils/echo.c,
which is a more reasonable place for them than libbb.  this
forces anyone who wants echo and test to be builtin to ash to
also have them available as applets.  their cost is very small,
and the number of people who wouldn't want them as applets is
also very small.

added warning about shell builtins vs. CONFIG_FEATURE_SH_STANDALONE_SHELL,
which conflicts with their use.

thanks to nathanael copa for debugging help.

some string size optimization in test.c may have been lost with
this commit, but this is a good new baseline.
2006-06-08 21:37:26 +00:00
..
libcoreutils
basename.c
cal.c
cat.c
catv.c
chgrp.c
chmod.c
chown.c
chroot.c
cksum.c
cmp.c
comm.c
Config.in made "test" an ash built-in. 2006-06-08 21:37:26 +00:00
cp.c
cut.c
date.c
dd.c
df.c
diff.c
dirname.c
dos2unix.c
du.c
echo.c made "test" an ash built-in. 2006-06-08 21:37:26 +00:00
env.c
expr.c
false.c
fold.c
head.c
hostid.c
id.c
install.c
length.c
ln.c
logname.c
ls.c
Makefile
Makefile.in
md5_sha1_sum.c
mkdir.c
mkfifo.c Robert P. Day removed 8 gazillion occurrences of "extern" on function 2006-03-06 20:47:33 +00:00
mknod.c
mv.c
nice.c
nohup.c
od.c
printenv.c
printf.c
pwd.c
realpath.c
rm.c
rmdir.c
seq.c
sleep.c
sort.c
stat.c
stty.c - reuse strings and messages. Saves about 600B 2006-06-07 20:17:41 +00:00
sum.c We use -funsigned-char now, so having a separate RESERVE_CONFIG_UBUFFER is 2006-04-10 16:40:47 +00:00
sync.c
tail.c
tee.c
test.c made "test" an ash built-in. 2006-06-08 21:37:26 +00:00
touch.c
tr.c
true.c
tty.c Robert P. Day removed 8 gazillion occurrences of "extern" on function 2006-03-06 20:47:33 +00:00
uname.c
uniq.c
usleep.c
uudecode.c
uuencode.c
watch.c
wc.c
who.c
whoami.c
yes.c