summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authordkf <donal.k.fellows@manchester.ac.uk>2012-11-14 14:33:08 (GMT)
committerdkf <donal.k.fellows@manchester.ac.uk>2012-11-14 14:33:08 (GMT)
commit762f64286774097c69a80c6c181cf80e8a8b34dd (patch)
treecac5afc846b142bcf038ef17ab5e21997aa19cc1 /ChangeLog
parent63c50fda841e1f2beca0c22f022abe76391d24dc (diff)
parente770d85db67ce38b9146365ef2fee15e78775fef (diff)
downloadtcl-762f64286774097c69a80c6c181cf80e8a8b34dd.zip
tcl-762f64286774097c69a80c6c181cf80e8a8b34dd.tar.gz
tcl-762f64286774097c69a80c6c181cf80e8a8b34dd.tar.bz2
* unix/tclUnixPipe.c (DefaultTempDir): [Bug 2933003]: Allow overriding
of the back-stop default temporary file location at compile time by setting the TCL_TEMPORARY_FILE_DIRECTORY #def to a string containing the directory name (defaults to "/tmp" as that is the most common default).
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index ee34c44..9a4d5340 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+2012-11-14 Donal K. Fellows <dkf@users.sf.net>
+
+ * unix/tclUnixPipe.c (DefaultTempDir): [Bug 2933003]: Allow overriding
+ of the back-stop default temporary file location at compile time by
+ setting the TCL_TEMPORARY_FILE_DIRECTORY #def to a string containing
+ the directory name (defaults to "/tmp" as that is the most common
+ default).
+
2012-11-13 Joe Mistachkin <joe@mistachkin.com>
* win/tclWinInit.c: also search for the library directory (init.tcl,