hush/shell
Rob Landley 3476ad651d Second drop. More infrastructure in place, especially for parsing pipelines.
The minimal version got a couple hundred bytes bigger, partly because it's
broken into more functions but mostly because it now dynamically reallocates
and frees everything with no hard-coded limits.  (I thought about making
that optional, but there's a limit to what I can debug and maintain.  It
should still be reasonably NOMMU friendly, the allocations are small and
short lived, and shouldn't contribute noticeably to long-term memory
fragmentation.)
2006-09-08 16:59:08 +00:00
..
ash.c Svn 16007 broke the build under gcc 4.0.3. This fixes up some of the damage 2006-08-29 19:41:06 +00:00
bbsh.c Second drop. More infrastructure in place, especially for parsing pipelines. 2006-09-08 16:59:08 +00:00
cmdedit.c Svn 16007 broke the build under gcc 4.0.3. This fixes up some of the damage 2006-08-29 19:41:06 +00:00
cmdedit.h Standardize on the vi editing directives being on the first line. 2006-07-02 19:47:05 +00:00
Config.in remove leading "Enable" from the config option text. not only is it 2006-06-08 21:48:47 +00:00
hush.c Svn 16007 broke the build under gcc 4.0.3. This fixes up some of the damage 2006-08-29 19:41:06 +00:00
lash.c - merge -r15463:15564 from busybox_scratch branch through these changesets: 2006-08-20 17:35:13 +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 a warning go away when standalone shell is disabled. 2006-08-10 21:46:43 +00:00