| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix [4b3b7a3082]: tcl8.5.15/generic/tclExecute.c:7713: array index before san... | jan.nijtmans | 2014-01-31 | 1 | -3/+5 |
|
|
* | Suggested fix for [bdd91c7e43]: tclsh crashes in [interp delete]bug_bdd91c7e43 | jan.nijtmans | 2013-09-13 | 1 | -0/+1 |
|
|
* | fix for perf bug detected by Kieran (https://groups.google.com/forum/?fromgro... | mig | 2013-06-03 | 1 | -5/+6 |
|
|
* | Don't #define VOID on VxWorks, as it is already typdef'd to void. Eliminate p... | jan.nijtmans | 2013-05-19 | 1 | -4/+4 |
|\ |
|
| * | Protect against multiple uses of a CompileEnv with only one initialization. | dgp | 2013-02-21 | 1 | -18/+1 |
|
|
| * | Silence some compiler warnings. | dgp | 2013-01-24 | 1 | -0/+3 |
|
|
| * | More complete purge of things only present for supporting long-dead Mac 9 sys... | dgp | 2012-11-15 | 1 | -1/+1 |
|
|
* | | Tcl_InvalidateStringRep -> TclInvalidateStringRep | jan.nijtmans | 2013-02-07 | 1 | -1/+1 |
|
|
* | | Use twoPtrValue.ptr1 in stead of otherValuePtr everywhere. This is exactly th... | jan.nijtmans | 2013-01-31 | 1 | -6/+5 |
|
|
* | | remove stray calls to Tcl_Alloc and friends: the core should only use ckalloc... | mig | 2013-01-02 | 1 | -3/+3 |
|
|
* | | make some more internal tables const | jan.nijtmans | 2012-04-23 | 1 | -2/+2 |
|\ \
| |/ |
|
| * | make some more internal tables const | jan.nijtmans | 2012-04-23 | 1 | -1/+1 |
|
|
| * | make some more internal tables CONST | jan.nijtmans | 2012-04-18 | 1 | -4/+4 |
|
|
* | | some formatting (*.decls) | jan.nijtmans | 2012-04-04 | 1 | -1/+1 |
|\ \
| |/ |
|
| * | wipunproven | dgp | 2011-07-12 | 1 | -25/+25 |
|
|
| * | Type mismatches in *printf calls. | dgp | 2011-07-11 | 1 | -7/+9 |
|
|
* | | * generic/tclExecute.c (TclCompEvalObj): earlier return if Tip280 gymnastics ... | mig | 2011-04-07 | 1 | -39/+37 |
|
|
* | | Now that we're no longer using SCM based on RCS, the RCS Keyword lines cause | dgp | 2011-03-02 | 1 | -2/+0 |
|\ \
| |/ |
|
| * | Now that we're no longer using SCM based on RCS, the RCS Keyword lines cause | dgp | 2011-03-01 | 1 | -2/+0 |
|
|
| * | * generic/tclExecute.c: [Bug 3057639]. Applied patch by Jeff to | andreas_kupries | 2010-09-01 | 1 | -7/+7 |
|
|
| * | Fix [Bug 2954959] expr abs(-0.0) is -0.0 | nijtmans | 2010-02-22 | 1 | -1/+11 |
|
|
| * | * generic/tclBasic.c (Tcl_CreateInterp, Tcl_EvalTokensStandard, | andreas_kupries | 2009-08-25 | 1 | -3/+3 |
|
|
| * | * generic/tclBasic.c (DeleteInterpProc,TclArgumentBCEnter, | andreas_kupries | 2009-07-14 | 1 | -7/+7 |
|
|
| * | * generic/tclExecute.c (INST_CONCAT1): Panic when appends overflow | dgp | 2009-03-20 | 1 | -2/+8 |
|
|
| * | Fixed the failure to link in the default (non-TCL_TIP280) build. | dgp | 2008-07-23 | 1 | -1/+3 |
|
|
| * | * generic/tclBasic.c: Reworked the handling of bytecode literals | andreas_kupries | 2008-07-22 | 1 | -1/+6 |
|
|
| * | * generic/tclExecute.c: Plug memory leak introduced in the | dgp | 2008-04-14 | 1 | -2/+3 |
|
|
| * | typo | dgp | 2008-03-10 | 1 | -3/+3 |
|
|
| * | * generic/tclExecute.c (Tcl_ExprObj): Revised expression bytecode | dgp | 2008-03-07 | 1 | -31/+103 |
|
|
| * | * generic/tclDTrace.d (new file): add DTrace provider for Tcl; allows | das | 2007-09-13 | 1 | -1/+32 |
|
|
| * | * generic/tclExecute.c (INST_FOREACH_STEP4): Re-fetch pointers for | dgp | 2007-03-13 | 1 | -6/+13 |
|
|
| * | * generic/tclBasic.c: TIP #280 implementation, conditional on the define TCL... | andreas_kupries | 2006-11-28 | 1 | -3/+142 |
|
|
| * | * generic/tclExecute.c (ExprSrandFunc): Restore acceptance of wide | dgp | 2006-05-04 | 1 | -11/+11 |
|
|
| * | * generic/tclExecute.c (ExprAbsFunc): fixed the abs(MIN_INT) case | rmax | 2005-12-12 | 1 | -3/+3 |
|
|
| * | * generic/tclExecute.c (ExprRoundFunc): | mdejong | 2005-10-28 | 1 | -2/+2 |
|
|
| * | * generic/tclBasic.c: | Miguel Sofer | 2005-10-23 | 1 | -6/+3 |
|
|
| * | * generic/tclExecute.c (INST_CONCAT): disable the optimisation for | Miguel Sofer | 2005-10-22 | 1 | -3/+5 |
|
|
| * | Bug 1275043 | Kevin B Kenny | 2005-08-29 | 1 | -10/+23 |
|
|
| * | fix abs(MIN_INT) [Bug 1241572] | Kevin B Kenny | 2005-08-05 | 1 | -4/+14 |
|
|
| * | * generic/tclExecute.c (ExprSrandFunc): Replaced incursions into the | dgp | 2005-04-05 | 1 | -6/+2 |
|
|
| * | * generic/tclExecute.c (TclCompEvalObj): Removed stray statement | dgp | 2005-02-01 | 1 | -2/+1 |
|
|
| * | Final fix for NaN != NaN bug. Thanks to Miguel Sofer for his improved patch. | dkf | 2004-11-02 | 1 | -13/+54 |
|
|
| * | Make sure large shifts shift for real. [Bug 868467] | dkf | 2004-09-18 | 1 | -7/+76 |
|
|
| * | * generic/tclExecute.c (INST_CONCAT1): added a peephole | Miguel Sofer | 2004-09-10 | 1 | -1/+15 |
|
|
| * | 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 |
|
|