diff options
author | Kaz Kylheku <kaz@kylheku.com> | 2014-03-13 01:07:49 -0700 |
---|---|---|
committer | Kaz Kylheku <kaz@kylheku.com> | 2014-03-13 01:07:49 -0700 |
commit | 5251ac1ca49b5abc0d68f77291eb463f2040eb31 (patch) | |
tree | ae9b60f56270a79931ffe6c8c1a3cd9b5c7198e4 /ChangeLog | |
parent | 03e6fc5649ab4548fc331a0fe8bb5ed93eb296db (diff) | |
download | txr-5251ac1ca49b5abc0d68f77291eb463f2040eb31.tar.gz txr-5251ac1ca49b5abc0d68f77291eb463f2040eb31.tar.bz2 txr-5251ac1ca49b5abc0d68f77291eb463f2040eb31.zip |
* stream.c (open_process): If execvp fails, use errno as the
exit status.
(sh, run): New static functions.
(stream_init): sh and run registered as intrinsics.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -1,3 +1,10 @@ +2014-03-13 Kaz Kylheku <kaz@kylheku.com> + + * stream.c (open_process): If execvp fails, use errno as the + exit status. + (sh, run): New static functions. + (stream_init): sh and run registered as intrinsics. + 2014-03-12 Kaz Kylheku <kaz@kylheku.com> * lib.c (iffi): Bugfix: was still using incorrect, outdated optional |