| Commit message (Expand) | Author | Age | Files | Lines |
* | wipunproven | dgp | 2011-07-12 | 1 | -25/+25 |
|
|
* | Type mismatches in *printf calls. | dgp | 2011-07-11 | 1 | -7/+9 |
|
|
* | 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 |
|
|
* | * generic/tclCompile.c (TclCompileExprWords): remove unused | Miguel Sofer | 2003-02-19 | 1 | -3/+1 |
|
|
* | * generic/tclExecute.c (TclExecuteByteCode INST_STR_MATCH): | hobbs | 2003-02-18 | 1 | -3/+9 |
|
|
* | * generic/tclExecute.c (TclExecuteByteCode): When an | mdejong | 2003-02-06 | 1 | -1/+2 |
|
|
* | * generic/tclExecute.c (TclExprFloatError): Use the IS_NAN macro | dgp | 2003-01-08 | 1 | -2/+2 |
|
|
* | * generic/tclExecute.c (TclExecuteByteCode): improve INST_STR_CMP | hobbs | 2002-11-12 | 1 | -10/+19 |
|
|
* | Removing more CONST-related warnings. | dkf | 2002-09-24 | 1 | -11/+12 |
|
|
* | * generic/tclExecute.c: bugfix (reading freed memory). Testsuite | Miguel Sofer | 2002-08-01 | 1 | -22/+18 |
|
|
* | * generic/tclInt.h (USE_THREAD_ALLOC): for unshared objects, | Miguel Sofer | 2002-08-01 | 1 | -19/+73 |
|
|
* | Comment formatting fixes | dkf | 2002-07-31 | 1 | -46/+46 |
|
|
* | * generic/tclExecute.c: fixed Tcl_Obj leak in code corresponding | Miguel Sofer | 2002-07-27 | 1 | -2/+2 |
|
|
* | * generic/tclExecute.c: | Miguel Sofer | 2002-07-26 | 1 | -6/+55 |
|
|
* | * generic/tclExecute.c: restoring full TCL_COMPILE_DEBUG | Miguel Sofer | 2002-07-24 | 1 | -239/+117 |
|
|
* | * generic/tclExecute.c: restoring the tcl_traceCompile functionality | Miguel Sofer | 2002-07-24 | 1 | -1/+7 |
|
|
* | Allowed parser to recognise 'Inf' as a floating-point number. [Bug 218000] | dkf | 2002-07-22 | 1 | -2/+19 |
|
|
* | Global symbols are now all either prefixed with 'tcl' (or 'Tcl' or ...) or ha... | dkf | 2002-07-19 | 1 | -7/+6 |
|
|