summaryrefslogtreecommitdiffstats
path: root/generic/tclExecute.c
Commit message (Expand)AuthorAgeFilesLines
* fix for perf bug detected by Kieran (https://groups.google.com/forum/?fromgro...mig2013-06-031-5/+6
* Don't #define VOID on VxWorks, as it is already typdef'd to void. Eliminate p...jan.nijtmans2013-05-191-4/+4
|\
| * Protect against multiple uses of a CompileEnv with only one initialization.dgp2013-02-211-18/+1
| * Silence some compiler warnings.dgp2013-01-241-0/+3
| * More complete purge of things only present for supporting long-dead Mac 9 sys...dgp2012-11-151-1/+1
* | Tcl_InvalidateStringRep -> TclInvalidateStringRepjan.nijtmans2013-02-071-1/+1
* | Use twoPtrValue.ptr1 in stead of otherValuePtr everywhere. This is exactly th...jan.nijtmans2013-01-311-6/+5
* | remove stray calls to Tcl_Alloc and friends: the core should only use ckalloc...mig2013-01-021-3/+3
* | make some more internal tables constjan.nijtmans2012-04-231-2/+2
|\ \ | |/
| * make some more internal tables constjan.nijtmans2012-04-231-1/+1
| * make some more internal tables CONSTjan.nijtmans2012-04-181-4/+4
* | some formatting (*.decls)jan.nijtmans2012-04-041-1/+1
|\ \ | |/
| * wipunprovendgp2011-07-121-25/+25
| * Type mismatches in *printf calls.dgp2011-07-111-7/+9
* | * generic/tclExecute.c (TclCompEvalObj): earlier return if Tip280 gymnastics ...mig2011-04-071-39/+37
* | 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
| * * 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