| Commit message (Expand) | Author | Age | Files | Lines |
| * | TclCompileScript() should not overwrite envPtr->numSrcBytes. | dgp@users.sourceforge.net | 2013-06-20 | 1 | -1/+0 |
|
|
| * | Remove from tclCompile.h declarations used in only one source file. | dgp@users.sourceforge.net | 2013-03-05 | 1 | -5/+6 |
|
|
| * | Restore the ReleaseCmdWordData cleanup routine from 8.4, to plug very | dgp@users.sourceforge.net | 2013-02-22 | 1 | -18/+26 |
|
|
| *-. | Shift more burden of smart cleanup onto the TclFreeCompileEnv() routine. | dgp@users.sourceforge.net | 2013-02-22 | 1 | -30/+43 |
| |\ \ |
|
| | | * | Use iPtr field instead of source field to mark a CompileEnv as uninitialized. | dgp@users.sourceforge.net | 2013-02-22 | 1 | -4/+4 |
| | |/ |
|
| | * | Protect against multiple uses of a CompileEnv with only one initialization. | dgp@users.sourceforge.net | 2013-02-21 | 1 | -31/+43 |
|
|
| | * | make some more internal tables const | nijtmans@users.sourceforge.net | 2012-04-23 | 1 | -1/+1 |
|
|
| * | | Use twoPtrValue.ptr1 in stead of otherValuePtr everywhere. This is exactly th... | nijtmans@users.sourceforge.net | 2013-01-31 | 1 | -7/+5 |
|
|
| * | | some formatting (*.decls) | nijtmans@users.sourceforge.net | 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@users.sourceforge.net | 2012-02-17 | 1 | -2/+1 |
|
|
| * | | Avoid segfaults when RecordByteCodeStats() is called in a deleted interp. | dgp@users.sourceforge.net | 2011-07-15 | 1 | -0/+5 |
| |\ \
| |/ |
|
| | * | Avoid segfaults when RecordByteCodeStats() is called in a deleted interp. | dgp@users.sourceforge.net | 2011-07-15 | 1 | -0/+5 |
|
|
| | * | wip | dgp@users.sourceforge.net | 2011-07-12 | 1 | -6/+6 |
|
|
| | * | Type mismatches in *printf calls. | dgp@users.sourceforge.net | 2011-07-11 | 1 | -2/+2 |
|
|
| * | | silence compiler warning | dgp@users.sourceforge.net | 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@users.sourceforge.net | 2011-04-21 | 1 | -2/+6 |
| |\ \
| |/ |
|
| | * | Make sure SetFooFromAny routines react reasonably when passed a NULL interp. | dgp@users.sourceforge.net | 2011-04-21 | 1 | -2/+5 |
|
|
| * | | * generic/tclBasic.c: More replacements of Tcl_UtfBackslash() calls | dgp@users.sourceforge.net | 2011-03-06 | 1 | -3/+5 |
| |\ \
| |/ |
|
| | * | * generic/tclBasic.c: More replacements of Tcl_UtfBackslash() calls | dgp@users.sourceforge.net | 2011-03-06 | 1 | -2/+2 |
|
|
| * | | Now that we're no longer using SCM based on RCS, the RCS Keyword lines cause | dgp@users.sourceforge.net | 2011-03-02 | 1 | -2/+0 |
| |\ \
| |/ |
|
| | * | Now that we're no longer using SCM based on RCS, the RCS Keyword lines cause | dgp@users.sourceforge.net | 2011-03-01 | 1 | -2/+0 |
|
|
| | * | * generic/tclCompile.c: [Bug 2949302]: Fixed leak of support | andreask@activestate.com | 2010-02-11 | 1 | -18/+47 |
|
|
| | * | silence compiler warnings | dgp@users.sourceforge.net | 2009-08-26 | 1 | -2/+2 |
|
|
| | * | * generic/tclBasic.c (Tcl_CreateInterp, Tcl_EvalTokensStandard, | andreask@activestate.com | 2009-08-25 | 1 | -13/+170 |
|
|
| | * | * generic/tclBasic.c (DeleteInterpProc,TclArgumentBCEnter, | andreask@activestate.com | 2009-07-14 | 1 | -55/+16 |
|
|
| | * | * generic/tclCompile.c: The value stashed in iPtr->compiledProcPtr | dgp@users.sourceforge.net | 2009-06-13 | 1 | -1/+2 |
|
|
| | * | * generic/tclBasic.c: Added missing release of extended command | andreask@activestate.com | 2008-07-28 | 1 | -14/+22 |
|
|
| | * | * generic/tclBasic.c: Modified TclArgumentGet to reject pure lists | andreask@activestate.com | 2008-07-23 | 1 | -3/+7 |
|
|
| | * | * generic/tclCompile.c: Made the new TclEnterCmdWordIndex | andreask@activestate.com | 2008-07-22 | 1 | -7/+10 |
|
|
| | * | * generic/tclBasic.c: Reworked the handling of bytecode literals | andreask@activestate.com | 2008-07-22 | 1 | -16/+27 |
|
|
| | * | * generic/tclBasic.c: Extended the existing TIP #280 system (info | andreask@activestate.com | 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... | andreask@activestate.com | 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@users.sourceforge.net | 2003-07-18 | 1 | -1/+9 |
|
|
| | * | Corrected bogus comments | dgp@users.sourceforge.net | 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 | andreask@activestate.com | 2010-02-02 | 1 | -1/+3 |
|
|
| * | | silence compiler warnings | dgp@users.sourceforge.net | 2009-08-26 | 1 | -2/+2 |
|
|
| * | | * generic/tclBasic.c (Tcl_CreateInterp, Tcl_EvalTokensStandard, | andreask@activestate.com | 2009-08-25 | 1 | -7/+156 |
|
|
| * | | * generic/tclCmdIL.c: Removed unused variables. | dgp@users.sourceforge.net | 2009-07-16 | 1 | -5/+2 |
|
|
| * | | fix 64bit int <-> ptr cast warnings | das | 2009-07-15 | 1 | -2/+2 |
|
|
| * | | * generic/tclBasic.c (DeleteInterpProc,TclArgumentBCEnter, | andreask@activestate.com | 2009-07-14 | 1 | -51/+12 |
|
|
| * | | * generic/tclCompile.c: The value stashed in iPtr->compiledProcPtr | dgp@users.sourceforge.net | 2009-06-13 | 1 | -1/+2 |
|
|
| * | | * tests/info.test: Tests 38.* added, exactly testing the tracking | andreask@activestate.com | 2008-07-25 | 1 | -19/+26 |
|
|
| * | | * generic/tclBasic.c: Modified TclArgumentGet to reject pure lists | andreask@activestate.com | 2008-07-23 | 1 | -3/+5 |
|
|