summaryrefslogtreecommitdiffstats
path: root/generic/tclStubLibTbl.c
Commit message (Collapse)AuthorAgeFilesLines
* 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().