| Commit message (Expand) | Author | Age | Files | Lines |
* | * generic/tclBasic.c: slight cleanup | Miguel Sofer | 2008-08-09 | 1 | -1/+2 |
|
|
* | duh ... committed only the ChangeLog entry, not the rest | Miguel Sofer | 2008-08-04 | 1 | -3/+5 |
|
|
* | made function static | Miguel Sofer | 2008-08-03 | 1 | -3/+1 |
|
|
* | * generic/tclBasic.c: new unsupported command atProcExit | Miguel Sofer | 2008-08-03 | 1 | -2/+4 |
|
|
* | * generic/tclBasic.c: Improved tailcalls and tests. | Miguel Sofer | 2008-07-31 | 1 | -2/+2 |
|
|
* | Completely revamped NRE implementation, with (almost) unchanged API. | Miguel Sofer | 2008-07-29 | 1 | -4/+5 |
|
|
* | * generic/tclCompile.c: Made the new TclEnterCmdWordIndex | andreas_kupries | 2008-07-22 | 1 | -4/+1 |
|
|
* | * generic/tclBasic.c: Reworked the handling of bytecode literals | andreas_kupries | 2008-07-22 | 1 | -7/+6 |
|
|
* | * generic/tclBasic.c: Extended the existing TIP #280 system (info | andreas_kupries | 2008-07-21 | 1 | -2/+11 |
|
|
* | NRE implementation [Patch 2017110] | Miguel Sofer | 2008-07-13 | 1 | -2/+2 |
|
|
* | * generic/tclBasic.c: Compilation of uplevel scripts, allow | Miguel Sofer | 2008-06-08 | 1 | -2/+2 |
|
|
* | More elimination of pre-C89-isms. | dkf | 2008-05-02 | 1 | -13/+13 |
|
|
* | Remove stray trailing "," from enum InstOperandType definition (C99ism). | jenglish | 2008-02-26 | 1 | -2/+2 |
|
|
* | * generic/tclCompile.h: Demote TclCompEvalObj() from internal stubs to | dgp | 2008-01-23 | 1 | -6/+3 |
|
|
* | * generic/tclCompExpr.c: add an 'optimize' argument to | Miguel Sofer | 2008-01-16 | 1 | -2/+2 |
|
|
* | * generic/tclBasic.c: Replacing 'operator' by 'op' in the def | Miguel Sofer | 2008-01-15 | 1 | -2/+2 |
|
|
* | merge stable branch onto HEAD | dgp | 2007-12-13 | 1 | -1/+1 |
|
|
* | typo | dkf | 2007-11-14 | 1 | -2/+2 |
|
|
* | Compile [info exists] into bytecode. Includes new instructions to support it. | dkf | 2007-11-14 | 1 | -2/+8 |
|
|
* | * generic/tclCompCmds.c, generic/tclCompile.c, generic/tclCompile.h: | hobbs | 2007-11-12 | 1 | -2/+6 |
|
|
* | * generic/tclCompile.h: | Miguel Sofer | 2007-10-27 | 1 | -3/+1 |
|
|
* | whitespace | das | 2007-10-25 | 1 | -4/+4 |
|
|
* | Add a new command, ::tcl::unsupported::disassemble | dkf | 2007-09-25 | 1 | -10/+11 |
|
|
* | * generic/tclDTrace.d (new file): add DTrace provider for Tcl; allows | das | 2007-09-13 | 1 | -1/+90 |
|
|
* | * generic/tclCompCmds.c: Use the new INST_REVERSE instruction | dgp | 2007-09-09 | 1 | -2/+6 |
|
|
* | * generic/tclBasic.c: Used unions to better clarify overloading of | dgp | 2007-08-28 | 1 | -2/+5 |
|
|
* | * generic/tclCompExpr.c: Call TclCompileSyntaxError() when | dgp | 2007-08-27 | 1 | -7/+13 |
|
|
* | VarReform [Patch 1750051] | Miguel Sofer | 2007-07-31 | 1 | -2/+9 |
|
|
* | Fix comments referring to {expand}. [Bug 1600859] | dkf | 2007-06-21 | 1 | -2/+2 |
|
|
* | * generic/tclCompile.c: reverted TclEvalObjvInternal and | Miguel Sofer | 2007-06-15 | 1 | -4/+1 |
|
|
* | * generic/tclBasic.c: Further TEOvI split, creating a new | Miguel Sofer | 2007-06-10 | 1 | -3/+5 |
|
|
* | * generic/tclBasic.c: Removed code that dealt with | dgp | 2007-05-30 | 1 | -2/+1 |
|
|
* | * generic/tclBasic.c: Added bytecode compilers for the | Miguel Sofer | 2007-04-03 | 1 | -4/+11 |
|
|
* | Added a scheme to allow aux-data to be printed out for debugging. For this to... | dkf | 2007-03-02 | 1 | -4/+31 |
|
|
* | More efficient issuing of INST_START_CMD instructions. See ChangeLog for disc... | dkf | 2007-01-19 | 1 | -5/+14 |
|
|
* | Cleanup to follow engineering manual guidelines | dkf | 2006-12-13 | 1 | -27/+29 |
|
|
* | * generic/tclBasic.c: Final step routing all direct evaluation forms | dgp | 2006-12-12 | 1 | -1/+7 |
|
|
* | * generic/tclBasic.c: Another step with all sorting operator commands | dgp | 2006-12-11 | 1 | -1/+4 |
|
|
* | * generic/tclBasic.c: Another step down the path of re-using | dgp | 2006-12-08 | 1 | -1/+14 |
|
|
* | * generic/tclCompExpr.c: Revised implementation of TclInvertOpCmd | dgp | 2006-12-08 | 1 | -1/+3 |
|
|
* | * generic/tclBasic.c: TIP #280 implementation. | andreas_kupries | 2006-11-28 | 1 | -2/+35 |
|
|
* | New TEBC opcode, INST_JUMP_TABLE, for compiling the simple (and common) case of | dkf | 2005-11-30 | 1 | -3/+23 |
|
|
* | Scrap _ANSI_ARGS_ macro use, yay! | dkf | 2005-10-12 | 1 | -97/+92 |
|
|
* | Compiler for [dict] and related changes. | dkf | 2005-07-21 | 1 | -3/+20 |
|
|
* | Oops | dkf | 2005-07-14 | 1 | -2/+2 |
|
|
* | Style improvements to tclCompile.c, plus bytecode printing enhancements. | dkf | 2005-07-14 | 1 | -1/+6 |
|
|
* | Add compilation for TIP#90-style [catch] requiring a new opcode [Bug1219112] | dkf | 2005-06-20 | 1 | -294/+285 |
|
|
* | Merged kennykb-numerics-branch back to the head; TIPs 132 and 232 | Kevin B Kenny | 2005-05-10 | 1 | -59/+1 |
|
|
* | * generic/tclCompile.h: Move the TclInterpReady() declaration from | dgp | 2005-03-25 | 1 | -3/+1 |
|
|
* | Avoid sharing cmdName literals accross namespaces, and generalise usage of | Miguel Sofer | 2004-12-24 | 1 | -5/+19 |
|
|