diff options
author | dkf <donal.k.fellows@manchester.ac.uk> | 2012-11-14 13:01:46 (GMT) |
---|---|---|
committer | dkf <donal.k.fellows@manchester.ac.uk> | 2012-11-14 13:01:46 (GMT) |
commit | 7ecabf83c6ffcd212364b2b0b35ef18e98ee7ecd (patch) | |
tree | 50025dfed29a1aad376792dac26c592de41f9d6a /ChangeLog | |
parent | 47871a70f2f72a07a20bcf8ab3826068bf227392 (diff) | |
download | tcl-7ecabf83c6ffcd212364b2b0b35ef18e98ee7ecd.zip tcl-7ecabf83c6ffcd212364b2b0b35ef18e98ee7ecd.tar.gz tcl-7ecabf83c6ffcd212364b2b0b35ef18e98ee7ecd.tar.bz2 |
* unix/tclUnixFCmd.c (TclUnixOpenTemporaryFile): [Bug 2933003]: Factor
out all the code to do temporary file creation so that it is possible
to make it correct in one place. 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 | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -1,3 +1,12 @@ +2012-11-14 Donal K. Fellows <dkf@users.sf.net> + + * unix/tclUnixFCmd.c (TclUnixOpenTemporaryFile): [Bug 2933003]: Factor + out all the code to do temporary file creation so that it is possible + to make it correct in one place. 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, |