mirror of
https://github.com/sheumann/hush.git
synced 2024-11-05 06:07:00 +00:00
6ab037872f
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. |
||
---|---|---|
.. | ||
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 | ||
cp.c | ||
cut.c | ||
date.c | ||
dd.c | ||
df.c | ||
diff.c | ||
dirname.c | ||
dos2unix.c | ||
du.c | ||
echo.c | ||
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 | ||
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 | ||
sum.c | ||
sync.c | ||
tail.c | ||
tee.c | ||
test.c | ||
touch.c | ||
tr.c | ||
true.c | ||
tty.c | ||
uname.c | ||
uniq.c | ||
usleep.c | ||
uudecode.c | ||
uuencode.c | ||
watch.c | ||
wc.c | ||
who.c | ||
whoami.c | ||
yes.c |