diff options
author | Kevin B Kenny <kennykb@acm.org> | 2004-11-24 19:49:28 (GMT) |
---|---|---|
committer | Kevin B Kenny <kennykb@acm.org> | 2004-11-24 19:49:28 (GMT) |
commit | c65844feb7b671bd5048f36bf763d004947c3fc1 (patch) | |
tree | 28394ff3c4b08a3155341eb55e000e06cb0b0b3b /ChangeLog | |
parent | 365126d4a4f8facef8165e398eb97402b286cc16 (diff) | |
download | tcl-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-- | ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
@@ -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 |