summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorKevin B Kenny <kennykb@acm.org>2004-11-24 19:49:28 (GMT)
committerKevin B Kenny <kennykb@acm.org>2004-11-24 19:49:28 (GMT)
commitc65844feb7b671bd5048f36bf763d004947c3fc1 (patch)
tree28394ff3c4b08a3155341eb55e000e06cb0b0b3b /ChangeLog
parent365126d4a4f8facef8165e398eb97402b286cc16 (diff)
downloadtcl-c65844feb7b671bd5048f36bf763d004947c3fc1.zip
tcl-c65844feb7b671bd5048f36bf763d004947c3fc1.tar.gz
tcl-c65844feb7b671bd5048f36bf763d004947c3fc1.tar.bz2
* unix/tcl.m4 (SC_ENABLE_THREADS): Corrected bad check for
3-argument readdir_r [Bug 1001325]. * unix/configure: Regenerated. * unix/tclUnixNotfy.c: Corrected all uses of 'select' to manage their masks using the FD_CLR, FD_ISSET, FD_SET, and FD_ZERO macros rather than bit-whacking that failed under Solaris-Sparc-64. [Bug 1071807]
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog10
1 files changed, 10 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index b036b03..5e9de53 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,13 @@
+2004-11-24 Kevin B. Kenny <kennykb@acm.org>
+
+ * unix/tcl.m4 (SC_ENABLE_THREADS): Corrected bad check for
+ 3-argument readdir_r [Bug 1001325].
+ * unix/configure: Regenerated.
+ * unix/tclUnixNotfy.c: Corrected all uses of 'select' to
+ manage their masks using the FD_CLR, FD_ISSET, FD_SET, and
+ FD_ZERO macros rather than bit-whacking that failed under
+ Solaris-Sparc-64. [Bug 1071807]
+
2004-11-23 Don Porter <dgp@users.sourceforge.net>
* generic/tclCmdIL.c (InfoVarsCmd): Corrected segfault in new