summaryrefslogtreecommitdiffstats
path: root/generic/tclStubLib.c
Commit message (Expand)AuthorAgeFilesLines
* Merge trunkjan.nijtmans2016-12-211-3/+2
|\
| * Record the fact that all stub-enabled extensions work in Tcl 8.5+, no 8.6 (or...jan.nijtmans2016-12-201-5/+9
* | Merge trunk. Make magic stub value different for 64-bit builds, as this can n...jan.nijtmans2016-06-271-2/+1
|\ \ | |/
| * Make TCL_MAJOR_VERSION/TCL_MINOR_VERSION/TCL_STUB_MAGIC available to Tcl_Init...jan.nijtmans2016-06-271-11/+9
* | Eliminate TclOOInitializeStubs() completely. This fixes [dfc08326e3], at leas...jan.nijtmans2013-10-171-0/+9
|\ \
| * | The Tcl 9.0 way of how [dfc08326e3] should be fixed: Real integration of TclO...rfe_dfc08326e3jan.nijtmans2013-10-131-0/+13
|/ /
* | Merge trunk. jan.nijtmans2013-06-211-5/+23
|\ \ | |/
| * Modify internal TclStubInfoType type: use TclStubs * in stead of ClientData,...jan.nijtmans2013-06-211-3/+24
* | merge trunkjan.nijtmans2013-06-181-25/+5
|\ \ | |/
| * split off TclInitStubTable() as separate function - which does the actual stu...jan.nijtmans2013-06-161-24/+3
* | Merge trunkjan.nijtmans2013-01-251-4/+11
|\ \ | |/
| * Change back to using an isDigit function. We simply don't need to make any dkf2012-12-231-4/+7
* | merge trunkjan.nijtmans2012-12-211-30/+9
|\ \ | |/
| * Inline compat Tcl_GetDefaultEncodingDir. jan.nijtmans2012-12-211-24/+9
| |\
| | * Make pkgb.so loadable in Tcl 8.4 as well. jan.nijtmans2012-12-211-24/+9
| | |\
| | | * Turn pkgb.so into a Tcl9 interoperability test library: Whatever Tcl9 looks l...jan.nijtmans2012-12-211-24/+9
* | | | merge trunkjan.nijtmans2012-12-101-2/+3
|\ \ \ \ | |/ / /
| * | | Restore the initialization of tclStubsPtr from the "Tcl" package clientDatadgp2012-12-101-2/+3
| |\ \ \ | | |/ /
| | * | Restore the initialization of tclStubsPtr from the "Tcl" package clientDatadgp2012-12-101-2/+3
| | |\ \ | | | |/
| | | * Restore the initialization of tclStubsPtr from the "Tcl" package clientDatadgp2012-12-101-2/+3
* | | | merge trunkjan.nijtmans2012-12-071-17/+8
|\ \ \ \ | |/ / /
| * | | just lost one MODULE_SCOPE in the mergejan.nijtmans2012-12-071-1/+1
| * | | only set tclStubsPtr if all version checks passjan.nijtmans2012-12-071-18/+9
| |\ \ \ | | |/ /
| | * | only set tclStubsPtr when all version checks passjan.nijtmans2012-12-071-32/+18
| | |\ \ | | | |/
| | | * only set tclStubsPtr if all version checks pass. Backported from tcl 8.5.jan.nijtmans2012-12-071-43/+62
* | | | merge trunkjan.nijtmans2012-12-071-1/+1
|\ \ \ \ | |/ / /
| * | | Tcl_InitStubs("8.5",1) would succeed in an "8.50" interp. Fixed.dgp2012-12-061-1/+1
| |\ \ \ | | |/ /
| | * | Tcl_InitStubs("8.5",1) would succeed in an "8.50" interp. Fixed.dgp2012-12-061-1/+1
* | | | Initialize legacyFreeProc with invalid value: This will result injan.nijtmans2012-12-031-2/+2
* | | | Remove all maintenance of a string result in the Interp.dgp2012-11-301-3/+3
|\ \ \ \
| * | | | missed bit of mergedgp2012-11-291-1/+1
| * | | | Get the updated error messagedgp2012-11-291-1/+1
| * | | | Merge bug-3588687dgp2012-11-291-4/+47
| |\ \ \ \
| | * \ \ \ Revise TclInitStubs() so that it checks for consistent values of bothdgp2012-11-291-10/+22
| | |\ \ \ \ | | | |/ / /
| | | * | | 3588687 When detecting incompatibility during stubs initialization, the errordgp2012-11-291-3/+1
| | | |\ \ \ | | | | |/ /
| | | | * | 3588687 When detecting incompatibility during stubs initialization, the errordgp2012-11-291-3/+1
| | | | |\ \ | | | | | |/
| | | | | * 3588687 When detecting incompatibility during stubs initialization, the errordgp2012-11-291-1/+1
| | * | | | 3588687 Added cross checks so that [load]ed extension, [load]ing interp, anddgp2012-11-271-4/+53
| | |/ / /
| * | | | ...and here's the lines left behind in the editor.dgp2012-11-261-1/+4
| * | | | Comments and renamings around the legacy fields for string results.dgp2012-11-261-2/+25
| * | | | To preserve the ability of [load] to bring in mistmatched stubs-enableddgp2012-04-191-6/+3
| * | | | Clean version of changes; ifdef-freedkf2012-04-191-9/+5
| * | | | Experimental branch where the interp->result field and related are removeddgp2012-04-181-1/+7
| |/ / /
* | | | merge (modified) novem-review.jan.nijtmans2012-11-301-18/+12
|\ \ \ \
| * | | | Proposed rollback of the TCL_STUB_MAGIC change on novem branch.novem_reviewdgp2012-11-291-22/+52
|/ / / /
* | | | Single stub library can now handle Tcl8 and Tcl9 with different MAGIC valuesjan.nijtmans2012-11-191-6/+8
* | | | Better solution for handling errors from Tcl 8.x compiled extensions. Works f...jan.nijtmans2012-11-191-2/+1
* | | | change stub library to detect - and generate a nice error-message - jan.nijtmans2012-11-181-7/+18
|\ \ \ \ | |/ / / |/| | |
| * | | <i>on-hold at Don Porter's request</i> on_hold_trunkjan.nijtmans2012-11-181-7/+26
| |\ \ \ |/ / / /
| * | | <i>On hold at Don Porter's request</i> on_hold_85jan.nijtmans2012-11-181-7/+26
| |\ \ \ | | |/ / | |/| |