| Commit message (Expand) | Author | Age | Files | Lines |
... | |
| * | | * 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 |
|
|
| * | | * generic/tclCompile.c: Made the new TclEnterCmdWordIndex | andreas_kupries | 2008-07-22 | 1 | -11/+14 |
|
|
| * | | * 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/+46 |
|
|
| * | | * generic/tclCompile.c: fix crash with tcl_traceExec. Found and | Miguel Sofer | 2008-05-16 | 1 | -2/+2 |
|
|
* | | | [Bug 3129448]: Possible over-allocation on 64-bit platforms, part 2 | nijtmans | 2010-12-10 | 1 | -4/+3 |
|
|
* | | | [Patch 2995655] Report inner contexts in [info errorstack] | ferrieux | 2010-10-20 | 1 | -1/+177 |
|
|
* | | | * generic/tclCompCmds.c (TclCompileDictForCmd): Update the compilation | dkf | 2010-10-20 | 1 | -4/+6 |
|
|
* | | | remove outdated comment | dgp | 2010-10-13 | 1 | -7/+1 |
|
|
* | | | * generic/tclCompile.c: Alternative fix for [Bugs 467523,983660] where | dgp | 2010-10-13 | 1 | -4/+4 |
|
|
* | | | * generic/tclCompile.c: Prevent writing to the intrep fields of a | dgp | 2010-10-06 | 1 | -3/+3 |
|
|
* | | | * generic/tclBasic.c: [Patch 3072080] (minus the itcl | Miguel Sofer | 2010-09-27 | 1 | -6/+4 |
|
|
* | | | Remove many type casts which are no longernecessary as a result of [Patch 300... | nijtmans | 2010-08-22 | 1 | -2/+2 |
|
|
* | | | Correct some comments (Jos Decoster found...) | dkf | 2010-05-14 | 1 | -4/+4 |
|
|
* | | | * generic/tclCompExpr.c: Slight change in the literal sharing | Miguel Sofer | 2010-04-29 | 1 | -13/+4 |
|
|
* | | | Code Audit results: | dkf | 2010-03-05 | 1 | -2/+1 |
|
|
* | | | Pure whitespace changes, changing to follow Engineering Manual style. | dkf | 2010-02-24 | 1 | -18/+18 |
|
|
* | | | Small changes to align code style with Tcl Engineering Manual | dkf | 2010-02-19 | 1 | -155/+169 |
|
|
* | | | Fix error in stack depth calculation for [dict update], correct misleading | dkf | 2010-02-17 | 1 | -4/+4 |
|
|
* | | | Make the [unset] command be bytecode compiled. | dkf | 2010-01-30 | 1 | -2/+17 |
|
|
* | | | Eliminate various gcc warnings (in -Wextra mode) | nijtmans | 2009-11-18 | 1 | -3/+3 |
|
|
* | | | TIP #356 IMPLEMENTATION | dgp | 2009-09-24 | 1 | -4/+4 |
|
|
* | | | * generic/tclCompile.c: Correct botch in the conversion of | dgp | 2009-09-21 | 1 | -2/+4 |
|
|
* | | | * generic/tclCompile.c: Re-implement Tcl_SubstObj() as a simple | dgp | 2009-09-17 | 1 | -1/+32 |
|
|
* | | | fix warning | das | 2009-09-12 | 1 | -2/+2 |
|
|
* | | | * generic/tclBasic.c: Completed the NR-enabling of [subst]. | dgp | 2009-09-11 | 1 | -1/+155 |
|
|
* | | | * generic/tclCompCmds.c (TclCompileSubstCmd): Added a bytecode | dgp | 2009-09-04 | 1 | -70/+102 |
|
|
* | | | fix warnings | das | 2009-08-25 | 1 | -2/+2 |
|
|
* | | | * generic/tclBasic.c (Tcl_CreateInterp, Tcl_EvalTokensStandard, | andreas_kupries | 2009-08-25 | 1 | -4/+152 |
|
|
* | | | * generic/tclBinary.c: Removed unused variables. | dgp | 2009-07-16 | 1 | -5/+2 |
|
|
* | | | fix 64bit int <-> ptr cast warnings | das | 2009-07-14 | 1 | -2/+2 |
|
|
* | | | * generic/tclCompile.c (TclInitCompileEnv, EnterCmdWordIndex, | andreas_kupries | 2009-07-14 | 1 | -51/+47 |
|
|
* | | | * generic/tclCompile.c: The value stashed in iPtr->compiledProcPtr | dgp | 2009-06-13 | 1 | -1/+2 |
|
|
* | | | fix [Bug 2555129] const compiler | nijtmans | 2009-02-09 | 1 | -3/+3 |
|
|
* | | | CONSTify TclPrintInstruction and TclpNativeJoinPath (TIP #27) | nijtmans | 2009-01-22 | 1 | -4/+4 |
|
|
* | | | Style fixes (unfouling whitespace, sorting comments, removing useless casts, ... | dkf | 2009-01-09 | 1 | -27/+26 |
|
|
* | | | Alternate fix for[Bug 2251175]: missing backslash substitution on expanded li... | ferrieux | 2008-11-27 | 1 | -28/+3 |
|
|
* | | | Simplification of expanded-literals handling after analysis of dead branches | ferrieux | 2008-11-19 | 1 | -29/+5 |
|
|
* | | | Fix [Bug 2251175]: missing backslash substitution on expanded literals. | ferrieux | 2008-11-17 | 1 | -5/+54 |
|
|
* | | | Style improvements - invoking callbacks without visual junk. | dkf | 2008-10-26 | 1 | -9/+9 |
|
|
* | | | Add "const" to many internal | nijtmans | 2008-10-15 | 1 | -4/+4 |
|
|
* | | | * generic/tclCompile.c: fix bug in srcDelta encoding within | Miguel Sofer | 2008-10-12 | 1 | -3/+3 |
|
|
* | | | * generic/tclInt.decls: CONSTified the AuxDataType argument | nijtmans | 2008-10-05 | 1 | -12/+12 |
|
|
* | | | * generic/tclCompile.c (TclCompileTokens): | Miguel Sofer | 2008-09-08 | 1 | -14/+12 |
|
|
* | | | Fix performance bug introduced by fix of [Bug 2037727] | dkf | 2008-08-20 | 1 | -5/+6 |
|
|
* | | | * tests/info.test: Tests 38.* added, exactly testing the tracking | andreas_kupries | 2008-07-25 | 1 | -18/+26 |
|
|
* | | | * generic/tclBasic.c: Modified TclArgumentGet to reject pure lists | andreas_kupries | 2008-07-23 | 1 | -3/+5 |
|
|
* | | | * generic/tclCompile.c: Made the new TclEnterCmdWordIndex | andreas_kupries | 2008-07-22 | 1 | -11/+14 |
|
|
* | | | * generic/tclBasic.c: Reworked the handling of bytecode literals | andreas_kupries | 2008-07-22 | 1 | -16/+27 |
|
|