summaryrefslogtreecommitdiffstats
path: root/generic/tclStubLib.c
Commit message (Expand)AuthorAgeFilesLines
* 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
| |\ \ \ | | |/ / | |/| |
| | * | <i>On-hold at Don Porter's request.</i> on_hold_84jan.nijtmans2012-11-181-6/+27
| | |/
* | | Now that we're no longer using SCM based on RCS, the RCS Keyword linesdgp2011-03-021-2/+0
|\ \ \ | |/ /
| * | Now that we're no longer using SCM based on RCS, the RCS Keyword lines causedgp2011-03-021-2/+0
| |\ \ | | |/
| | * Now that we're no longer using SCM based on RCS, the RCS Keyword lines causedgp2011-03-011-2/+0
| | * Don't set tclStubsPtr to 0 when Tcl_PkgRequireEx() failsjenglish2005-11-201-8/+4
| * | * generic/tclStubLib.c (Tcl_InitStubs): Added missing error message.dgp2008-04-011-1/+3
* | | [Patch 2997642] many type casts needed when using Tcl_Pkg* API. Remaining part.nijtmans2010-08-311-4/+4
* | | [Patch 2997642] many type casts needed when using Tcl_Pkg* API. Partly.nijtmans2010-08-301-4/+4
* | | remove presence of tclTomMathStubsPtr in tclStubLib.cnijtmans2010-03-061-3/+1
* | | Split tommath stub lib source filenijtmans2010-03-041-51/+6