busybox/include
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
..
applets.h - add applet taskset to set/retrieve the CPU affinity of a process 2006-06-07 15:44:59 +00:00
busybox.h Header file cleanup. platform.h apparently needs to be included early on so it 2006-05-31 22:09:03 +00:00
dump.h Major coreutils update. 2003-03-19 09:13:01 +00:00
grp_.h Replace the old and somewhat buggy pwd_grp stuff with the shiny 2004-07-15 12:53:49 +00:00
inet_common.h Fixup to the previous (portability) patch. Linux actually does need 2006-03-09 22:39:08 +00:00
libbb.h made "test" an ash built-in. 2006-06-08 21:37:26 +00:00
platform.h only check __GNU_LIBRARY__ if it is actually defined 2006-06-06 06:00:20 +00:00
pwd_.h Replace the old and somewhat buggy pwd_grp stuff with the shiny 2004-07-15 12:53:49 +00:00
shadow_.h This is not C++. 2006-05-29 05:21:29 +00:00
unarchive.h - typo: s/compenent/component/g 2006-04-02 20:12:31 +00:00
usage.h Fix from Tito to read from stdin only when it's not a tty. 2006-06-07 21:22:42 +00:00
xregex.h split libbb: moved xregcomp separatelly for speed up recompile 2005-09-14 16:59:11 +00:00