diff options
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 |