Tcl package Thread source code

Check-in [91cf470a77]
Login

Many hyperlinks are disabled.
Use anonymous login to enable hyperlinks.

Overview
Comment:Use Tcl's built-in Tcl_GetIntForIndex() function (TIP #544) in stead of Thread's own built-in SvGetIntForIndex(). When running on Tcl <= 8.6, use TclGetIntForIndex() in stead (runtime switched)
Downloads: See separate download page
Timelines: family | ancestors | descendants | both | thread-2-8-branch
Files: files | file ages | folders
SHA3-256: 91cf470a77c32a0c73f32c63adf1be05fa3165d6c00cef9d71fcbde417bba4ca
User & Date: jan.nijtmans 2019-06-29 14:38:18.933
Context
2019-07-02
13:38
Make everything compile with a C++ compiler check-in: 98e6ef4220 user: jan.nijtmans tags: thread-2-8-branch
2019-06-29
14:39
Merge 2.8 branch check-in: 629db64158 user: jan.nijtmans tags: trunk
14:38
Use Tcl's built-in Tcl_GetIntForIndex() function (TIP #544) in stead of Thread's own built-in SvGetIntForIndex(). When running on Tcl <= 8.6, use TclGetIntForIndex() in stead (runtime switched) check-in: 91cf470a77 user: jan.nijtmans tags: thread-2-8-branch
2019-05-17
12:27
Doc improvements, backported from trunk. check-in: d3520adc0e user: jan.nijtmans tags: thread-2-8-branch
Changes
Unified Diff Side-by-Side Diff Patch
Changes to generic/tclThreadInt.h.
Changes to generic/threadSvListCmd.c.