diff options
author | Kaz Kylheku <kaz@kylheku.com> | 2015-04-16 21:34:19 -0700 |
---|---|---|
committer | Kaz Kylheku <kaz@kylheku.com> | 2015-04-16 21:34:19 -0700 |
commit | e0fa761ad7a76f760fb358f5d5855bdd55eef13c (patch) | |
tree | 5d4c615ed10e235b4776a56f6f55d71bbeeb67dd /ChangeLog | |
parent | 83aea1f74dd3de219de053d9162f8b217b0530ca (diff) | |
download | txr-e0fa761ad7a76f760fb358f5d5855bdd55eef13c.tar.gz txr-e0fa761ad7a76f760fb358f5d5855bdd55eef13c.tar.bz2 txr-e0fa761ad7a76f760fb358f5d5855bdd55eef13c.zip |
Add exec and pipe functions.
* configure: Check for pipe.
* sysif.c (exec_wrap, pipe_wrap): New static functions.
(sysif_init): Register exec and pipe intrinsics.
* txr.1: Documented exec and pipe.
* tl.vim, txr.vim: Regenerated.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 13 |
1 files changed, 13 insertions, 0 deletions
@@ -1,5 +1,18 @@ 2015-04-16 Kaz Kylheku <kaz@kylheku.com> + Add exec and pipe functions. + + * configure: Check for pipe. + + * sysif.c (exec_wrap, pipe_wrap): New static functions. + (sysif_init): Register exec and pipe intrinsics. + + * txr.1: Documented exec and pipe. + + * tl.vim, txr.vim: Regenerated. + +2015-04-16 Kaz Kylheku <kaz@kylheku.com> + Adding chmod. * configure: Detect chmod. |