Differences From Artifact [2fe6fc81f3]:
- Executable file unix/configure — part of check-in [8e08d8ca27] at 2004-11-24 19:49:28 on branch core-8-4-branch — * 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] (user: kennykb size: 220101)
To Artifact [3f85e0b29c]:
- Executable file unix/configure — part of check-in [86cc05cbbe] at 2004-11-25 00:19:24 on branch core-8-4-branch — bumped patchlevel to 8.4.9 (user: hobbs size: 220101)
| ︙ | |||
548 549 550 551 552 553 554 | 548 549 550 551 552 553 554 555 556 557 558 559 560 561 562 | - + | TCL_VERSION=8.4 TCL_MAJOR_VERSION=8 TCL_MINOR_VERSION=4 |
| ︙ |