summaryrefslogtreecommitdiffstats
path: root/generic/tclExecute.c
Commit message (Expand)AuthorAgeFilesLines
...
| | * * generic/tclExecute.c (INST_CONCAT1): added a peepholeMiguel Sofer2004-09-101-1/+15
| | * added support for wide integers to round(); [Bug 908375], reported byMiguel Sofer2004-07-031-39/+37
| | * * generic/tclExecute.c (VerifyExprObjType): use GET_WIDE_OR_INT tohobbs2004-05-251-2/+3
| | * * generic/tclExecute.c: adding (DE)CACHE_STACK_INFO() pairs toMiguel Sofer2003-09-191-17/+75
| | * * generic/tclExecute.c (INST_INVOKE, INST_EVAL, INST_PUSH_RESULT):Miguel Sofer2003-08-051-4/+30
| | * * generic/tclBasic.c:Miguel Sofer2003-06-101-3/+6
| | * * generic/tclExecute.c (ExprCallMathFunc): remove incorrecthobbs2003-04-181-2/+2
| | * * generic/tcl.h Made changes so that the "wideInt" Tcl_ObjTypedgp2003-04-161-190/+63
| * | Backport of Miguel's 2010-09-22 fix on 8.6 branch (decache stack info whereve...ferrieux2011-01-191-1/+39
| * | * generic/tclExecute.c (GrowEvaluationStack): Off-by-one error inMiguel Sofer2011-01-131-4/+4
| * | * 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
* | | This is [Patch 3168398], Joe Mistachkin's optimisation of Tip #285mig2011-03-011-9/+12
* | | * generic/tclExecute.c (ExprObjCallback): fix object leakmig2011-03-011-1/+0
* | | * generic/tclExecute.c (TEBCresume): store local var array and constants in a...mig2011-03-011-2/+6
* | | * generic/tclExecute.c (GrowEvaluationStack): off-by-one error inMiguel Sofer2010-12-301-4/+4
* | | * doc/interp.n: [3081184] TIP #378.andreas_kupries2010-11-151-4/+8
* | | [Patch 2995655] Report inner contexts in [info errorstack]ferrieux2010-10-201-11/+35
* | | * generic/tclCompCmds.c (TclCompileDictForCmd): Update the compilationdkf2010-10-201-19/+24
* | | * generic/tclExecute.c (ReleaseDictIterator): Factored out the releasedkf2010-10-161-27/+53
* | | * generic/tclCompile.c: Alternative fix for [Bugs 467523,983660] wheredgp2010-10-131-3/+3
* | | * generic/tclExecute.c: fix overallocation of exec stack in TEBCMiguel Sofer2010-10-091-4/+6
* | | * generic/tclExecute.c (TEBCresume): [Bug 3079830]: Added invalidationdkf2010-10-021-1/+24
* | | * generic/tclExecute.c (EvalStatsCmd): change 'evalstats' tohobbs2010-10-021-86/+107
* | | reverting faulty commitMiguel Sofer2010-09-281-12/+31
* | | * generic/tclExecute.c: remove TEBCreturn() callback, the job canMiguel Sofer2010-09-281-31/+12
* | | fix error with --enable-symbols=compileMiguel Sofer2010-09-271-9/+9
* | | * generic/tclBasic.c: [Patch 3072080] (minus the itclMiguel Sofer2010-09-271-541/+308
* | | * tests/stringComp.test: improved string test coveragehobbs2010-09-251-97/+71
* | | * generic/tclExecute: one more DECACHE_STACK_INFO() missing; thisMiguel Sofer2010-09-221-2/+2
* | | * generic/tclExecute: protect all possible writes to ::errorInfoMiguel Sofer2010-09-221-2/+44
* | | * generic/tclOOMethod.c (ProcedureMethodCompiledVarConnect):hobbs2010-09-221-5/+4
* | | * generic/tclExecute.c: [Bug 3057639]. Applied patch by Jeff toandreas_kupries2010-09-011-7/+7