diff options
author | vincentdarley <vincentdarley> | 2002-05-28 15:05:22 (GMT) |
---|---|---|
committer | vincentdarley <vincentdarley> | 2002-05-28 15:05:22 (GMT) |
commit | d3abfb7c31e20f560d6431c5dd6c91e327a7aee1 (patch) | |
tree | e0411630cc6c417aec2b2a276c3355529113503d /ChangeLog | |
parent | 76bb596c507cba4c6e632707f229a29dae364dde (diff) | |
download | tcl-d3abfb7c31e20f560d6431c5dd6c91e327a7aee1.zip tcl-d3abfb7c31e20f560d6431c5dd6c91e327a7aee1.tar.gz tcl-d3abfb7c31e20f560d6431c5dd6c91e327a7aee1.tar.bz2 |
load cleanup in vfs
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 8 |
1 files changed, 7 insertions, 1 deletions
@@ -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> |