diff options
author | vincentdarley <vincentdarley> | 2003-01-28 14:52:40 (GMT) |
---|---|---|
committer | vincentdarley <vincentdarley> | 2003-01-28 14:52:40 (GMT) |
commit | 3d55b9414bbdc5a83e0b571616137f34312e668b (patch) | |
tree | df684e9d1c3c44044a8e1a18492f61795a8b0e9e /ChangeLog | |
parent | dca14b67b236f60b40e7bdcdff7e01a3f2288753 (diff) | |
download | tcl-3d55b9414bbdc5a83e0b571616137f34312e668b.zip tcl-3d55b9414bbdc5a83e0b571616137f34312e668b.tar.gz tcl-3d55b9414bbdc5a83e0b571616137f34312e668b.tar.bz2 |
filesystem bug fix and new test
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 13 |
1 files changed, 13 insertions, 0 deletions
@@ -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 |