diff options
author | dkf <donal.k.fellows@manchester.ac.uk> | 2009-01-02 16:43:50 (GMT) |
---|---|---|
committer | dkf <donal.k.fellows@manchester.ac.uk> | 2009-01-02 16:43:50 (GMT) |
commit | 4123c4bbf735f1e0910f1ae529ee6a5fa4a841a4 (patch) | |
tree | e72f06db7689cdca26c0e91537e5a0eecf4e2d9a /ChangeLog | |
parent | 337a6648fee48d63d97c16579b72703b39647564 (diff) | |
download | tcl-4123c4bbf735f1e0910f1ae529ee6a5fa4a841a4.zip tcl-4123c4bbf735f1e0910f1ae529ee6a5fa4a841a4.tar.gz tcl-4123c4bbf735f1e0910f1ae529ee6a5fa4a841a4.tar.bz2 |
Fix various mkstemp()-related issues. [Bugs 741967,878333]
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -1,3 +1,12 @@ +2009-01-02 Donal K. Fellows <dkf@users.sf.net> + + * unix/tcl.m4 (SC_CONFIG_CFLAGS): Force the use of the compatibility + version of mkstemp() on IRIX. [Bug 878333] + * unix/configure.in, unix/Makefile.in (mkstemp.o): + * compat/mkstemp.c (new file): Added a compatibility implementation of + the mkstemp() function, which is apparently needed on some platforms. + [Bug 741967] + 2008-12-31 Don Porter <dgp@users.sourceforge.net> * unix/Makefile.in: Set TCLLIBPATH in SHELL_ENV so that targets |