summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorvincentdarley <vincentdarley>2002-05-28 15:05:22 (GMT)
committervincentdarley <vincentdarley>2002-05-28 15:05:22 (GMT)
commitd3abfb7c31e20f560d6431c5dd6c91e327a7aee1 (patch)
treee0411630cc6c417aec2b2a276c3355529113503d /ChangeLog
parent76bb596c507cba4c6e632707f229a29dae364dde (diff)
downloadtcl-d3abfb7c31e20f560d6431c5dd6c91e327a7aee1.zip
tcl-d3abfb7c31e20f560d6431c5dd6c91e327a7aee1.tar.gz
tcl-d3abfb7c31e20f560d6431c5dd6c91e327a7aee1.tar.bz2
load cleanup in vfs
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog8
1 files changed, 7 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 45a838e..1cffea2 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2002-05-28 Vince Darley <vincentdarley@users.sourceforge.net>
+
+ * generic/tclIOUtil.c: fixes to Tcl_FSLoadFile when called on
+ a file inside a vfs. This should avoid leaving temporary
+ files sitting around on exit. [Bug #545579]
+
2002-05-27 Donal K. Fellows <fellowsd@cs.man.ac.uk>
* win/tclWinError.c: Added comment on conversion of
@@ -92,7 +98,7 @@
filesystem, via introduction of 'TclFinalizeFilesystem'.
Move TclFinalizeLoad into TclFinalizeFilesystem so we can
be sure it is called at just the right time.
- Fix bad comment also. [Fixes 555078 and 'fs' part of 543549]
+ Fix bad comment also. [Bug #555078 and 'fs' part of #543549]
* win/tclWinChan.c: fix comment referring to wrong function.
2002-05-10 Don Porter <dgp@users.sourceforge.net>