diff options
author | Kevin B Kenny <kennykb@acm.org> | 2004-11-24 20:12:17 (GMT) |
---|---|---|
committer | Kevin B Kenny <kennykb@acm.org> | 2004-11-24 20:12:17 (GMT) |
commit | d6081589259d1d89b00f356d279aef95d395ba2c (patch) | |
tree | 208920819158ac89ef4160e5c3ed3eb9cfebee79 /ChangeLog | |
parent | 29adaea589aecef2abd89539f90534d4aed48258 (diff) | |
download | tcl-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-- | 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-24 Don Porter <dgp@users.sourceforge.net> * generic/tclCmdIL.c (InfoVarsCmd): Corrected segfault in new |