summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordavygrvy <davygrvy@pobox.com>2004-05-30 21:57:31 (GMT)
committerdavygrvy <davygrvy@pobox.com>2004-05-30 21:57:31 (GMT)
commit2d7e227dbac1738f3800481ba3dc4e9312e68cd5 (patch)
treef087aa1533a051c20758071074450c840bda4610
parent0c988adc2fbfe2e8803d169aaf90abccf11842a7 (diff)
downloadtcl-2d7e227dbac1738f3800481ba3dc4e9312e68cd5.zip
tcl-2d7e227dbac1738f3800481ba3dc4e9312e68cd5.tar.gz
tcl-2d7e227dbac1738f3800481ba3dc4e9312e68cd5.tar.bz2
no message
-rw-r--r--ChangeLog10
1 files changed, 10 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 9af1998..7cce39b 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,13 @@
+2004-05-30 David Gravereaux <davygrvy@pobox.com>
+
+ * win/tclWinPipe.c:
+ * win/tclWinPort.h: Reworked the win implementation of
+ Tcl_WaitPid to support exitcodes in the 'signed short' range.
+ Even though this range is non-portable, it is valid on windows.
+ Detection of exception codes are now more accurate. Previously,
+ an application that exited with ExitProcess((DWORD)-1); was
+ improperly reported as exiting with SIGABRT.
+
2004-05-30 Donal K. Fellows <donal.k.fellows@man.ac.uk>
* generic/tclInterp.c: Added comments describing the purposes of