diff options
author | dkf <donal.k.fellows@manchester.ac.uk> | 2012-11-14 14:29:29 (GMT) |
---|---|---|
committer | dkf <donal.k.fellows@manchester.ac.uk> | 2012-11-14 14:29:29 (GMT) |
commit | c1dd40e848612804dfe4d18f1f687acae3b7b2a6 (patch) | |
tree | 05b1f19e29b491de907eac0275afc0009a0f8cc2 /ChangeLog | |
parent | e82b21ebc983b5f43ad7a4e9d0d90c47e2cbe73b (diff) | |
download | tcl-c1dd40e848612804dfe4d18f1f687acae3b7b2a6.zip tcl-c1dd40e848612804dfe4d18f1f687acae3b7b2a6.tar.gz tcl-c1dd40e848612804dfe4d18f1f687acae3b7b2a6.tar.bz2 |
Backport from Tcl 8.6.
* 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-07 Don Porter <dgp@users.sourceforge.net> * win/tclWinSock.c: [Bug 3574493] Avoid hanging on exit due to |