| Commit message (Expand) | Author | Age | Files | Lines |
... | |
| * | * generic/tclBasic.c (Tcl_CreateInterp): init iPtr->threadId | hobbs | 2006-08-30 | 1 | -1/+2 |
|
|
| * | * generic/tclBasic.c: Revised handling of TCL_EVAL_* flags to | dgp | 2006-03-06 | 1 | -28/+19 |
|
|
| * | * generic/tclBasic.c: Corrections to be sure that TCL_EVAL_GLOBAL | dgp | 2006-02-28 | 1 | -2/+13 |
|
|
| * | * generic/tclBasic.c (Tcl_DeleteCommandFromToken): | Miguel Sofer | 2005-11-18 | 1 | -8/+8 |
|
|
| * | * generic/tclBasic.c: | Miguel Sofer | 2005-10-23 | 1 | -8/+14 |
|
|
| * | * generic/tclBasic.c (Tcl_CallWhenDeleted): Converted to use | dgp | 2005-07-26 | 1 | -9/+6 |
|
|
| * | * generic/tclBasic.c: Made the walk of the active trace list aware | dgp | 2005-06-21 | 1 | -3/+10 |
|
|
| * | * generic/tclBasic.c (Tcl_DeleteTrace): Added missing walk of the | dgp | 2005-06-21 | 1 | -1/+15 |
|
|
| * | * generic/tclBasic.c (Tcl_EvalEx,TclEvalTokensStandard): | dgp | 2005-03-18 | 1 | -14/+21 |
|
|
| * | added comments | Miguel Sofer | 2005-02-10 | 1 | -1/+6 |
|
|
| * | * generic/tclBasic.c (Tcl_EvalObjEx): | Miguel Sofer | 2005-02-10 | 1 | -3/+20 |
|
|
| * | * generic/tclBasic.c (Tcl_ExprBoolean, Tcl_ExprDouble) | hobbs | 2005-01-28 | 1 | -4/+46 |
|
|
| * | fix for buffer overflow in [subst], [Bug 1036649] | Miguel Sofer | 2004-09-29 | 1 | -1/+11 |
|
|
| * | * generic/tclMain.c (Tcl_Main, StdinProc): Append newline only | dgp | 2004-07-28 | 1 | -3/+5 |
|
|
| * | * generic/tclBasic.c: Save and restore the iPtr->flag bits that | dgp | 2003-10-08 | 1 | -1/+6 |
|
|
| * | * generic/tclBasic.c: Fixed error in ref count management of command | dgp | 2003-10-03 | 1 | -6/+4 |
|
|
| * | * generic/tclBasic.c (CallCommandTraces): Added safety bit | dgp | 2003-09-29 | 1 | -4/+9 |
|
|
| * | * generic/tclBasic.c: Corrected several instances of unsafe | dgp | 2003-07-18 | 1 | -20/+39 |
|
|
| * | * generic/tclBasic.c: | Miguel Sofer | 2003-06-10 | 1 | -22/+14 |
|
|
| * | * generic/tclBasic.c (TclInvokeObjectCommand): objv[argc] is no | dgp | 2003-05-12 | 1 | -4/+3 |
|
|
| * | Corrected error message for grammar and spelling. | dkf | 2003-05-05 | 1 | -3/+3 |
|
|
| * | * generic/tclBasic.c: Tcl_EvalObjv() failed to honor the | dgp | 2003-04-25 | 1 | -4/+8 |
|
|
* | | Various mismatches between Tcl_Panic format string and its arguments, | nijtmans | 2011-01-18 | 1 | -3/+3 |
|
|
* | | * doc/interp.n: [3081184] TIP #378. | andreas_kupries | 2010-11-15 | 1 | -1/+12 |
|
|
* | | [Bug 3030870] make itcl 3.x built with pre-8.6 work in 8.6: | nijtmans | 2010-07-25 | 1 | -3/+3 |
|
|
* | | Fix [Bug 2954959] expr abs(0.0) is -0.0 | nijtmans | 2010-02-21 | 1 | -19/+41 |
|
|
* | | * generic/tclBasic.c: Plug another leak in TCL_EVAL_DIRECT | dgp | 2009-11-10 | 1 | -9/+9 |
|
|
* | | * generic/tclBasic.c (TclEvalObjEx): Plug memory leak in | dgp | 2009-11-09 | 1 | -7/+7 |
|
|
* | | [Bug 2889593]: Make [expr round()] give the right error. | dkf | 2009-10-31 | 1 | -2/+2 |
|
|
* | | * generic/tclBasic.c (Tcl_CreateInterp, Tcl_EvalTokensStandard, | andreas_kupries | 2009-08-25 | 1 | -14/+148 |
|
|
* | | fix SunCC warning | das | 2009-07-23 | 1 | -2/+2 |
|
|
* | | fix 64bit int <-> ptr cast warnings | das | 2009-07-15 | 1 | -5/+5 |
|
|
* | | * generic/tclBasic.c (DeleteInterpProc,TclArgumentBCEnter, | andreas_kupries | 2009-07-14 | 1 | -51/+86 |
|
|
* | | * generic/tclCompile.h: add support for debug logging of DTrace | das | 2008-08-14 | 1 | -1/+4 |
|
|
* | | * generic/tclBasic.c: Corrected the timing of when the flag | dgp | 2008-07-30 | 1 | -3/+3 |
|
|
* | | * generic/tclBasic.c: Added missing ref count when creating an | andreas_kupries | 2008-07-28 | 1 | -2/+2 |
|
|
* | | backport casting fix from HEAD | dgp | 2008-07-28 | 1 | -2/+3 |
|
|
* | | * tests/info.test: Tests 38.* added, exactly testing the tracking | andreas_kupries | 2008-07-25 | 1 | -63/+68 |
|
|
* | | * generic/tclBasic.c: Modified TclArgumentGet to reject pure lists | andreas_kupries | 2008-07-23 | 1 | -19/+27 |
|
|
* | | * generic/tclBasic.c: Added missing function comments. | andreas_kupries | 2008-07-22 | 1 | -1/+41 |
|
|
* | | * generic/tclBasic.c: Reworked the handling of bytecode literals | andreas_kupries | 2008-07-22 | 1 | -35/+101 |
|
|
* | | * generic/tclBasic.c: Extended the existing TIP #280 system (info | andreas_kupries | 2008-07-21 | 1 | -43/+255 |
|
|
* | | * generic/tclBasic.c (OldMathFuncProc): Same workaround protection | dgp | 2008-03-14 | 1 | -7/+6 |
|
|
* | | * generic/tclBasic.c (ExprAbsFunc): Revised so that the abs() | dgp | 2008-03-10 | 1 | -3/+3 |
|
|
* | | * generic/tclBasic.c (Tcl_AppendObjToErrorInfo): Revised the | dgp | 2008-02-29 | 1 | -1/+2 |
|
|
* | | * generic/tclBasic.c (TclEvalObjvInternal): Plug memory leak when | dgp | 2008-02-28 | 1 | -1/+4 |
|
|
* | | Reconcile coding style issues between branches | dgp | 2008-01-23 | 1 | -5/+4 |
|
|
* | | * generic/tclBasic.c: Replacing 'operator' by 'op' in the def | Miguel Sofer | 2008-01-15 | 1 | -2/+2 |
|
|
* | | merge stable branch onto HEAD | dgp | 2007-12-13 | 1 | -1/+1 |
|
|
* | | Match docs and reality. [Bug 1662436] | dkf | 2007-12-08 | 1 | -2/+2 |
|
|