summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorvincentdarley <vincentdarley>2003-01-28 14:52:40 (GMT)
committervincentdarley <vincentdarley>2003-01-28 14:52:40 (GMT)
commit3d55b9414bbdc5a83e0b571616137f34312e668b (patch)
treedf684e9d1c3c44044a8e1a18492f61795a8b0e9e /ChangeLog
parentdca14b67b236f60b40e7bdcdff7e01a3f2288753 (diff)
downloadtcl-3d55b9414bbdc5a83e0b571616137f34312e668b.zip
tcl-3d55b9414bbdc5a83e0b571616137f34312e668b.tar.gz
tcl-3d55b9414bbdc5a83e0b571616137f34312e668b.tar.bz2
filesystem bug fix and new test
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog13
1 files changed, 13 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 688005f..58f3e27 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,16 @@
+2003-01-28 Vince Darley <vincentdarley@users.sourceforge.net>
+
+ * generic/tclIOUtil.c: fix to setting modification date
+ in TclCrossFilesystemCopy. Also added 'panic' in
+ Tcl_FSGetFileSystemForPath under illegal calling circumstances
+ which lead to hard-to-track-down bugs.
+
+ * generic/tclTest.c: added test suite code to allow
+ exercising a vfs-crash-on-exit bug in Tcl's finalization caused
+ by the encodings being cleaned up before unloading occurs.
+ * tests/fileSystem.test: added new 'knownBug' test 7.1
+ to demonstrate the crash on exit.
+
2003-01-28 Mo DeJong <mdejong@users.sourceforge.net>
* generic/tcl.h: Add TCL_PREFIX_IDENT and