History log of /fuchsia/zircon/third_party/uapp/dash/src/nodes.h
Revision Date Author Comments
# f3e2126c 12-Sep-2017 Roland McGrath <mcgrathr@google.com>

[zx] Magenta -> Zircon

The Great Renaming is here!

Change-Id: I3229bdeb2a3d0e40fb4db6fec8ca7d971fbffb94


# 938c098f 23-Feb-2017 Josh Conner <joshconner@google.com>

[dash] Subshells inherit function definitions

Pass function definitions to subshells. To accomplish this,
instead of passing a single command to the subshell we pass a
list of commands, with the function definitions as the first
items in the list.

Change-Id: I0f9dd51e6aaa6bbcfac4acbb83003900fd6d8a72


# 140b2ad3 02-Dec-2016 Adam Barth <abarth@chromium.org>

[dash] Implement foreground subshells

Dash can now execute AST fragments in subprocesses, which means commands
like the following work:

$ (echo 42)
42

Change-Id: I66a994f9de9d3541d1c830c0db75ce09f3196e9f


# f0754f0d 30-Nov-2016 Adam Barth <abarth@chromium.org>

[dash] Add dash to the build

This patch integrates dash with the build system, including
pre-generating source files.

Change-Id: If19d0be0c030c6c194cb7bf66a26be48a39c0847