diff options
author | dkf <donal.k.fellows@manchester.ac.uk> | 2012-11-14 14:33:08 (GMT) |
---|---|---|
committer | dkf <donal.k.fellows@manchester.ac.uk> | 2012-11-14 14:33:08 (GMT) |
commit | afb138c398626031fb9312d171e7fb82636842cf (patch) | |
tree | cac5afc846b142bcf038ef17ab5e21997aa19cc1 /ChangeLog | |
parent | c1a2e7bde2cd53a94dec88be3f20322426bd88c8 (diff) | |
parent | c1dd40e848612804dfe4d18f1f687acae3b7b2a6 (diff) | |
download | tcl-afb138c398626031fb9312d171e7fb82636842cf.zip tcl-afb138c398626031fb9312d171e7fb82636842cf.tar.gz tcl-afb138c398626031fb9312d171e7fb82636842cf.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-- | ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -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, |