| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
|
|
* | optimised loops that initialise a proc's arguments and compiled local | Miguel Sofer | 2004-12-10 | 1 | -1/+9 |
|
|
* | * generic/tclCompile.h: Removed extrainious reset of | davygrvy | 2004-11-03 | 1 | -4/+1 |
|
|
* | * generic/tclCompile.h: Exchanged use of the EXTERN macro to the new MODULE_S... | davygrvy | 2004-11-03 | 1 | -71/+66 |
|
|
* | Core of implementation of TIP#201 ('in' and 'ni' operators) | dkf | 2004-10-08 | 1 | -2/+5 |
|
|
* | Report compilation errors at runtime, [Patch 103368] by dgp. | Miguel Sofer | 2004-09-26 | 1 | -5/+5 |
|
|
* | Moved declaration of TclCompEvalObj() from tclCompile.h to the internal | Miguel Sofer | 2004-07-03 | 1 | -1/+5 |
|
|
* | * generic/tclCompile.h: | Miguel Sofer | 2004-05-16 | 1 | -36/+27 |
|
|
* | * generic/tclExecute.h: | Miguel Sofer | 2004-05-14 | 1 | -2/+2 |
|
|
* | * generic/tclCompile.h: removed redundant #ifdef _TCLINT | Miguel Sofer | 2004-04-02 | 1 | -3/+1 |
|
|
* | * generic/tclCompile.c: New instruction code INST_START_CMD | Miguel Sofer | 2004-03-30 | 1 | -2/+4 |
|
|
* | Whitespace minimisation | dkf | 2004-01-20 | 1 | -76/+77 |
|
|
* | Full bytecode compilation for [lassign] | dkf | 2004-01-18 | 1 | -4/+20 |
|
|
* | Patch 876451: restores performance of [return]. Also allows forms | dgp | 2004-01-13 | 1 | -3/+19 |
|
|
* | * doc/ParseCmd.3: Implementation of TIP 157. Adds recognition | dgp | 2003-11-14 | 1 | -3/+26 |
|
|
* | Oops! Last checkin had wrong value for LAST_INST_OPCODE. D'oh! | dkf | 2003-09-15 | 1 | -2/+2 |
|
|
* | TIP#123 Implementation based on work by Arjen Markus. [Patch 655176] | dkf | 2003-09-12 | 1 | -1/+3 |
|
|
* | * generic/tclCompCmds.c (TclCompileReturnCmd): Alternative fix for | dgp | 2003-03-19 | 1 | -2/+4 |
|
|
* | * generic/tclBasic.c (Tcl_EvalTokensStandard): | dgp | 2003-03-13 | 1 | -3/+2 |
|
|
* | The [switch] command is now bytecode compiled, at least in the most common | dkf | 2003-03-05 | 1 | -6/+15 |
|
|
* | * generic/tclInt.decls: made TclSetPreInitScript() declaration | das | 2002-10-09 | 1 | -1/+3 |
|
|
* | Removing more CONST-related warnings. | dkf | 2002-09-24 | 1 | -2/+2 |
|
|
* | * generic/tclCompile.h: | Miguel Sofer | 2002-08-07 | 1 | -9/+1 |
|
|
* | * doc/CmdCmplt.3: Applied Patch 585105 to fully CONST-ify | dgp | 2002-08-05 | 1 | -4/+13 |
|
|
* | Global symbols are now all either prefixed with 'tcl' (or 'Tcl' or ...) or ha... | dkf | 2002-07-19 | 1 | -10/+10 |
|
|
* | * generic/tclCompile.h: modified the macro TclEmitPush | Miguel Sofer | 2002-06-28 | 1 | -5/+8 |
|
|
* | cleanup in [expr] compiler | Miguel Sofer | 2002-05-30 | 1 | -13/+1 |
|
|
* | * Corrected problems with Tcl_AllowExceptions | dgp | 2002-03-29 | 1 | -2/+2 |
|
|
* | TIP#72 implementation. See ChangeLog for details. | dkf | 2002-02-15 | 1 | -2/+5 |
|
|
* | * Updated interfaces of generic/tclEncoding, generic/tclFilename.c, | dgp | 2002-01-25 | 1 | -2/+2 |
|
|
* | fixed the calculation of the maximal stack depth required by bytecodes [Bug 4... | Miguel Sofer | 2001-12-10 | 1 | -4/+45 |
|
|
* | moving all code relative to bytecodes from tclBasic.c to tclExecute.c | Miguel Sofer | 2001-11-20 | 1 | -3/+11 |
|
|
* | code reorganisation and factorisation. | Miguel Sofer | 2001-11-20 | 1 | -4/+13 |
|
|
* | Moved Tcl_GetCommandFromObj and all defining code for tclCmdNameType objects ... | Miguel Sofer | 2001-11-16 | 1 | -36/+1 |
|
|
* | Code reordering; execution levels made consistent [Bug 480896]. | Miguel Sofer | 2001-11-16 | 1 | -1/+4 |
|
|
* | Reference implementation of TIP's #22, #33 and #45. Adds the | hobbs | 2001-11-14 | 1 | -2/+16 |
|
|
* | * generic/tclInt.decls (TclExpandCodeArray,TclGetInstructionTable): | andreas_kupries | 2001-10-15 | 1 | -4/+1 |
|
|
* | Disabled all compile and execution tracing functionality in standard | Miguel Sofer | 2001-09-17 | 1 | -1/+5 |
|
|
* | * generic/tclBasic.c: added new CompileProc invocations to basic | hobbs | 2001-05-17 | 1 | -3/+22 |
|
|
* | * generic/tclCompExpr.c: changed INST_STREQ -> INST_STR_EQ, | hobbs | 2000-05-26 | 1 | -5/+8 |
|
|
* | * generic/tclInt.h: Added function prototypes for | ericm | 2000-05-23 | 1 | -2/+3 |
|
|
* | * doc/expr.n: | hobbs | 2000-05-09 | 1 | -2/+7 |
|
|