summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorKevin B Kenny <kennykb@acm.org>2004-11-24 20:12:17 (GMT)
committerKevin B Kenny <kennykb@acm.org>2004-11-24 20:12:17 (GMT)
commitd6081589259d1d89b00f356d279aef95d395ba2c (patch)
tree208920819158ac89ef4160e5c3ed3eb9cfebee79 /ChangeLog
parent29adaea589aecef2abd89539f90534d4aed48258 (diff)
downloadtcl-d6081589259d1d89b00f356d279aef95d395ba2c.zip
tcl-d6081589259d1d89b00f356d279aef95d395ba2c.tar.gz
tcl-d6081589259d1d89b00f356d279aef95d395ba2c.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 8516164..7a73052 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-24 Don Porter <dgp@users.sourceforge.net>
* generic/tclCmdIL.c (InfoVarsCmd): Corrected segfault in new