diff options
author | nijtmans <nijtmans> | 2008-11-14 00:22:39 (GMT) |
---|---|---|
committer | nijtmans <nijtmans> | 2008-11-14 00:22:39 (GMT) |
commit | 2b17014256a8e898ed0d13b9440fb93c8167e6cc (patch) | |
tree | 4a1ebcbeafbfabd4f034af76e1a1e6d6397fa3e6 /ChangeLog | |
parent | 1a689ba82658d24a00cc016d1175dc7ed959a167 (diff) | |
download | tcl-2b17014256a8e898ed0d13b9440fb93c8167e6cc.zip tcl-2b17014256a8e898ed0d13b9440fb93c8167e6cc.tar.gz tcl-2b17014256a8e898ed0d13b9440fb93c8167e6cc.tar.bz2 |
Fixed [Bug 2269431]: load of shared objects
leaves emporary files on windows
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -1,3 +1,11 @@ +2008-11-13 Jan Nijtmans <nijtmans@users.sf.net> + + * generic/tclInt.h: rename static function FSUnloadTempFile to + * generic/tclIOUtil.c TclFSUnloadTempFile, needed in tclLoad.c + + * generic/tclLoad.c Fixed [Bug 2269431]: load of shared + objects leaves temporary files on windows + 2008-11-10 Andreas Kupries <andreask@activestate.com> * doc/platform_shell.n: Fixed [Bug 2255235], reported by Ulrich |