diff options
author | davygrvy <davygrvy@pobox.com> | 2002-12-05 00:15:01 (GMT) |
---|---|---|
committer | davygrvy <davygrvy@pobox.com> | 2002-12-05 00:15:01 (GMT) |
commit | 09df1bc509dd5e99187dfac5795e2e13fef53df5 (patch) | |
tree | 273d16d662b0afdaf6ae19100c95440e09ccd35b /ChangeLog | |
parent | 7e2fb9e70cbf48d9ab770d3a64d35e3aa745bb21 (diff) | |
download | tcl-09df1bc509dd5e99187dfac5795e2e13fef53df5.zip tcl-09df1bc509dd5e99187dfac5795e2e13fef53df5.tar.gz tcl-09df1bc509dd5e99187dfac5795e2e13fef53df5.tar.bz2 |
* win/tclWinPipe.c: reverted back to -r1.27 due to numerous test
failures that need to be resolved first.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -1,5 +1,11 @@ 2002-12-04 David Gravereaux <davygrvy@pobox.com> + * win/tclWinPipe.c: reverted back to -r1.27 due to numerous test + failures that need to be resolved first. The idea was good, + but the details aren't. + +2002-12-04 David Gravereaux <davygrvy@pobox.com> + * win/tclWinPipe.c (Tcl_WaitPid): When a process exits with an exception, pass this notice on to the caller with a SIG* code rather than truncating the exit code and missing the meaning. |