Second drop. More infrastructure in place, especially for parsing pipelines.
authorRob Landley <rob@landley.net>
Fri, 8 Sep 2006 16:59:08 +0000 (16:59 -0000)
committerRob Landley <rob@landley.net>
Fri, 8 Sep 2006 16:59:08 +0000 (16:59 -0000)
commit3476ad651dc023a35abe87a49478d806dee22f97
treee138505163d99fc9a59176654290f11fabd96e1e
parentc27f4f5445e046d2c719e8d96ad54cfd7133061e
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.)
shell/bbsh.c