summaryrefslogtreecommitdiffstats
path: root/generic/tclExecute.c
Commit message (Expand)AuthorAgeFilesLines
...
* Missing init in ParseExpr().dgp2007-08-221-3/+1
* * generic/tclExecute.c (TEBC): disable the new shortcut to frequentMiguel Sofer2007-08-221-2/+4
* * generic/tclExecute.c (INST_SUB): fix usage of the new macro forMiguel Sofer2007-08-201-3/+10
* Swapped the order in the Overflowing macro (created in the last commit byMiguel Sofer2007-08-191-2/+5
* Make Miguel's overflow-detection more mnemonic with a macro.dkf2007-08-191-73/+86
* * generic/tclExecute.c: changed the check for overflow in sums,Miguel Sofer2007-08-191-18/+12
* * generic/tclExecute.c: check the two most frequent instructionsMiguel Sofer2007-08-161-1/+17
* * generic/tclExecute.c (INST_INVOKE*): peephole opt, do not getMiguel Sofer2007-08-141-1/+6
* * generic/tclExecute.c: Provide DECACHE/CACHE protection to thedgp2007-08-131-1/+3
* * generic/tclExecute.c (INST_STORE_ARRAY):Miguel Sofer2007-08-091-24/+13
* * generic/tclExecute.c: Corrected failure to compile/linkdgp2007-08-081-2/+2
* * generic/tclExecute.c: Corrected improper use of bignum argumentsdgp2007-08-081-7/+14
* fix breakage in TCL_COMPILE_DEBUG builddas2007-08-051-9/+11
* Abstracted the 'offsetof' to a TclOffset macro as per Tk_Offset to permitpatthoyts2007-08-011-2/+2
* VarReform [Patch 1750051]Miguel Sofer2007-07-311-237/+250
* * generic/tclBasic.c (TEOvI, GetCommandSource):Miguel Sofer2007-07-241-34/+16
* * generic/tclBasic.c: Removed dead code, including thedgp2007-06-281-237/+1
* * generic/tclExecute.c: Safety checks to avoid crashes in thedgp2007-06-261-8/+7
* * generic/tclExecute.c: Revised TclStackRealloc() signature to betterdgp2007-06-221-6/+23
* * generic/tclBasic.c (TEOvI): Made sure that leaveMiguel Sofer2007-06-211-4/+16
* * generic/tclInt.decls: Revised the interfaces of the routinesdgp2007-06-201-10/+29
* improve comments on Tcl stack managementMiguel Sofer2007-06-191-1/+12
* adding comments to GrowEvaluationStackMiguel Sofer2007-06-191-1/+13
* * generic/tclCmdIL.c (InfoFrameCmd):Miguel Sofer2007-06-181-3/+3
* * generic/tclExecute.c (TEBC): Moved the CmdFrame off the C stackMiguel Sofer2007-06-181-19/+20
* Fix [Bug 1738542]dkf2007-06-171-136/+173
* * generic/tclCompCmds.c: Simplified [variable] compiler andMiguel Sofer2007-06-151-36/+39
* * generic/tclCompile.c: reverted TclEvalObjvInternal andMiguel Sofer2007-06-151-9/+3
* * generic/tclCompile.c: SetByteCodeFromAny() can no longer returndgp2007-06-141-9/+4
* * generic/tclExecute.c (TclCompEvalObj): missed update to "thereMiguel Sofer2007-06-141-6/+2
* * generic/tclExecute.c: comments added to explain iPtr->numLevelsMiguel Sofer2007-06-111-2/+5
* * generic/tclBasic.c: Further TEOvI split, creating a newMiguel Sofer2007-06-101-14/+3
* * generic/tclExecute.c (TclExecuteByteCode): restore support forhobbs2007-06-101-9/+140
* * generic/tclExecute.c (INST_INVOKE): isolated two vars to theMiguel Sofer2007-06-091-3/+3
* * generic/tclBasic.c: Split TEOv in two, by separating aMiguel Sofer2007-06-091-42/+3
* * generic/tclInt.h:Miguel Sofer2007-06-051-182/+278
* suppress compiler warnings about values computed and not useddgp2007-05-171-3/+3
* Added macro version of Tcl_LimitReady.dkf2007-05-171-65/+94
* Better const correctnessdkf2007-05-111-4/+4
* * generic/tclExecute.c (TclExecuteByteCode): Plugged six memoryKevin B Kenny2007-04-241-1/+7
* * generic/tclCkalloc.c: fix warnings from gcc build configured withdas2007-04-231-21/+20
* * generic/tclExecute.c (INST_LSHIFT): fixed a mistake introducedMiguel Sofer2007-04-191-2/+2
* * generic/tclExecute.c: slight changes in Tcl_Obj management.Miguel Sofer2007-04-181-22/+28
* * generic/tclExecute.c: fixed checkInterp logic [Bug 1702212]Miguel Sofer2007-04-171-8/+11
* Always cast arg to ckfree to char*, not VOID*dkf2007-04-171-3/+3
* * generic/tclExecute.c: removed some code at INSTEXPAND_SKTOP thatMiguel Sofer2007-04-141-8/+6
* removed stray '//'Miguel Sofer2007-04-111-2/+2
* * generic/tclExecute.c: new macros OBJ_AT_TOS, OBJ_UNDER_TOS,Miguel Sofer2007-04-111-141/+145
* Complete conversion to ANSI function definitionsdkf2007-04-101-3/+3
* Handle creation of Tcl_Objs from constant strings better (easier to use, moredkf2007-04-101-2/+4