From 5ef7bffb03ae9f4cb7212076570be24b2cb1247d Mon Sep 17 00:00:00 2001 From: davygrvy Date: Sat, 13 Dec 2003 02:11:24 +0000 Subject: no message --- ChangeLog | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 8bf8254..a034213 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2003-12-12 David Gravereaux + + * win/tclWinChan.c: Win32's SetFilePointer() takes LONGs not + DWORDs (a signed/unsigned mismatch). Redid local vars to + avoid all casting except where truly required. + 2003-12-12 Vince Darley * generic/tclCmdAH.c: fix to normalization of non-existent user @@ -24,7 +30,8 @@ * win/tclWinSock.c (SocketThreadExitHandler) : added a TerminateThread fallback just in case the socket handler thread is really in a paused state. This can happen when Tcl is being - unloaded by the OS from an exception handler. + unloaded by the OS from an exception handler. See MSDN docs on + DllMain, it states this behavior. 2003-12-09 Jeff Hobbs -- cgit v0.12