diff options
author | ferrieux <ferrieux@noemail.net> | 2009-04-27 22:10:28 (GMT) |
---|---|---|
committer | ferrieux <ferrieux@noemail.net> | 2009-04-27 22:10:28 (GMT) |
commit | 6dc7c42e23213866b0505a2d013b711f127713b9 (patch) | |
tree | 1b8ee5775fa5066b3ebec1a4612f2d15ef65118e /ChangeLog | |
parent | c6a10bd3e4f6c9af7b8a01a01fcff74152863ebd (diff) | |
download | tcl-6dc7c42e23213866b0505a2d013b711f127713b9.zip tcl-6dc7c42e23213866b0505a2d013b711f127713b9.tar.gz tcl-6dc7c42e23213866b0505a2d013b711f127713b9.tar.bz2 |
Backport fix for [Bug 1028264]: WSACleanup() too early. The fix introduces "late exit handlers" for similar late process-wide cleanups.
FossilOrigin-Name: 19cb09b3ecda47a8d8238b72069c8c4e808363b5
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -1,5 +1,11 @@ 2009-04-27 Alexandre Ferrieux <ferrieux@users.sourceforge.net> + * generic/tclInt.h: Backport fix for [Bug 1028264]: WSACleanup() too early. + * generic/tclEvent.c: The fix introduces "late exit handlers" + * win/tclWinSock.c: for similar late process-wide cleanups. + +2009-04-27 Alexandre Ferrieux <ferrieux@users.sourceforge.net> + * win/tclWinSock.c: Backport fix for [Bug 2446662]: resync Win behavior on RST with that of unix (EOF). |