Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Final implementation tweaks, fix comments, allow Tcl to load from ↵ | jan.nijtmans | 2021-02-24 | 1 | -1/+1 |
| | | | | <prefix>/lib (or <prefix>/bin on win32/cygwin) even when this is not in your PATH. | ||||
* | Merge trunk and (hopefuly) fix build | jan.nijtmans | 2019-10-02 | 1 | -0/+2 |
|\ | |||||
* | | further fix handling -DBUILD_STATIC | jan.nijtmans | 2019-10-01 | 1 | -0/+6 |
| | | |||||
* | | Merge trunk. Finish implementation. | jan.nijtmans | 2019-09-30 | 1 | -9/+11 |
|\ \ | |/ | |||||
* | | rebase | jan.nijtmans | 2013-07-08 | 1 | -2/+2 |
|/ | |||||
* | 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(). |