diff options
| author | davygrvy@pobox.com <davygrvy> | 2003-12-13 02:11:24 (GMT) |
|---|---|---|
| committer | davygrvy@pobox.com <davygrvy> | 2003-12-13 02:11:24 (GMT) |
| commit | 9d001e86ac25ccf6f122e96aaa7ef4d9d0dc2a5d (patch) | |
| tree | e00764f8129d62f1b1f12d47517206feba874f84 | |
| parent | 4d46c02289dc48f57eafc342edc5d78998cf314f (diff) | |
| download | tcl-9d001e86ac25ccf6f122e96aaa7ef4d9d0dc2a5d.zip tcl-9d001e86ac25ccf6f122e96aaa7ef4d9d0dc2a5d.tar.gz tcl-9d001e86ac25ccf6f122e96aaa7ef4d9d0dc2a5d.tar.bz2 | |
no message
| -rw-r--r-- | ChangeLog | 9 |
1 files changed, 8 insertions, 1 deletions
@@ -1,3 +1,9 @@ +2003-12-12 David Gravereaux <davygrvy@pobox.com> + + * 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 <vincentdarley@users.sourceforge.net> * 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 <jeffh@ActiveState.com> |
