summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authordkf <donal.k.fellows@manchester.ac.uk>2008-12-06 20:12:26 (GMT)
committerdkf <donal.k.fellows@manchester.ac.uk>2008-12-06 20:12:26 (GMT)
commit7fc0aa09838f76717549f48315fd2dad8c0a1176 (patch)
tree86436a4236eb2c0ce02386fd184c4eee48cb6b47 /ChangeLog
parent63ab1f0c5d57ba9b4583d3c5029d900df034a628 (diff)
downloadtcl-7fc0aa09838f76717549f48315fd2dad8c0a1176.zip
tcl-7fc0aa09838f76717549f48315fd2dad8c0a1176.tar.gz
tcl-7fc0aa09838f76717549f48315fd2dad8c0a1176.tar.bz2
Partial fix for [Bug 2388866]
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 1ed290d..35d07d8 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2008-12-06 Donal K. Fellows <dkf@users.sf.net>
+
+ * generic/tclCmdAH.c (FileTempfileCmd): Force temporary files to be
+ created in the native filesystem. Attempting to provide a template
+ that puts it elsewhere will result in the directory part of the
+ template being ignored. Partial address of [Bug 2388866] concerns.
+
2008-12-05 Donal K. Fellows <dkf@users.sf.net>
TIP #335 IMPLEMENTATION