Age | Commit message (Collapse) | Author |
|
|
|
do this we will segfault processing /etc/.profile since cwd isn't yet set.
|
|
maintain in AUTHORS.
|
|
of a few items.
|
|
|
|
|
|
setup_prompt_string()
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
a more reasonable sized default build.
|
|
|
|
|
|
|
|
|
|
|
|
now things such as
$ echo foo | sed 'sxfooxb\arx'
bar
will work as expected (and so doogie can stop complaining).
-Erik
|
|
|
|
|
|
|
|
|
|
|
|
|
|
with non-forking shell builtins. Especially helpful for "read". This patch
also beautifies builtin_fg_bg, clarifies the problems with
run_command_predicate, makes if/then/else support the default, and corrects the
sense of the BB_FEATURE_SH_ENVIRONMENT comment.
|
|
|
|
|
|
and wasnever updated when TRUE and FALSE were fixed. So kludge it
by doing an #undef TRUE, then define it backwards...
|
|
nobody else uses it and it is a GNU extension anyways...
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
function names to conform with the style guide. I also did a lot of work on
the if-then-alse-fi logic and added prototype (i.e. it segfaults when enabled)
line continuation support.
Furthermore, this patch includes Larry Doolittle's work on restructuring some
of the data structures that represent the job and child_program, allowing
several simplifications and fixing several bugs.
-Erik
|
|
|
|
|
|
|
|
|
|
|