busybox/shell
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
..
ash.c made "test" an ash built-in. 2006-06-08 21:37:26 +00:00
cmdedit.c - move #include busybox.h to the very top so we pull in the config 2006-06-02 20:56:16 +00:00
cmdedit.h commiting: 2005-08-04 19:04:46 +00:00
Config.in made "test" an ash built-in. 2006-06-08 21:37:26 +00:00
hush.c - move #include busybox.h to the very top so we pull in the config 2006-06-02 20:56:16 +00:00
lash.c - reuse strings and messages. Saves about 600B 2006-06-07 20:17:41 +00:00
Makefile pull Rules.mak from top_srcdir as pointed out by Robert P. J. Day on the mailing list 2006-05-13 02:33:09 +00:00
Makefile.in - revert back to r14406 2006-03-13 19:04:00 +00:00
msh.c make the default prompt suck less when using fancy prompts 2006-06-06 06:26:12 +00:00