diff options
author | davygrvy <davygrvy@pobox.com> | 2004-04-23 08:58:49 (GMT) |
---|---|---|
committer | davygrvy <davygrvy@pobox.com> | 2004-04-23 08:58:49 (GMT) |
commit | 88bdeb9f3a0d24c6a2034eeddb37c8581b64823b (patch) | |
tree | 7524868d3740a7c8ac3152dbee5b80764079ba28 | |
parent | b67d3994e880932f894a2d1964e2063e8ede7ca8 (diff) | |
download | tcl-88bdeb9f3a0d24c6a2034eeddb37c8581b64823b.zip tcl-88bdeb9f3a0d24c6a2034eeddb37c8581b64823b.tar.gz tcl-88bdeb9f3a0d24c6a2034eeddb37c8581b64823b.tar.bz2 |
no message
-rw-r--r-- | ChangeLog | 6 |
1 files changed, 5 insertions, 1 deletions
@@ -1,9 +1,13 @@ 2004-04-23 David Gravereaux <davygrvy@pobox.com> - * win/tclWin32Dll.c: Remove my mistake from 4/19 of adding an + * win/tclWin32Dll.c: Removed my mistake from 4/19 of adding an exit handler to TclWinInit. TclWinEncodingsCleanup called from TclFinalizeFilesystem does the Tcl_FreeEncoding for us. + * win/tclWinChan.c (Tcl_MakeFileChannel) : Case for CloseHandle + returning zero and not throwing a + RaiseException(EXCEPTION_INVALID_HANDLE) now being done. + 2004-04-22 David Gravereaux <davygrvy@pobox.com> * generic/tclEvent.c: TclSetLibraryPath's use of caching the |