| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge trunk | jan.nijtmans | 2016-12-21 | 1 | -3/+2 |
|\ |
|
| * | Record the fact that all stub-enabled extensions work in Tcl 8.5+, no 8.6 (or... | jan.nijtmans | 2016-12-20 | 1 | -5/+9 |
|
|
* | | Merge trunk. Make magic stub value different for 64-bit builds, as this can n... | jan.nijtmans | 2016-06-27 | 1 | -2/+1 |
|\ \
| |/ |
|
| * | Make TCL_MAJOR_VERSION/TCL_MINOR_VERSION/TCL_STUB_MAGIC available to Tcl_Init... | jan.nijtmans | 2016-06-27 | 1 | -11/+9 |
|
|
* | | Eliminate TclOOInitializeStubs() completely. This fixes [dfc08326e3], at leas... | jan.nijtmans | 2013-10-17 | 1 | -0/+9 |
|\ \ |
|
| * | | The Tcl 9.0 way of how [dfc08326e3] should be fixed: Real integration of TclO...rfe_dfc08326e3 | jan.nijtmans | 2013-10-13 | 1 | -0/+13 |
|/ / |
|
* | | Merge trunk. | jan.nijtmans | 2013-06-21 | 1 | -5/+23 |
|\ \
| |/ |
|
| * | Modify internal TclStubInfoType type: use TclStubs * in stead of ClientData,... | jan.nijtmans | 2013-06-21 | 1 | -3/+24 |
|
|
* | | merge trunk | jan.nijtmans | 2013-06-18 | 1 | -25/+5 |
|\ \
| |/ |
|
| * | split off TclInitStubTable() as separate function - which does the actual stu... | jan.nijtmans | 2013-06-16 | 1 | -24/+3 |
|
|
* | | Merge trunk | jan.nijtmans | 2013-01-25 | 1 | -4/+11 |
|\ \
| |/ |
|
| * | Change back to using an isDigit function. We simply don't need to make any
| dkf | 2012-12-23 | 1 | -4/+7 |
|
|
* | | merge trunk | jan.nijtmans | 2012-12-21 | 1 | -30/+9 |
|\ \
| |/ |
|
| * | Inline compat Tcl_GetDefaultEncodingDir. | jan.nijtmans | 2012-12-21 | 1 | -24/+9 |
| |\ |
|
| | * | Make pkgb.so loadable in Tcl 8.4 as well. | jan.nijtmans | 2012-12-21 | 1 | -24/+9 |
| | |\ |
|
| | | * | Turn pkgb.so into a Tcl9 interoperability test library: Whatever Tcl9 looks l... | jan.nijtmans | 2012-12-21 | 1 | -24/+9 |
|
|
* | | | | merge trunk | jan.nijtmans | 2012-12-10 | 1 | -2/+3 |
|\ \ \ \
| |/ / / |
|
| * | | | Restore the initialization of tclStubsPtr from the "Tcl" package clientData | dgp | 2012-12-10 | 1 | -2/+3 |
| |\ \ \
| | |/ / |
|
| | * | | Restore the initialization of tclStubsPtr from the "Tcl" package clientData | dgp | 2012-12-10 | 1 | -2/+3 |
| | |\ \
| | | |/ |
|
| | | * | Restore the initialization of tclStubsPtr from the "Tcl" package clientData | dgp | 2012-12-10 | 1 | -2/+3 |
|
|
* | | | | merge trunk | jan.nijtmans | 2012-12-07 | 1 | -17/+8 |
|\ \ \ \
| |/ / / |
|
| * | | | just lost one MODULE_SCOPE in the merge | jan.nijtmans | 2012-12-07 | 1 | -1/+1 |
|
|
| * | | | only set tclStubsPtr if all version checks pass | jan.nijtmans | 2012-12-07 | 1 | -18/+9 |
| |\ \ \
| | |/ / |
|
| | * | | only set tclStubsPtr when all version checks pass | jan.nijtmans | 2012-12-07 | 1 | -32/+18 |
| | |\ \
| | | |/ |
|
| | | * | only set tclStubsPtr if all version checks pass. Backported from tcl 8.5. | jan.nijtmans | 2012-12-07 | 1 | -43/+62 |
|
|
* | | | | merge trunk | jan.nijtmans | 2012-12-07 | 1 | -1/+1 |
|\ \ \ \
| |/ / / |
|
| * | | | Tcl_InitStubs("8.5",1) would succeed in an "8.50" interp. Fixed. | dgp | 2012-12-06 | 1 | -1/+1 |
| |\ \ \
| | |/ / |
|
| | * | | Tcl_InitStubs("8.5",1) would succeed in an "8.50" interp. Fixed. | dgp | 2012-12-06 | 1 | -1/+1 |
|
|
* | | | | Initialize legacyFreeProc with invalid value: This will result in | jan.nijtmans | 2012-12-03 | 1 | -2/+2 |
|
|
* | | | | Remove all maintenance of a string result in the Interp. | dgp | 2012-11-30 | 1 | -3/+3 |
|\ \ \ \ |
|
| * | | | | missed bit of merge | dgp | 2012-11-29 | 1 | -1/+1 |
|
|
| * | | | | Get the updated error message | dgp | 2012-11-29 | 1 | -1/+1 |
|
|
| * | | | | Merge bug-3588687 | dgp | 2012-11-29 | 1 | -4/+47 |
| |\ \ \ \ |
|
| | * \ \ \ | Revise TclInitStubs() so that it checks for consistent values of both | dgp | 2012-11-29 | 1 | -10/+22 |
| | |\ \ \ \
| | | |/ / / |
|
| | | * | | | 3588687 When detecting incompatibility during stubs initialization, the error | dgp | 2012-11-29 | 1 | -3/+1 |
| | | |\ \ \
| | | | |/ / |
|
| | | | * | | 3588687 When detecting incompatibility during stubs initialization, the error | dgp | 2012-11-29 | 1 | -3/+1 |
| | | | |\ \
| | | | | |/ |
|
| | | | | * | 3588687 When detecting incompatibility during stubs initialization, the error | dgp | 2012-11-29 | 1 | -1/+1 |
|
|
| | * | | | | 3588687 Added cross checks so that [load]ed extension, [load]ing interp, and | dgp | 2012-11-27 | 1 | -4/+53 |
| | |/ / / |
|
| * | | | | ...and here's the lines left behind in the editor. | dgp | 2012-11-26 | 1 | -1/+4 |
|
|
| * | | | | Comments and renamings around the legacy fields for string results. | dgp | 2012-11-26 | 1 | -2/+25 |
|
|
| * | | | | To preserve the ability of [load] to bring in mistmatched stubs-enabled | dgp | 2012-04-19 | 1 | -6/+3 |
|
|
| * | | | | Clean version of changes; ifdef-free | dkf | 2012-04-19 | 1 | -9/+5 |
|
|
| * | | | | Experimental branch where the interp->result field and related are removed | dgp | 2012-04-18 | 1 | -1/+7 |
| |/ / / |
|
* | | | | merge (modified) novem-review. | jan.nijtmans | 2012-11-30 | 1 | -18/+12 |
|\ \ \ \ |
|
| * | | | | Proposed rollback of the TCL_STUB_MAGIC change on novem branch.novem_review | dgp | 2012-11-29 | 1 | -22/+52 |
|/ / / / |
|
* | | | | Single stub library can now handle Tcl8 and Tcl9 with different MAGIC values | jan.nijtmans | 2012-11-19 | 1 | -6/+8 |
|
|
* | | | | Better solution for handling errors from Tcl 8.x compiled extensions. Works f... | jan.nijtmans | 2012-11-19 | 1 | -2/+1 |
|
|
* | | | | change stub library to detect - and generate a nice error-message - | jan.nijtmans | 2012-11-18 | 1 | -7/+18 |
|\ \ \ \
| |/ / /
|/| | | |
|
| * | | | <i>on-hold at Don Porter's request</i>
on_hold_trunk | jan.nijtmans | 2012-11-18 | 1 | -7/+26 |
| |\ \ \
|/ / / / |
|
| * | | | <i>On hold at Don Porter's request</i>
on_hold_85 | jan.nijtmans | 2012-11-18 | 1 | -7/+26 |
| |\ \ \
| | |/ /
| |/| | |
|