summaryrefslogtreecommitdiffstats
path: root/generic/tclExecute.c
Commit message (Expand)AuthorAgeFilesLines
* * doc/interp.n: [3081184] TIP #378.andreas_kupries2010-11-151-5/+9
* * generic/tclExecute.c: fix overallocation of exec stack in TEBCMiguel Sofer2010-10-091-3/+3
* correct evalstats to use %#lx for %p for Tcl_AppendPrintfToObjhobbs2010-10-041-2/+2
* * generic/tclExecute.c (EvalStatsCmd): change 'evalstats' tohobbs2010-10-021-92/+112
* * generic/tclExecute.c: [Bug 3057639]. Applied patch by Jeff toandreas_kupries2010-09-011-7/+7
* * generic/tclExecute.c (IllegalExprOperandType): [Bug 3024379]: Madedkf2010-07-021-1/+2
* * generic/tclCompile.c: [Bug 2933089]: A literal sharing problem withandreas_kupries2010-02-021-1/+93
* * generic/tclBasic.c (DeleteInterpProc,TclArgumentBCEnter,andreas_kupries2009-07-141-5/+7
* Cast wide integer to int conversion and some signed/unsigned conversions. (si...patthoyts2009-07-011-11/+11
* * generic/tclExecute.c: Replace dynamically-initialized table withdgp2009-06-021-44/+10
* * generic/tclExecute.c: Corrected implementations and selectiondgp2009-06-021-41/+64
* * generic/tclCmdMZ.c: Improve overflow error message fromdgp2009-05-061-1/+3
* * generic/tclExecute.c (INST_CONCAT1): Panic when appends overflowdgp2009-03-201-2/+10
* Backport re-fix of [2431847]ferrieux2008-12-161-5/+2
* Fix [Bug 2431847]dkf2008-12-151-2/+5
* * generic/tclExecute.c: Stopped faulty double-logging of errors todgp2008-08-041-1/+11
* * generic/tclExecute.c: fix [Bug 2030670] that causeMiguel Sofer2008-07-291-5/+6
* * 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