summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authornijtmans <nijtmans>2008-11-13 22:34:33 (GMT)
committernijtmans <nijtmans>2008-11-13 22:34:33 (GMT)
commit1dc34345abbeeb394c746abc809889b36af93584 (patch)
tree5e0965c72984533c7c66feaa10fdbbda08db3006 /ChangeLog
parente1dd76f8cbed9c460c1787cd88d0a058a6d46c7c (diff)
downloadtcl-1dc34345abbeeb394c746abc809889b36af93584.zip
tcl-1dc34345abbeeb394c746abc809889b36af93584.tar.gz
tcl-1dc34345abbeeb394c746abc809889b36af93584.tar.bz2
rename static function FSUnloadTempFile to
TclFSUnloadTempFile, needed in tclLoad.c Fixed [Bug 2269431]: load of shared objects leaves temporary files on windows
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 5ecb8b7..c4b6d82 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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-12 Pat Thoyts <patthoyts@users.sourceforge.net>
* tests/registry.test: Use HKCU to avoid requiring admin access