summaryrefslogtreecommitdiffstats
path: root/generic/tclExecute.c
Commit message (Expand)AuthorAgeFilesLines
* Minor fixes (e.g. comment readability)dkf2007-11-181-251/+296
* * generic/tclExecute.c (TclExecuteByteCode:INST_EXIST_*): Fix readdas2007-11-171-20/+30
* move TCL_DTRACE_INST_NEXT after async handlers checkdas2007-11-161-3/+3
* Compile [info exists] into bytecode. Includes new instructions to support it.dkf2007-11-141-1/+116
* RE: [Patch 1830184] TclResetResultMiguel Sofer2007-11-121-3/+3
* * generic/tclBasic.c: New macro TclResetResult, new iPtr flagMiguel Sofer2007-11-121-3/+3
* * generic/tclCompCmds.c, generic/tclCompile.c, generic/tclCompile.h:hobbs2007-11-121-1/+34
* [Patch 1830038]: Increased usage of macros to detect and take advantage of ob...Miguel Sofer2007-11-111-30/+29
* * generic/tclExecute.c: fast path for INST_LIST_INDEX when theMiguel Sofer2007-11-101-7/+20
* * generic/tclAsync.c:Miguel Sofer2007-11-091-2/+2
* * generic/tclInt.decls, generic/tclIntDecls.h: Use unsigned char forhobbs2007-11-091-5/+3
* fix (unsigned char*) vs. (char*) warningsdas2007-11-081-3/+3
* * generic/tclStubInit.c:hobbs2007-11-081-1/+10
* * generic/tclCompile.c: Fix comments.Miguel Sofer2007-10-201-2/+2
* * 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