| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
|
|
* | * generic/tclBasic.c: Extended the existing TIP #280 system (info | andreas_kupries | 2008-07-21 | 1 | -1/+46 |
|
|
* | * generic/tclBasic.c: Compilation of uplevel scripts, allow | Miguel Sofer | 2008-06-08 | 1 | -4/+33 |
|
|
* | Small clarifications that code a bit nicer to read. | dkf | 2008-05-30 | 1 | -18/+19 |
|
|
* | * generic/tclCompile.c: fix crash with tcl_traceExec. Found and | Miguel Sofer | 2008-05-16 | 1 | -2/+2 |
|
|
* | Reconcile coding style issues between branches | dgp | 2008-01-23 | 1 | -2/+3 |
|
|
* | * generic/tclCompExpr.c: add an 'optimize' argument to | Miguel Sofer | 2008-01-16 | 1 | -2/+2 |
|
|
* | merge stable branch onto HEAD | dgp | 2007-12-13 | 1 | -1/+1 |
|
|
* | Minor fixes (e.g. comment readability) | dkf | 2007-11-18 | 1 | -17/+17 |
|
|
* | Greatly improved ensemble compiler. This one now can handle any ensemble. | dkf | 2007-11-16 | 1 | -2/+5 |
|
|
* | Compile [info exists] into bytecode. Includes new instructions to support it. | dkf | 2007-11-14 | 1 | -1/+26 |
|
|
* | Minor fixes (remove double blank lines, etc.) | dkf | 2007-11-13 | 1 | -16/+18 |
|
|
* | Fix a bug in disassembly of INST_START_CMD instructions | dkf | 2007-11-13 | 1 | -3/+4 |
|
|
* | * generic/tclCompCmds.c, generic/tclCompile.c, generic/tclCompile.h: | hobbs | 2007-11-12 | 1 | -1/+4 |
|
|
* | [Patch 1830038]: Increased usage of macros to detect and take advantage of ob... | Miguel Sofer | 2007-11-11 | 1 | -2/+2 |
|
|
* | * generic/tclCompile.c: Fix comments. | Miguel Sofer | 2007-10-20 | 1 | -3/+3 |
|
|
* | Fix my silly blunder with an undeclared variable. | dkf | 2007-10-09 | 1 | -2/+3 |
|
|
* | Add a new command, ::tcl::unsupported::disassemble | dkf | 2007-09-25 | 1 | -130/+224 |
|
|
* | * generic/tclCompCmds.c (TclCompileDictCmd-update): | Miguel Sofer | 2007-09-11 | 1 | -2/+2 |
|
|
* | * generic/tclCompile.c: fix tclInstructionTable entry for | Miguel Sofer | 2007-09-10 | 1 | -2/+2 |
|
|
* | Correct stack effect value in table. | dgp | 2007-09-09 | 1 | -2/+2 |
|
|
* | * generic/tclCompCmds.c: Use the new INST_REVERSE instruction | dgp | 2007-09-09 | 1 | -1/+3 |
|
|