diff options
author | davygrvy <davygrvy@pobox.com> | 2004-05-30 21:57:31 (GMT) |
---|---|---|
committer | davygrvy <davygrvy@pobox.com> | 2004-05-30 21:57:31 (GMT) |
commit | 2d7e227dbac1738f3800481ba3dc4e9312e68cd5 (patch) | |
tree | f087aa1533a051c20758071074450c840bda4610 | |
parent | 0c988adc2fbfe2e8803d169aaf90abccf11842a7 (diff) | |
download | tcl-2d7e227dbac1738f3800481ba3dc4e9312e68cd5.zip tcl-2d7e227dbac1738f3800481ba3dc4e9312e68cd5.tar.gz tcl-2d7e227dbac1738f3800481ba3dc4e9312e68cd5.tar.bz2 |
no message
-rw-r--r-- | ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
@@ -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 |