diff options
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 |