| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
|
|
| * | * 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 |
|
|