Differences From Artifact [8eeae8c00a]:
- File tls.c — part of check-in [f73f94ae35] at 2016-12-13 05:11:15 on branch wip-fix-io-layer — Updated to properly sanitize memory needed for the dynamically allocated locks (user: rkeene, size: 47912) [annotate] [blame] [check-ins using] [more...]
To Artifact [fa35866bf7]:
- File tls.c — part of check-in [34ff31cd97] at 2016-12-13 06:27:59 on branch trunk — Updated to use POSIX tool "od" to create tls.tcl.h and since we can now rebuild this file more freely, do so to "fully" support out-of-source-dir builds (user: rkeene, size: 47910) [annotate] [blame] [check-ins using]
︙ | |||
1658 1659 1660 1661 1662 1663 1664 | 1658 1659 1660 1661 1662 1663 1664 1665 1666 1667 1668 1669 1670 1671 1672 | - + | * *------------------------------------------------------------------- */ int Tls_Init(Tcl_Interp *interp) { const char tlsTclInitScript[] = { #include "tls.tcl.h" |
︙ |