summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authordkf <donal.k.fellows@manchester.ac.uk>2009-12-14 10:03:12 (GMT)
committerdkf <donal.k.fellows@manchester.ac.uk>2009-12-14 10:03:12 (GMT)
commit56dedeb231281fb437f1caa29d16938b44a41f69 (patch)
tree438db7e2e922574dda39e4514b8d66bc2997be72 /ChangeLog
parent34c92528795ba365f8d95e1a47f64d0c726ba3e2 (diff)
downloadtcl-56dedeb231281fb437f1caa29d16938b44a41f69.zip
tcl-56dedeb231281fb437f1caa29d16938b44a41f69.tar.gz
tcl-56dedeb231281fb437f1caa29d16938b44a41f69.tar.bz2
Document that [file tempfile] always works on the native filesystem by design.
[Bug 2388866]
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog15
1 files changed, 10 insertions, 5 deletions
diff --git a/ChangeLog b/ChangeLog
index 7e02bc6..3a34d12 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,12 +1,17 @@
+2009-12-14 Donal K. Fellows <dkf@users.sf.net>
+
+ * doc/file.n (file tempfile): [Bug 2388866]: Note that this only ever
+ creates files on the native filesystem. This is a design feature.
+
2009-12-13 Miguel Sofer <msofer@users.sf.net>
- * generic/tclBasic.c: Release TclPopCallFrame() from its
- * generic/tclExecute.c: tailcall-management duties
+ * generic/tclBasic.c: Release TclPopCallFrame() from its
+ * generic/tclExecute.c: tailcall-management duties
* generic/tclNamesp.c:
- * generic/tclBasic.c: Moving TclBCArgumentRelease call
- * generic/tclExecute.c: from TclNRTailcallObjCmd to TEBC, so that
- the pairing of the Enter and Release calls is clearer.
+ * generic/tclBasic.c: Moving TclBCArgumentRelease call from
+ * generic/tclExecute.c: TclNRTailcallObjCmd to TEBC, so that the
+ pairing of the Enter and Release calls is clearer.
2009-12-12 Donal K. Fellows <dkf@users.sf.net>