summaryrefslogtreecommitdiffstats
path: root/generic/tclExecute.c
Commit message (Expand)AuthorAgeFilesLines
* converting to using Tcl_Obj API for error message generation; part donedkf2012-08-031-18/+20
* * generic/tclExecute.c (INST_LIST_RANGE_IMM): Enhance implementationdkf2012-02-161-2/+23
* Make some of the logic in TclCompileObj less heavily nested, to improve clarity.dkf2011-11-221-99/+98
* Fix a bug where global precompiled code (A) called from a precompiled andreask2011-11-211-7/+9
* Added support for having the dict var itself referenced by LVT index.dkf2011-10-031-13/+47
* Experimental compilation of the [dict with] subcommand. No tests yet, and notdkf2011-10-021-4/+41
* [Bug 2919042] Restore "valgrindability" of Tcl that was lost by the streamlin...ferrieux2011-08-091-4/+8
* platform portable type matching in debug printsdgp2011-07-121-1/+1
* Correct cast for CURR_DEPTH to silence compiler warning. [Bug 3339502]Joe Mistachkin2011-07-111-1/+1
* Reverted the fix for [Bug 3274728] committed on 2011-04-06 (rev [caf317ab68])...andreask2011-06-081-3/+3
* TclFreeIntRep() cleanup.dgp2011-04-271-1/+0
* * generic/tclExecute.c (TclCompileObj): earlier return if Tip280 gymnastics n...mig2011-04-071-1/+5
|\
| * * generic/tclExecute.c (TclCompEvalObj): earlier return if Tip280 gymnastics ...mig2011-04-071-39/+37
* | last bugfix was incompletemig2011-04-071-1/+1
* | * generic/tclExecute.c: fix for [Bug 3274728], making *catchTop an unsigned l...mig2011-04-061-2/+2
* | Reduce the number of casts used to manage Tcl_Obj internal representations.dkf2011-03-261-78/+69
* | remove TD->expanded, not needed nowmig2011-03-131-8/+1
* | * generic/tclExecute.c: remove TEBCreturn()mig2011-03-131-27/+10
* | Adjust ckalloc/ckfree macros to greatly reduce number of explicit casts indkf2011-03-121-10/+10
* | * generic/tclExecute.c (TclStackFree): insure that the execStack satisfiesMiguel Sofer2011-03-051-8/+17
* | * generic/tclExecute.c: cleaner mem management for TEBCdataMiguel Sofer2011-03-051-4/+8
* | Renamed BottomData to TEBCdata, so that the name refers to what it is rather ...Miguel Sofer2011-03-051-52/+45
* | Renamed struct TEOV_callback to the more descriptive NRE_callback.Miguel Sofer2011-03-051-2/+2
* | Now that we're no longer using SCM based on RCS, the RCS Keyword linesdgp2011-03-021-2/+0
|\ \ | |/
| * Now that we're no longer using SCM based on RCS, the RCS Keyword lines causedgp2011-03-021-2/+0
| |\
| | * Now that we're no longer using SCM based on RCS, the RCS Keyword lines causedgp2011-03-011-2/+0
| | * * generic/tclExecute.c: [Bug 3057639]. Applied patch by Jeff toandreas_kupries2010-09-011-7/+7
| | * Fix [Bug 2954959] expr abs(-0.0) is -0.0nijtmans2010-02-221-1/+11
| | * * generic/tclBasic.c (Tcl_CreateInterp, Tcl_EvalTokensStandard,andreas_kupries2009-08-251-3/+3
| | * * generic/tclBasic.c (DeleteInterpProc,TclArgumentBCEnter,andreas_kupries2009-07-141-7/+7
| | * * generic/tclExecute.c (INST_CONCAT1): Panic when appends overflowdgp2009-03-201-2/+8
| | * Fixed the failure to link in the default (non-TCL_TIP280) build.dgp2008-07-231-1/+3
| | * * generic/tclBasic.c: Reworked the handling of bytecode literalsandreas_kupries2008-07-221-1/+6
| | * * generic/tclExecute.c: Plug memory leak introduced in thedgp2008-04-141-2/+3
| | * typodgp2008-03-101-3/+3
| | * * generic/tclExecute.c (Tcl_ExprObj): Revised expression bytecodedgp2008-03-071-31/+103
| | * * generic/tclDTrace.d (new file): add DTrace provider for Tcl; allowsdas2007-09-131-1/+32
| | * * generic/tclExecute.c (INST_FOREACH_STEP4): Re-fetch pointers fordgp2007-03-131-6/+13
| | * * generic/tclBasic.c: TIP #280 implementation, conditional on the define TCL...andreas_kupries2006-11-281-3/+142
| | * * generic/tclExecute.c (ExprSrandFunc): Restore acceptance of widedgp2006-05-041-11/+11
| | * * generic/tclExecute.c (ExprAbsFunc): fixed the abs(MIN_INT) casermax2005-12-121-3/+3
| | * * generic/tclExecute.c (ExprRoundFunc):mdejong2005-10-281-2/+2
| | * * generic/tclBasic.c:Miguel Sofer2005-10-231-6/+3
| | * * generic/tclExecute.c (INST_CONCAT): disable the optimisation forMiguel Sofer2005-10-221-3/+5
| | * Bug 1275043Kevin B Kenny2005-08-291-10/+23
| | * fix abs(MIN_INT) [Bug 1241572]Kevin B Kenny2005-08-051-4/+14
| | * * generic/tclExecute.c (ExprSrandFunc): Replaced incursions into thedgp2005-04-051-6/+2
| | * * generic/tclExecute.c (TclCompEvalObj): Removed stray statementdgp2005-02-011-2/+1
| | * Final fix for NaN != NaN bug. Thanks to Miguel Sofer for his improved patch.dkf2004-11-021-13/+54
| | * Make sure large shifts shift for real. [Bug 868467]dkf2004-09-181-7/+76