| Commit message (Expand) | Author | Age | Files | Lines |
* | Missing init in ParseExpr(). | dgp | 2007-08-22 | 1 | -3/+1 |
|
|
* | * generic/tclExecute.c (TEBC): disable the new shortcut to frequent | Miguel Sofer | 2007-08-22 | 1 | -2/+4 |
|
|
* | * generic/tclExecute.c (INST_SUB): fix usage of the new macro for | Miguel Sofer | 2007-08-20 | 1 | -3/+10 |
|
|
* | Swapped the order in the Overflowing macro (created in the last commit by | Miguel Sofer | 2007-08-19 | 1 | -2/+5 |
|
|
* | Make Miguel's overflow-detection more mnemonic with a macro. | dkf | 2007-08-19 | 1 | -73/+86 |
|
|
* | * generic/tclExecute.c: changed the check for overflow in sums, | Miguel Sofer | 2007-08-19 | 1 | -18/+12 |
|
|
* | * generic/tclExecute.c: check the two most frequent instructions | Miguel Sofer | 2007-08-16 | 1 | -1/+17 |
|
|
* | * generic/tclExecute.c (INST_INVOKE*): peephole opt, do not get | Miguel Sofer | 2007-08-14 | 1 | -1/+6 |
|
|
* | * generic/tclExecute.c: Provide DECACHE/CACHE protection to the | dgp | 2007-08-13 | 1 | -1/+3 |
|
|
* | * generic/tclExecute.c (INST_STORE_ARRAY): | Miguel Sofer | 2007-08-09 | 1 | -24/+13 |
|
|
* | * generic/tclExecute.c: Corrected failure to compile/link | dgp | 2007-08-08 | 1 | -2/+2 |
|
|
* | * generic/tclExecute.c: Corrected improper use of bignum arguments | dgp | 2007-08-08 | 1 | -7/+14 |
|
|
* | fix breakage in TCL_COMPILE_DEBUG build | das | 2007-08-05 | 1 | -9/+11 |
|
|
* | Abstracted the 'offsetof' to a TclOffset macro as per Tk_Offset to permit | patthoyts | 2007-08-01 | 1 | -2/+2 |
|
|
* | VarReform [Patch 1750051] | Miguel Sofer | 2007-07-31 | 1 | -237/+250 |
|
|
* | * generic/tclBasic.c (TEOvI, GetCommandSource): | Miguel Sofer | 2007-07-24 | 1 | -34/+16 |
|
|
* | * generic/tclBasic.c: Removed dead code, including the | dgp | 2007-06-28 | 1 | -237/+1 |
|
|
* | * generic/tclExecute.c: Safety checks to avoid crashes in the | dgp | 2007-06-26 | 1 | -8/+7 |
|
|
* | * generic/tclExecute.c: Revised TclStackRealloc() signature to better | dgp | 2007-06-22 | 1 | -6/+23 |
|
|
* | * generic/tclBasic.c (TEOvI): Made sure that leave | Miguel Sofer | 2007-06-21 | 1 | -4/+16 |
|
|
* | * generic/tclInt.decls: Revised the interfaces of the routines | dgp | 2007-06-20 | 1 | -10/+29 |
|
|
* | improve comments on Tcl stack management | Miguel Sofer | 2007-06-19 | 1 | -1/+12 |
|
|
* | adding comments to GrowEvaluationStack | Miguel Sofer | 2007-06-19 | 1 | -1/+13 |
|
|
* | * generic/tclCmdIL.c (InfoFrameCmd): | Miguel Sofer | 2007-06-18 | 1 | -3/+3 |
|
|
* | * generic/tclExecute.c (TEBC): Moved the CmdFrame off the C stack | Miguel Sofer | 2007-06-18 | 1 | -19/+20 |
|
|
* | Fix [Bug 1738542] | dkf | 2007-06-17 | 1 | -136/+173 |
|
|
* | * generic/tclCompCmds.c: Simplified [variable] compiler and | Miguel Sofer | 2007-06-15 | 1 | -36/+39 |
|
|
* | * generic/tclCompile.c: reverted TclEvalObjvInternal and | Miguel Sofer | 2007-06-15 | 1 | -9/+3 |
|
|
* | * generic/tclCompile.c: SetByteCodeFromAny() can no longer return | dgp | 2007-06-14 | 1 | -9/+4 |
|
|
* | * generic/tclExecute.c (TclCompEvalObj): missed update to "there | Miguel Sofer | 2007-06-14 | 1 | -6/+2 |
|
|
* | * generic/tclExecute.c: comments added to explain iPtr->numLevels | Miguel Sofer | 2007-06-11 | 1 | -2/+5 |
|
|
* | * generic/tclBasic.c: Further TEOvI split, creating a new | Miguel Sofer | 2007-06-10 | 1 | -14/+3 |
|
|
* | * generic/tclExecute.c (TclExecuteByteCode): restore support for | hobbs | 2007-06-10 | 1 | -9/+140 |
|
|
* | * generic/tclExecute.c (INST_INVOKE): isolated two vars to the | Miguel Sofer | 2007-06-09 | 1 | -3/+3 |
|
|
* | * generic/tclBasic.c: Split TEOv in two, by separating a | Miguel Sofer | 2007-06-09 | 1 | -42/+3 |
|
|
* | * generic/tclInt.h: | Miguel Sofer | 2007-06-05 | 1 | -182/+278 |
|
|
* | suppress compiler warnings about values computed and not used | dgp | 2007-05-17 | 1 | -3/+3 |
|
|
* | Added macro version of Tcl_LimitReady. | dkf | 2007-05-17 | 1 | -65/+94 |
|
|
* | Better const correctness | dkf | 2007-05-11 | 1 | -4/+4 |
|
|
* | * generic/tclExecute.c (TclExecuteByteCode): Plugged six memory | Kevin B Kenny | 2007-04-24 | 1 | -1/+7 |
|
|
* | * generic/tclCkalloc.c: fix warnings from gcc build configured with | das | 2007-04-23 | 1 | -21/+20 |
|
|
* | * generic/tclExecute.c (INST_LSHIFT): fixed a mistake introduced | Miguel Sofer | 2007-04-19 | 1 | -2/+2 |
|
|
* | * generic/tclExecute.c: slight changes in Tcl_Obj management. | Miguel Sofer | 2007-04-18 | 1 | -22/+28 |
|
|
* | * generic/tclExecute.c: fixed checkInterp logic [Bug 1702212] | Miguel Sofer | 2007-04-17 | 1 | -8/+11 |
|
|
* | Always cast arg to ckfree to char*, not VOID* | dkf | 2007-04-17 | 1 | -3/+3 |
|
|
* | * generic/tclExecute.c: removed some code at INSTEXPAND_SKTOP that | Miguel Sofer | 2007-04-14 | 1 | -8/+6 |
|
|
* | removed stray '//' | Miguel Sofer | 2007-04-11 | 1 | -2/+2 |
|
|
* | * generic/tclExecute.c: new macros OBJ_AT_TOS, OBJ_UNDER_TOS, | Miguel Sofer | 2007-04-11 | 1 | -141/+145 |
|
|
* | Complete conversion to ANSI function definitions | dkf | 2007-04-10 | 1 | -3/+3 |
|
|
* | Handle creation of Tcl_Objs from constant strings better (easier to use, more | dkf | 2007-04-10 | 1 | -2/+4 |
|
|