diff options
author | Kaz Kylheku <kaz@kylheku.com> | 2014-03-10 00:23:15 -0700 |
---|---|---|
committer | Kaz Kylheku <kaz@kylheku.com> | 2014-03-10 00:23:15 -0700 |
commit | fbb9921f8d29350fbc69e568f90cd66379502e9c (patch) | |
tree | 9794e7b902cb9c7be7f4d58a7a61e15d1f4362e5 /ChangeLog | |
parent | 110e155595d397e5328f6f7af33e430d1a361bbc (diff) | |
download | txr-fbb9921f8d29350fbc69e568f90cd66379502e9c.tar.gz txr-fbb9921f8d29350fbc69e568f90cd66379502e9c.tar.bz2 txr-fbb9921f8d29350fbc69e568f90cd66379502e9c.zip |
* stream.c (pipe_close): Restructured the function a bit.
Do not throw exceptions for normal process terminations, only for
abnormal ones (terminated by a signal). Return the termination
status instead of just t.
* txr.1: Fixed the neglected documentation of the optional boolean
argument of close-stream. Described the behaviors with regard
to pipes in more detail.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 11 |
1 files changed, 11 insertions, 0 deletions
@@ -1,3 +1,14 @@ +2014-03-10 Kaz Kylheku <kaz@kylheku.com> + + * stream.c (pipe_close): Restructured the function a bit. + Do not throw exceptions for normal process terminations, only for + abnormal ones (terminated by a signal). Return the termination + status instead of just t. + + * txr.1: Fixed the neglected documentation of the optional boolean + argument of close-stream. Described the behaviors with regard + to pipes in more detail. + 2014-03-09 Kaz Kylheku <kaz@kylheku.com> * match.c (v_trailer): Fix segfault. The code which |