summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authordavygrvy <davygrvy@pobox.com>2002-12-05 00:15:01 (GMT)
committerdavygrvy <davygrvy@pobox.com>2002-12-05 00:15:01 (GMT)
commit09df1bc509dd5e99187dfac5795e2e13fef53df5 (patch)
tree273d16d662b0afdaf6ae19100c95440e09ccd35b /ChangeLog
parent7e2fb9e70cbf48d9ab770d3a64d35e3aa745bb21 (diff)
downloadtcl-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--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 7992162..ca3f7d9 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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.