summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorvincentdarley <vincentdarley>2003-01-10 15:03:49 (GMT)
committervincentdarley <vincentdarley>2003-01-10 15:03:49 (GMT)
commit73064e4b76a9357a6054724dc8dda93a6fec52e9 (patch)
tree80a34d014f8cf54e0b51b3713808dacf6861b179 /ChangeLog
parent3bc8130a8799cf76ffd3e03e8de53709e3d1898a (diff)
downloadtcl-73064e4b76a9357a6054724dc8dda93a6fec52e9.zip
tcl-73064e4b76a9357a6054724dc8dda93a6fec52e9.tar.gz
tcl-73064e4b76a9357a6054724dc8dda93a6fec52e9.tar.bz2
WinTcl crash on exit fix
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog10
1 files changed, 10 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index d482d7a..e586bc8 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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