diff options
author | Kaz Kylheku <kaz@kylheku.com> | 2021-09-26 10:17:00 -0700 |
---|---|---|
committer | Kaz Kylheku <kaz@kylheku.com> | 2021-09-26 10:17:00 -0700 |
commit | da59e8ce3fc5a35b3d22dd971ff96f498f655a98 (patch) | |
tree | c29c855e17d545e71d657e5630cc6ee364f7f6d8 /struct.c | |
parent | ba75167d1e7c609b829978b3f4a748ce3cf69ad9 (diff) | |
download | txr-da59e8ce3fc5a35b3d22dd971ff96f498f655a98.tar.gz txr-da59e8ce3fc5a35b3d22dd971ff96f498f655a98.tar.bz2 txr-da59e8ce3fc5a35b3d22dd971ff96f498f655a98.zip |
New variable: *child-env*.
This specifies the environment to be used for executing
programs.
* stream.c (open_subprocess, run): Check *child-env* variable and if
other than t, then install the environment before execvp.
In the spawn-based version of run, we save and restore the
environment around the spawn call, if *child-env* is in
effect.
* sysif.c (child_env_s): New symbol variable.
(exec_wrap): If *child-env* is other than t, then save the
environment in a list, and install the specified environment
before calling execvp. If that function returns, restore the
environbment.
* sysif.h (child_env_s): Declared.
(child_env): New macro.
* tests/018/process.tl: New tests.
* txr.1: Documented.
* stdlib/doc-syms.tl: Updated.
Diffstat (limited to 'struct.c')
0 files changed, 0 insertions, 0 deletions