summaryrefslogtreecommitdiffstats
path: root/generic/tclStubLibTbl.c
Commit message (Collapse)AuthorAgeFilesLines
* Final implementation tweaks, fix comments, allow Tcl to load from ↵jan.nijtmans2021-02-241-1/+1
| | | | <prefix>/lib (or <prefix>/bin on win32/cygwin) even when this is not in your PATH.
* Merge trunk and (hopefuly) fix buildjan.nijtmans2019-10-021-0/+2
|\
* | further fix handling -DBUILD_STATICjan.nijtmans2019-10-011-0/+6
| |
* | Merge trunk. Finish implementation.jan.nijtmans2019-09-301-9/+11
|\ \ | |/
* | rebasejan.nijtmans2013-07-081-2/+2
|/
* Modify internal TclStubInfoType type: use TclStubs * in stead of ↵jan.nijtmans2013-06-211-13/+2
| | | | | ClientData, so less type casts are needed in the code. Disadvantage: somewhat more code duplication, but it makes the code much more understandable.
* split off TclInitStubTable() as separate function - which does the actual ↵jan.nijtmans2013-06-161-0/+69
stub table initialization - previously part of Tcl_InitStubs().