summaryrefslogtreecommitdiffstats
path: root/generic/tclExecute.c
Commit message (Expand)AuthorAgeFilesLines
...
* * generic/tclCompExpr.c: Moved a misplaced declaration that blockedKevin B Kenny2007-10-171-5/+9
* Minor cleanup of NULL usagedkf2007-09-171-13/+16
* * generic/tclDTrace.d (new file): add DTrace provider for Tcl; allowsdas2007-09-131-1/+31
* * generic/tclCompCmds.c (TclCompileDictCmd-update):Miguel Sofer2007-09-111-2/+2
* * generic/tclExecute.c: Corrected an off-by-one error in theKevin B Kenny2007-09-111-3/+25
* * generic/tclCompile.c: fix tclInstructionTable entry forMiguel Sofer2007-09-101-8/+1
* * generic/tclInt.h: Removed the "nsName" Tcl_ObjType from thedgp2007-09-091-11/+2
* * generic/tclCompCmds.c: Use the new INST_REVERSE instructiondgp2007-09-091-1/+17
* Fix [Bug 1786481]dkf2007-09-081-1/+4
* * generic/tclBasic.c: Removed support for the unmaintaineddgp2007-09-051-17/+1
* fix warnings about 64bit signed vs unsigned comparisondas2007-09-031-3/+3
* * generic/tclCompile.c: Added fflush() calls following all callers ofdgp2007-08-301-1/+2
* * generic/tclCompExpr.c: Call TclCompileSyntaxError() whendgp2007-08-271-69/+11
* * generic/tclCompile.c: Move the deallocation of local LiteralTabledgp2007-08-271-11/+1
* fix warnings about signed vs unsigned comparison (type of sizeof() is size_t ...das2007-08-271-7/+7
* * generic/tclExecute.c (TclExecuteByteCode): Added code to handleKevin B Kenny2007-08-251-3/+425
* * generic/tclExecute.c (TEBC): disable the new shortcut to frequentMiguel Sofer2007-08-221-3/+1
* 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