diff options
author | vincentdarley <vincentdarley> | 2003-01-10 15:03:49 (GMT) |
---|---|---|
committer | vincentdarley <vincentdarley> | 2003-01-10 15:03:49 (GMT) |
commit | 73064e4b76a9357a6054724dc8dda93a6fec52e9 (patch) | |
tree | 80a34d014f8cf54e0b51b3713808dacf6861b179 /ChangeLog | |
parent | 3bc8130a8799cf76ffd3e03e8de53709e3d1898a (diff) | |
download | tcl-73064e4b76a9357a6054724dc8dda93a6fec52e9.zip tcl-73064e4b76a9357a6054724dc8dda93a6fec52e9.tar.gz tcl-73064e4b76a9357a6054724dc8dda93a6fec52e9.tar.bz2 |
WinTcl crash on exit fix
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
@@ -1,3 +1,13 @@ +2003-01-10 Vince Darley <vincentdarley@users.sourceforge.net> + + * generic/tclIOUtil.c: + * win/tclWinInt.h: + * win/tclWinInit.c: fix to new WinTcl crash on exit with vfs, + introduced on 2002-12-06. Encodings must be cleaned up after + the filesystem. + + * win/makefile.vc: fix to minor VC++ 5.2 syntax problem + 2003-01-09 Don Porter <dgp@users.sourceforge.net> * generic/tclCompCmds.c (TclCompilerReturnCmd): Corrected off-by-one |