| Commit message (Expand) | Author | Age | Files | Lines |
* | * 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 |
|
|
* | * 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 |
|
|
* | 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 |
|
|
* | * generic/tclCompile.c: Added fflush() calls following all callers of | dgp | 2007-08-30 | 1 | -1/+2 |
|
|
* | * generic/tclCompExpr.c: Call TclCompileSyntaxError() when | dgp | 2007-08-27 | 1 | -59/+11 |
|
|
* | * generic/tclCompile.c: Move the deallocation of local LiteralTable | dgp | 2007-08-27 | 1 | -9/+5 |
|
|
* | * generic/tclCompile.c: replaced copy loop that tripped some | Miguel Sofer | 2007-08-24 | 1 | -5/+5 |
|
|
* | VarReform [Patch 1750051] | Miguel Sofer | 2007-07-31 | 1 | -9/+13 |
|
|
* | 2007-07-11 Miguel Sofer <msofer@users.sf.net> | Miguel Sofer | 2007-07-11 | 1 | -14/+21 |
|
|
* | * generic/tclBasic.c: Move most instances of the Tcl_Parse struct | dgp | 2007-06-21 | 1 | -31/+35 |
|
|
* | Fix comments referring to {expand}. [Bug 1600859] | dkf | 2007-06-21 | 1 | -2/+2 |
|
|
* | * generic/tclInt.decls: Revised the interfaces of the routines | dgp | 2007-06-20 | 1 | -2/+2 |
|
|
* | * generic/tclCmdIL.c (InfoFrameCmd): | Miguel Sofer | 2007-06-18 | 1 | -9/+13 |
|
|
* | * generic/tclCompile.c: SetByteCodeFromAny() can no longer return | dgp | 2007-06-14 | 1 | -2/+3 |
|
|
* | * generic/tclBasic.c: Removed code that dealt with | dgp | 2007-05-30 | 1 | -153/+4 |
|
|
* | * generic/tclCkalloc.c: fix warnings from gcc build configured with | das | 2007-04-23 | 1 | -6/+5 |
|
|
* | * generic/tclCompile.c (TclFreeCompileEnv): Tip 280's new field | Miguel Sofer | 2007-04-23 | 1 | -1/+4 |
|
|
* | Handle creation of Tcl_Objs from constant strings better (easier to use, more | dkf | 2007-04-10 | 1 | -3/+4 |
|
|
* | * generic/tclCompile (tclInstructionTable): fixed bugs in | Miguel Sofer | 2007-04-08 | 1 | -6/+9 |
|
|
* | * generic/tclCompile (tclInstructionTable): fixed bug in | Miguel Sofer | 2007-04-07 | 1 | -2/+2 |
|
|
* | * generic/tclBasic.c: Added bytecode compilers for the | Miguel Sofer | 2007-04-03 | 1 | -1/+10 |
|
|
* | Ensure that the count of commands commenced by bytecode is correct at all times | dkf | 2007-04-01 | 1 | -8/+26 |
|
|
* | * generic/tclCompile.c: | dgp | 2007-03-30 | 1 | -7/+9 |
|
|