| Commit message (Expand) | Author | Age | Files | Lines |
... | |
| | * | added support for wide integers to round(); [Bug 908375], reported by | Miguel Sofer | 2004-07-03 | 1 | -39/+37 |
|
|
| | * | * generic/tclExecute.c (VerifyExprObjType): use GET_WIDE_OR_INT to | hobbs | 2004-05-25 | 1 | -2/+3 |
|
|
| | * | * generic/tclExecute.c: adding (DE)CACHE_STACK_INFO() pairs to | Miguel Sofer | 2003-09-19 | 1 | -17/+75 |
|
|
| | * | * generic/tclExecute.c (INST_INVOKE, INST_EVAL, INST_PUSH_RESULT): | Miguel Sofer | 2003-08-05 | 1 | -4/+30 |
|
|
| | * | * generic/tclBasic.c: | Miguel Sofer | 2003-06-10 | 1 | -3/+6 |
|
|
| | * | * generic/tclExecute.c (ExprCallMathFunc): remove incorrect | hobbs | 2003-04-18 | 1 | -2/+2 |
|
|
| | * | * generic/tcl.h Made changes so that the "wideInt" Tcl_ObjType | dgp | 2003-04-16 | 1 | -190/+63 |
|
|
| * | | Backport of Miguel's 2010-09-22 fix on 8.6 branch (decache stack info whereve... | ferrieux | 2011-01-19 | 1 | -1/+39 |
|
|
| * | | * generic/tclExecute.c (GrowEvaluationStack): Off-by-one error in | Miguel Sofer | 2011-01-13 | 1 | -4/+4 |
|
|
| * | | * doc/interp.n: [3081184] TIP #378. | andreas_kupries | 2010-11-15 | 1 | -5/+9 |
|
|
| * | | * generic/tclExecute.c: fix overallocation of exec stack in TEBC | Miguel Sofer | 2010-10-09 | 1 | -3/+3 |
|
|
| * | | correct evalstats to use %#lx for %p for Tcl_AppendPrintfToObj | hobbs | 2010-10-04 | 1 | -2/+2 |
|
|
| * | | * generic/tclExecute.c (EvalStatsCmd): change 'evalstats' to | hobbs | 2010-10-02 | 1 | -92/+112 |
|
|
| * | | * generic/tclExecute.c: [Bug 3057639]. Applied patch by Jeff to | andreas_kupries | 2010-09-01 | 1 | -7/+7 |
|
|
| * | | * generic/tclExecute.c (IllegalExprOperandType): [Bug 3024379]: Made | dkf | 2010-07-02 | 1 | -1/+2 |
|
|
| * | | * generic/tclCompile.c: [Bug 2933089]: A literal sharing problem with | andreas_kupries | 2010-02-02 | 1 | -1/+93 |
|
|
| * | | * generic/tclBasic.c (DeleteInterpProc,TclArgumentBCEnter, | andreas_kupries | 2009-07-14 | 1 | -5/+7 |
|
|
| * | | Cast wide integer to int conversion and some signed/unsigned conversions. (si... | patthoyts | 2009-07-01 | 1 | -11/+11 |
|
|
| * | | * generic/tclExecute.c: Replace dynamically-initialized table with | dgp | 2009-06-02 | 1 | -44/+10 |
|
|
| * | | * generic/tclExecute.c: Corrected implementations and selection | dgp | 2009-06-02 | 1 | -41/+64 |
|
|
| * | | * generic/tclCmdMZ.c: Improve overflow error message from | dgp | 2009-05-06 | 1 | -1/+3 |
|
|
| * | | * generic/tclExecute.c (INST_CONCAT1): Panic when appends overflow | dgp | 2009-03-20 | 1 | -2/+10 |
|
|
| * | | Backport re-fix of [2431847] | ferrieux | 2008-12-16 | 1 | -5/+2 |
|
|
| * | | Fix [Bug 2431847] | dkf | 2008-12-15 | 1 | -2/+5 |
|
|
| * | | * generic/tclExecute.c: Stopped faulty double-logging of errors to | dgp | 2008-08-04 | 1 | -1/+11 |
|
|
| * | | * generic/tclExecute.c: fix [Bug 2030670] that cause | Miguel Sofer | 2008-07-29 | 1 | -5/+6 |
|
|
| * | | * generic/tclBasic.c: Reworked the handling of bytecode literals | andreas_kupries | 2008-07-22 | 1 | -1/+5 |
|
|
| * | | backport enhanced comments | dgp | 2008-04-08 | 1 | -5/+18 |
|
|
* | | | This is [Patch 3168398], Joe Mistachkin's optimisation of Tip #285 | mig | 2011-03-01 | 1 | -9/+12 |
|
|
* | | | * generic/tclExecute.c (ExprObjCallback): fix object leak | mig | 2011-03-01 | 1 | -1/+0 |
|
|
* | | | * generic/tclExecute.c (TEBCresume): store local var array and constants in a... | mig | 2011-03-01 | 1 | -2/+6 |
|
|
* | | | * generic/tclExecute.c (GrowEvaluationStack): off-by-one error in | Miguel Sofer | 2010-12-30 | 1 | -4/+4 |
|
|
* | | | * doc/interp.n: [3081184] TIP #378. | andreas_kupries | 2010-11-15 | 1 | -4/+8 |
|
|
* | | | [Patch 2995655] Report inner contexts in [info errorstack] | ferrieux | 2010-10-20 | 1 | -11/+35 |
|
|
* | | | * generic/tclCompCmds.c (TclCompileDictForCmd): Update the compilation | dkf | 2010-10-20 | 1 | -19/+24 |
|
|
* | | | * generic/tclExecute.c (ReleaseDictIterator): Factored out the release | dkf | 2010-10-16 | 1 | -27/+53 |
|
|
* | | | * generic/tclCompile.c: Alternative fix for [Bugs 467523,983660] where | dgp | 2010-10-13 | 1 | -3/+3 |
|
|
* | | | * generic/tclExecute.c: fix overallocation of exec stack in TEBC | Miguel Sofer | 2010-10-09 | 1 | -4/+6 |
|
|
* | | | * generic/tclExecute.c (TEBCresume): [Bug 3079830]: Added invalidation | dkf | 2010-10-02 | 1 | -1/+24 |
|
|
* | | | * generic/tclExecute.c (EvalStatsCmd): change 'evalstats' to | hobbs | 2010-10-02 | 1 | -86/+107 |
|
|
* | | | reverting faulty commit | Miguel Sofer | 2010-09-28 | 1 | -12/+31 |
|
|
* | | | * generic/tclExecute.c: remove TEBCreturn() callback, the job can | Miguel Sofer | 2010-09-28 | 1 | -31/+12 |
|
|
* | | | fix error with --enable-symbols=compile | Miguel Sofer | 2010-09-27 | 1 | -9/+9 |
|
|
* | | | * generic/tclBasic.c: [Patch 3072080] (minus the itcl | Miguel Sofer | 2010-09-27 | 1 | -541/+308 |
|
|
* | | | * tests/stringComp.test: improved string test coverage | hobbs | 2010-09-25 | 1 | -97/+71 |
|
|
* | | | * generic/tclExecute: one more DECACHE_STACK_INFO() missing; this | Miguel Sofer | 2010-09-22 | 1 | -2/+2 |
|
|
* | | | * generic/tclExecute: protect all possible writes to ::errorInfo | Miguel Sofer | 2010-09-22 | 1 | -2/+44 |
|
|
* | | | * generic/tclOOMethod.c (ProcedureMethodCompiledVarConnect): | hobbs | 2010-09-22 | 1 | -5/+4 |
|
|
* | | | * generic/tclExecute.c: [Bug 3057639]. Applied patch by Jeff to | andreas_kupries | 2010-09-01 | 1 | -7/+7 |
|
|
* | | | * generic/tclBasic.c: New implementation for [tailcall]: | Miguel Sofer | 2010-08-30 | 1 | -20/+1 |
|
|