summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorferrieux <ferrieux@users.sourceforge.net>2009-01-27 00:01:42 (GMT)
committerferrieux <ferrieux@users.sourceforge.net>2009-01-27 00:01:42 (GMT)
commit038ad9c8c8c8a7c63a58858d7693942420d5babd (patch)
treed745447207155bddda15717c631a120a70ab71ab /ChangeLog
parentf8cf7d1c32e40ccd4a7f2e27de0a51b5196aa00b (diff)
downloadtcl-038ad9c8c8c8a7c63a58858d7693942420d5babd.zip
tcl-038ad9c8c8c8a7c63a58858d7693942420d5babd.tar.gz
tcl-038ad9c8c8c8a7c63a58858d7693942420d5babd.tar.bz2
Fix [Bug 1028264]: WSACleanup() too early. The fix introduces "late exit handlers" for similar late process-wide cleanups.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 77bcb0a..2c4ede0 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,11 @@
2009-01-26 Alexandre Ferrieux <ferrieux@users.sourceforge.net>
+ * generic/tclInt.h: Fix [Bug 1028264]: WSACleanup() too early.
+ * generic/tclEvent.c: The fix introduces "late exit handlers"
+ * win/tclWinSock.c: for similar late process-wide cleanups.
+
+2009-01-26 Alexandre Ferrieux <ferrieux@users.sourceforge.net>
+
* win/tclWinSocl.c: Fix [Bug 2446662]: resync Win behavior on RST
with that of unix (EOF).