summaryrefslogtreecommitdiffstats
path: root/generic/tclExecute.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* * generic/tclExecute.c (TEBC): small code reduction.Miguel Sofer2007-04-071-25/+2
* * generic/tclExecute.c (TEBC):Miguel Sofer2007-04-061-291/+308
* * generic/tclExecute.c: INST_INVOKE optimisation [Patch 1693802]Miguel Sofer2007-04-031-6/+24
* * generic/tclBasic.c: Added bytecode compilers for theMiguel Sofer2007-04-031-1/+126
* * generic/tclBasic.c: Replace arrays on the C stack and ckallocdgp2007-04-021-2/+1
* Ensure that the count of commands commenced by bytecode is correct at all timesdkf2007-04-011-303/+543
* * generic/tclExecute.c: optimise the lookup of elements of indexedMiguel Sofer2007-03-301-11/+39
* * generic/tclExecute.c: Revised GrowEvaluationStack to take andgp2007-03-221-30/+31
* * generic/tclExecute.c: More ckalloc -> ckrealloc conversions.dgp2007-03-211-20/+11
* Fix trivial error in comment.dkf2007-03-201-2/+2
* * generic/tclExecute.c (INST_FOREACH_STEP4): Make private copydgp2007-03-121-3/+5
* Added a scheme to allow aux-data to be printed out for debugging. For this to...dkf2007-03-021-26/+23
* various "const" additions, in line with TIP #27nijtmans2007-02-201-68/+69
* * generic/tclCompExpr.c: Revised implementation of TclInvertOpCmddgp2006-12-081-4/+2