| Commit message (Expand) | Author | Age | Files | Lines |
* | * 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 |
|
|
* | Added stub entry for the TclGetAuxDataType routine so tbcload can use stubs | surles | 1999-05-23 | 1 | -2/+1 |
|
|
* | merged tcl 8.1 branch back into the main trunk | stanton | 1999-04-16 | 1 | -287/+267 |
|
|
* | Merged stubs changes into mainline for 8.0 | stanton | 1999-03-10 | 1 | -55/+2 |
|
|
* | Replaced SCCS strings, fixed binary filescore_8_0_3 | stanton | 1998-09-14 | 1 | -1/+1 |
|
|
* | EXPORT is now TCL_STORAGE_CLASS | escoffon | 1998-08-04 | 1 | -5/+5 |
|
|
* | - added setting of EXPORT to DLLEXPORT if we are building the Tcl lib. | escoffon | 1998-07-29 | 1 | -2/+9 |
|
|
* | cosmetic change to a comment | escoffon | 1998-07-28 | 1 | -4/+4 |
|
|
* | Merged changes between child workspace "/home/welch/ws/tcl8.0.3i" and | welch | 1998-07-06 | 1 | -1/+9 |
|
|
* | - added the AuxDataType stuff | escoffon | 1998-07-01 | 1 | -13/+30 |
|
|
* | - Added the flags field in a ByteCode struct, and added one flag: | escoffon | 1998-06-10 | 1 | -0/+10 |
|
|
* | Initial revision | rjohnson | 1998-03-26 | 1 | -0/+1012 |
|
|