summaryrefslogtreecommitdiffstats
path: root/generic/tclExecute.c
Commit message (Expand)AuthorAgeFilesLines
* * generic/tclBasic.c: Reworked the handling of bytecode literalsandreas_kupries2008-07-221-1/+5
* backport enhanced commentsdgp2008-04-081-5/+18
* fix and simplify the OFFSET computation for TclStackAllocMiguel Sofer2008-03-181-5/+4
* * generic/tclExecute.c: Patch from Miguel Sofer to correct thedgp2008-03-181-11/+4
* typodgp2008-03-101-2/+2
* commentary cleanupdgp2008-03-071-3/+3
* * generic/tclExecute.c (Tcl_ExprObj): Revised expression bytecodedgp2008-03-071-41/+107
* * generic/tclResult.c (Tcl_SetReturnOptions): Revised the refcountdgp2008-02-291-1/+2
* fix comments in INST_CONCATMiguel Sofer2008-02-041-5/+4
* * generic/tclExecute.c (INST_CONCAT1): fix optimisation forMiguel Sofer2008-02-041-3/+6
* Reconcile coding style issues between branchesdgp2008-01-231-6/+9
* * generic/tclCompExpr.c: add an 'optimize' argument toMiguel Sofer2008-01-161-9/+2
* * generic/tclCompExpr.c: Fix literal leak in exprs [Bug 1869989]Miguel Sofer2008-01-161-1/+8
* * generic/tclAlloc.c:Miguel Sofer2007-12-171-21/+61
* merge stable branch onto HEADdgp2007-12-131-1/+1
* * generic/tclInt.decls: move TclByteArrayMatch and TclReToGlobhobbs2007-12-111-2/+2
* * generic/tclExecute.c (TclExecuteByteCode INST_REGEXP):hobbs2007-12-071-8/+4
* * generic/tclExecute.c (TclExecuteByteCode INST_REGEXP): Usehobbs2007-12-071-2/+5
* INST_EXIST_*: simplify result settingdas2007-11-191-26/+9
* 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