summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authordgp <dgp@users.sourceforge.net>2004-11-25 00:57:46 (GMT)
committerdgp <dgp@users.sourceforge.net>2004-11-25 00:57:46 (GMT)
commit9a60fe478e4153e06a2fadca792181e3826fa0e8 (patch)
treeb39425a09a407aa2c672c2347fcc78989e86706b /ChangeLog
parentd97e640af4e2f688cbc70b909fad44606f84b0a6 (diff)
downloadtcl-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--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index f4b47cf..4777d57 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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]