Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Modify internal TclStubInfoType type: use TclStubs * in stead of ↵ | jan.nijtmans | 2013-06-21 | 1 | -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.nijtmans | 2013-06-16 | 1 | -0/+69 |
stub table initialization - previously part of Tcl_InitStubs(). |