diff options
author | dgp <dgp@users.sourceforge.net> | 2004-11-25 00:57:46 (GMT) |
---|---|---|
committer | dgp <dgp@users.sourceforge.net> | 2004-11-25 00:57:46 (GMT) |
commit | 9a60fe478e4153e06a2fadca792181e3826fa0e8 (patch) | |
tree | b39425a09a407aa2c672c2347fcc78989e86706b /ChangeLog | |
parent | d97e640af4e2f688cbc70b909fad44606f84b0a6 (diff) | |
download | tcl-9a60fe478e4153e06a2fadca792181e3826fa0e8.zip tcl-9a60fe478e4153e06a2fadca792181e3826fa0e8.tar.gz tcl-9a60fe478e4153e06a2fadca792181e3826fa0e8.tar.bz2 |
* unix/tcl.m4 (SC_ENABLE_THREADS): Corrected failure to determine
the number of arguments for readdir_r on SunOS systems. [Bug 1071701]
* unix/configure: autoconf-2.57
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -20,6 +20,11 @@ 2004-11-24 Don Porter <dgp@users.sourceforge.net> + * unix/tcl.m4 (SC_ENABLE_THREADS): Corrected failure to determine + the number of arguments for readdir_r on SunOS systems. [Bug 1071701] + + * unix/configure: autoconf-2.57 + * generic/tclCmdIL.c (InfoVarsCmd): Corrected segfault in new * tests/info.test (info-19.6): trivial matching branch [Bug 1072654] |