| Commit message (Expand) | Author | Age | Files | Lines |
* | Modify internal TclStubInfoType type: use TclStubs * in stead of ClientData,... | jan.nijtmans | 2013-06-21 | 1 | -3/+24 |
|
|
* | split off TclInitStubTable() as separate function - which does the actual stu... | jan.nijtmans | 2013-06-16 | 1 | -24/+3 |
|
|
* | Change back to using an isDigit function. We simply don't need to make any
| dkf | 2012-12-23 | 1 | -4/+7 |
|
|
* | 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 |
|
|
* | | | 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 |
|
|
* | | | 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 |
|
|
* | | | 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 |
|
|
* | | | 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 |
|
|
* | | | Now that we're no longer using SCM based on RCS, the RCS Keyword lines | dgp | 2011-03-02 | 1 | -2/+0 |
|\ \ \
| |/ / |
|
| * | | Now that we're no longer using SCM based on RCS, the RCS Keyword lines cause | dgp | 2011-03-02 | 1 | -2/+0 |
| |\ \
| | |/ |
|
| | * | Now that we're no longer using SCM based on RCS, the RCS Keyword lines cause | dgp | 2011-03-01 | 1 | -2/+0 |
|
|
| | * | Don't set tclStubsPtr to 0 when Tcl_PkgRequireEx() fails | jenglish | 2005-11-20 | 1 | -8/+4 |
|
|
| * | | * generic/tclStubLib.c (Tcl_InitStubs): Added missing error message. | dgp | 2008-04-01 | 1 | -1/+3 |
|
|
* | | | [Patch 2997642] many type casts needed when using Tcl_Pkg* API. Remaining part. | nijtmans | 2010-08-31 | 1 | -4/+4 |
|
|
* | | | [Patch 2997642] many type casts needed when using Tcl_Pkg* API. Partly. | nijtmans | 2010-08-30 | 1 | -4/+4 |
|
|
* | | | remove presence of tclTomMathStubsPtr in tclStubLib.c | nijtmans | 2010-03-06 | 1 | -3/+1 |
|
|
* | | | Split tommath stub lib source file | nijtmans | 2010-03-04 | 1 | -51/+6 |
|
|
* | | | Follow-up to Fix [Bug 2954959] expr abs(0.0) is -0.0 | nijtmans | 2010-02-21 | 1 | -2/+2 |
|
|
* | | | Letting CONST die a slow and graceful death, since NO_CONST was | nijtmans | 2008-10-22 | 1 | -2/+2 |
|
|
* | | | * generic/tclCmdAH.c: Fix minor compiler warnings when compiling | nijtmans | 2008-10-14 | 1 | -2/+2 |
|
|
* | | | TIP #330 IMPLEMENTATION | dgp | 2008-10-02 | 1 | -3/+3 |
|
|
* | | | Get rid of pre-C89-isms (esp. CONST vs const). | dkf | 2008-04-27 | 1 | -21/+21 |
|
|
* | | | * generic/tclInt.h: make stubs tables 'static const' and | das | 2008-04-16 | 1 | -2/+2 |
|
|
* | | | * generic/tclStubLib.c: make symbols in libtclstub.a MODULE_SCOPE to | das | 2008-04-02 | 1 | -11/+13 |
|
|
* | | | * generic/tclStubLib.c: Removed needless #ifdef complexity. | dgp | 2008-04-02 | 1 | -12/+1 |
|
|
* | | | * generic/tclStubLib.c (Tcl_InitStubs): Added missing error message. | dgp | 2008-04-01 | 1 | -1/+3 |
|/ / |
|
* | | merge stable branch onto HEAD | dgp | 2007-12-13 | 1 | -1/+1 |
|
|
* | | RE: [Patch 1830184] TclResetResult | Miguel Sofer | 2007-11-12 | 1 | -2/+1 |
|
|
* | | * generic/tclBasic.c: New macro TclResetResult, new iPtr flag | Miguel Sofer | 2007-11-12 | 1 | -1/+2 |
|
|
* | | Replace isdigit call with an internal implementation to avoid libc linkage on... | patthoyts | 2007-09-19 | 1 | -2/+11 |
|
|
* | | * generic/tclStubLib.c: Remove C library calls from Tcl_InitStubs() | dgp | 2007-09-18 | 1 | -2/+8 |
|
|
* | | * generic/tcl.h: Revised Tcl_InitStubs() to restore Tcl 8.4 | dgp | 2007-09-17 | 1 | -2/+20 |
|
|
* | | Change Tcl_InitStubs(), tclStubsPtr, and the auxilliary stubs table | jenglish | 2007-05-16 | 1 | -11/+4 |
|
|
* | | Fix typo in missing stub table pointer | Kevin B Kenny | 2005-12-31 | 1 | -2/+2 |
|
|
* | | Corrected bugs in tommath installation, improved tommath square root performa... | Kevin B Kenny | 2005-12-27 | 1 | -5/+2 |
|
|
* | | Export stubs for libtommath; fix mingw compiler warnings | Kevin B Kenny | 2005-12-13 | 1 | -1/+63 |
|
|
* | | * unix/tcl.m4 (Darwin): add 64bit support, check for Tiger copyfile(), | das | 2005-11-27 | 1 | -3/+8 |
|
|
* | | Don't set tclStubsPtr to 0 when Tcl_PkgRequireEx() fails | jenglish | 2005-11-20 | 1 | -24/+4 |
|
|
* | | ANSIfy; generic/*.c now all done except for test code | dkf | 2005-11-02 | 1 | -27/+39 |
|
|
* | | Patch 922727 committed. Implements three changes: | dgp | 2004-04-06 | 1 | -2/+1 |
|
|