summaryrefslogtreecommitdiffstats
path: root/generic/tclStubLib.c
Commit message (Expand)AuthorAgeFilesLines
* Backout the "dullest commit ever" (not my words ....). It breaks the build. jan.nijtmans2024-05-141-2/+1
* Clean up a lot of small whitespace issues dkf2024-05-131-1/+2
* Merge 8.7jan.nijtmans2022-06-151-0/+2
|\
| * Backport tclStubLib.c from Tcl 9.0 (they should be equal in 8.7 and 9.0)jan.nijtmans2022-06-151-1/+8
* | TIP #616: Tcl lists > 2^31 elementsjan.nijtmans2022-06-081-1/+1
* | Final implementation tweaks, fix comments, allow Tcl to load from <prefix>/li...jan.nijtmans2021-02-241-1/+1
* | Merge 9.0jan.nijtmans2021-02-171-6/+7
|\ \
| * \ Merge 8.7jan.nijtmans2020-12-081-2/+2
| |\ \ | | |/
| | * Add -finput-charset=UTF-8 and -fextended-identifiers to gcc (and clang). All ...jan.nijtmans2020-12-081-2/+2
| * | Merge 8.7jan.nijtmans2020-12-081-4/+5
| |\ \ | | |/
| | * TIP #590 follow-up: Adapt documentation and tclStubLib.cjan.nijtmans2020-12-081-5/+6
* | | Merge 9.0jan.nijtmans2020-08-131-2/+2
|\ \ \ | |/ /
| * | Merge 8.7jan.nijtmans2020-03-181-2/+2
| |\ \ | | |/
| | * Merge 8.6jan.nijtmans2020-03-181-2/+2
| | |\
| | | * Add one more knownMsvcBug marker, for a test-case which sometimes fails in Tr...jan.nijtmans2019-08-021-1/+1
* | | | Merge trunk. Finish implementation.jan.nijtmans2019-09-301-0/+5
|/ / /
* | | tidyingdgp2017-10-301-2/+1
* | | Patch to make changes to Tcl 9 prescribed by TIPs 330 and 336.dgp2017-10-301-2/+3
|/ /
* | If compiled with TCL_NO_DEPRECATED, remove some more stub entries which are n...jan.nijtmans2017-03-201-1/+1
* | Record the fact that all stub-enabled extensions work in Tcl 8.5+, no 8.6 (or...jan.nijtmans2016-12-201-5/+9
* | Make TCL_MAJOR_VERSION/TCL_MINOR_VERSION/TCL_STUB_MAGIC available to Tcl_Init...jan.nijtmans2016-06-271-11/+9
|/
* Modify internal TclStubInfoType type: use TclStubs * in stead of ClientData,...jan.nijtmans2013-06-211-3/+24
* split off TclInitStubTable() as separate function - which does the actual stu...jan.nijtmans2013-06-161-24/+3
* Change back to using an isDigit function. We simply don't need to make any dkf2012-12-231-4/+7
* 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
* | | 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
* | | 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
* | | 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
* | | 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
* | | 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
* | | Follow-up to Fix [Bug 2954959] expr abs(0.0) is -0.0nijtmans2010-02-211-2/+2
* | | Letting CONST die a slow and graceful death, since NO_CONST wasnijtmans2008-10-221-2/+2