| Commit message (Expand) | Author | Age | Files | Lines |
* | TclCompileScript() should not overwrite envPtr->numSrcBytes. | dgp | 2013-06-20 | 1 | -1/+0 |
|
|
* | Remove from tclCompile.h declarations used in only one source file. | dgp | 2013-03-05 | 1 | -5/+6 |
|
|
* | Restore the ReleaseCmdWordData cleanup routine from 8.4, to plug very | dgp | 2013-02-22 | 1 | -18/+26 |
|
|
*-. | Shift more burden of smart cleanup onto the TclFreeCompileEnv() routine. | dgp | 2013-02-22 | 1 | -30/+43 |
|\ \ |
|
| | * | Use iPtr field instead of source field to mark a CompileEnv as uninitialized. | dgp | 2013-02-22 | 1 | -4/+4 |
| |/ |
|
| * | Protect against multiple uses of a CompileEnv with only one initialization. | dgp | 2013-02-21 | 1 | -31/+43 |
|
|
| * | make some more internal tables const | jan.nijtmans | 2012-04-23 | 1 | -1/+1 |
|
|
* | | Use twoPtrValue.ptr1 in stead of otherValuePtr everywhere. This is exactly th... | jan.nijtmans | 2013-01-31 | 1 | -7/+5 |
|
|
* | | some formatting (*.decls) | jan.nijtmans | 2012-04-04 | 1 | -1/+1 |
|\ \
| |/ |
|
* | | Fix: Removed C99ism (in-block variable declaration) from commit [39f6ebe301] ... | andreask | 2012-02-17 | 1 | -1/+3 |
|
|
* | | bug fix: avoid segfaulting by deleted interp in RecordByteCodeStats | sebres | 2012-02-17 | 1 | -2/+1 |
|
|
* | | Avoid segfaults when RecordByteCodeStats() is called in a deleted interp. | dgp | 2011-07-15 | 1 | -0/+5 |
|\ \
| |/ |
|
| * | Avoid segfaults when RecordByteCodeStats() is called in a deleted interp. | dgp | 2011-07-15 | 1 | -0/+5 |
|
|
| * | wip | dgp | 2011-07-12 | 1 | -6/+6 |
|
|
| * | Type mismatches in *printf calls. | dgp | 2011-07-11 | 1 | -2/+2 |
|
|
* | | silence compiler warning | dgp | 2011-05-25 | 1 | -1/+1 |
|
|
* | | * generic/tclCompile.c (TclFixupForwardJump): Tracked down and fixed | andreask | 2011-05-17 | 1 | -0/+64 |
|
|
* | | Make sure SetFooFromAny routines react reasonably when passed a NULL interp. | dgp | 2011-04-21 | 1 | -2/+6 |
|\ \
| |/ |
|
| * | Make sure SetFooFromAny routines react reasonably when passed a NULL interp. | dgp | 2011-04-21 | 1 | -2/+5 |
|
|
* | | * generic/tclBasic.c: More replacements of Tcl_UtfBackslash() calls | dgp | 2011-03-06 | 1 | -3/+5 |
|\ \
| |/ |
|
| * | * generic/tclBasic.c: More replacements of Tcl_UtfBackslash() calls | dgp | 2011-03-06 | 1 | -2/+2 |
|
|
* | | 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 |
|
|
| * | * generic/tclCompile.c: [Bug 2949302]: Fixed leak of support | andreas_kupries | 2010-02-11 | 1 | -18/+47 |
|
|
| * | silence compiler warnings | dgp | 2009-08-26 | 1 | -2/+2 |
|
|
| * | * generic/tclBasic.c (Tcl_CreateInterp, Tcl_EvalTokensStandard, | andreas_kupries | 2009-08-25 | 1 | -13/+170 |
|
|
| * | * generic/tclBasic.c (DeleteInterpProc,TclArgumentBCEnter, | andreas_kupries | 2009-07-14 | 1 | -55/+16 |
|
|
| * | * generic/tclCompile.c: The value stashed in iPtr->compiledProcPtr | dgp | 2009-06-13 | 1 | -1/+2 |
|
|
| * | * generic/tclBasic.c: Added missing release of extended command | andreas_kupries | 2008-07-28 | 1 | -14/+22 |
|
|
| * | * generic/tclBasic.c: Modified TclArgumentGet to reject pure lists | andreas_kupries | 2008-07-23 | 1 | -3/+7 |
|
|
| * | * generic/tclCompile.c: Made the new TclEnterCmdWordIndex | andreas_kupries | 2008-07-22 | 1 | -7/+10 |
|
|
| * | * generic/tclBasic.c: Reworked the handling of bytecode literals | andreas_kupries | 2008-07-22 | 1 | -16/+27 |
|
|
| * | * generic/tclBasic.c: Extended the existing TIP #280 system (info | andreas_kupries | 2008-07-21 | 1 | -1/+48 |
|
|
| * | * generic/tclCompile.c: replaced copy loop that tripped some | Miguel Sofer | 2007-08-24 | 1 | -5/+5 |
|
|
| * | * generic/tclBasic.c: TIP #280 implementation, conditional on the define TCL... | andreas_kupries | 2006-11-28 | 1 | -5/+340 |
|
|
| * | * generic/tclCompile.c: handle warning [Bug 969066] | Miguel Sofer | 2004-06-08 | 1 | -2/+6 |
|
|
| * | * generic/tclCompile.c (TclCompileScript): corrected possible | Miguel Sofer | 2004-03-29 | 1 | -3/+4 |
|
|
| * | * generic/tclCompile.c (TclCompileScript): | Miguel Sofer | 2004-03-15 | 1 | -4/+6 |
|
|
| * | * generic/tclBasic.c: Corrected several instances of unsafe | dgp | 2003-07-18 | 1 | -1/+9 |
|
|
| * | Corrected bogus comments | dgp | 2003-04-18 | 1 | -7/+2 |
|
|
| * | * generic/tclCompile.c: | Miguel Sofer | 2003-03-19 | 1 | -2/+9 |
|
|
* | | * generic/tclCompile.c: [Bug 2933089]: A literal sharing problem with | andreas_kupries | 2010-02-02 | 1 | -1/+3 |
|
|
* | | silence compiler warnings | dgp | 2009-08-26 | 1 | -2/+2 |
|
|
* | | * generic/tclBasic.c (Tcl_CreateInterp, Tcl_EvalTokensStandard, | andreas_kupries | 2009-08-25 | 1 | -7/+156 |
|
|
* | | * generic/tclCmdIL.c: Removed unused variables. | dgp | 2009-07-16 | 1 | -5/+2 |
|
|
* | | fix 64bit int <-> ptr cast warnings | das | 2009-07-15 | 1 | -2/+2 |
|
|
* | | * generic/tclBasic.c (DeleteInterpProc,TclArgumentBCEnter, | andreas_kupries | 2009-07-14 | 1 | -51/+12 |
|
|
* | | * generic/tclCompile.c: The value stashed in iPtr->compiledProcPtr | dgp | 2009-06-13 | 1 | -1/+2 |
|
|
* | | * tests/info.test: Tests 38.* added, exactly testing the tracking | andreas_kupries | 2008-07-25 | 1 | -19/+26 |
|
|
* | | * generic/tclBasic.c: Modified TclArgumentGet to reject pure lists | andreas_kupries | 2008-07-23 | 1 | -3/+5 |
|
|