| Commit message (Expand) | Author | Age | Files | Lines |
* | * 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 |
|
|
* | * generic/tclBasic.c (TclRenameCommand): fixing error in previous | Miguel Sofer | 2003-02-18 | 1 | -2/+1 |
|
|
* | * generic/tclBasic.c (TclRenameCommand): 'oldFullName' object was | Miguel Sofer | 2003-02-18 | 1 | -7/+13 |
|
|
* | Don Porter's fix for bad parsing of nested scripts [Bug 681841]. | Miguel Sofer | 2003-02-16 | 1 | -68/+92 |
|
|
* | * generic/tclBasic.c: Changed [trace add command] so that 'rename'
| Kevin B Kenny | 2003-02-03 | 1 | -4/+25 |
|
|
* | execution trace, command trace and stringObj bug fixes | vincentdarley | 2003-01-17 | 1 | -21/+27 |
|
|
* | * generic/tclBasic.c (TclRenameCommand,CallCommandTraces): | dgp | 2002-09-06 | 1 | -6/+21 |
|
|
* | * generic/tclBasic.c: | Miguel Sofer | 2002-08-22 | 1 | -3/+2 |
|
|
* | * doc/CmdCmplt.3: Applied Patch 585105 to fully CONST-ify | dgp | 2002-08-05 | 1 | -19/+17 |
|
|
* | bugfix, new tests for new [interp alias] code | Miguel Sofer | 2002-07-29 | 1 | -6/+12 |
|
|
* | Fix for [Bug 582522] - aliases now fire execution traces on the target | Miguel Sofer | 2002-07-29 | 1 | -5/+5 |
|
|
* | Global symbols are now all either prefixed with 'tcl' (or 'Tcl' or ...) or ha... | dkf | 2002-07-19 | 1 | -2/+2 |
|
|
* | * generic/tclBasic.c (CallCommandTraces): delete traces now receive | Miguel Sofer | 2002-07-18 | 1 | -3/+17 |
|
|
* | using the new variable name caching possibilities when setting error | Miguel Sofer | 2002-07-16 | 1 | -9/+9 |
|
|
* | fix for [Bug 571385] | Miguel Sofer | 2002-06-20 | 1 | -9/+12 |
|
|
* | Added parens for clarity | dgp | 2002-06-20 | 1 | -3/+4 |
|
|
* | * doc/CrtTrace.3: Added TIP#62 implementation of command | hobbs | 2002-06-17 | 1 | -98/+99 |
|
|
* | fixed [Bug 568123] | Miguel Sofer | 2002-06-12 | 1 | -2/+2 |
|
|
* | optimised read access to local variables created at run-time | Miguel Sofer | 2002-06-11 | 1 | -4/+4 |
|
|
* | Fix for [info locals] bug #567386; added compile functions for | Miguel Sofer | 2002-06-11 | 1 | -4/+4 |
|
|
* | * Corrected problems with Tcl_AllowExceptions | dgp | 2002-03-29 | 1 | -4/+24 |
|
|
* | passing the correct commandSize to TclEvalObjvInternal. [Bug 219362], | Miguel Sofer | 2002-03-27 | 1 | -2/+3 |
|
|
* | avoid exceptional returns at level 0 [Bug 219181] | Miguel Sofer | 2002-03-27 | 1 | -1/+11 |
|
|
* | Allow NULL callback on trace deletions [Bug 534728] | Miguel Sofer | 2002-03-25 | 1 | -2/+4 |
|
|
* | fix for [Bug 533907] in tclBasic.c (Tcl_EvalObjv). | Miguel Sofer | 2002-03-24 | 1 | -27/+34 |
|
|
* | fixed the errorInfo for return codes other than (TCL_OK, TCL_ERROR) to | Miguel Sofer | 2002-03-22 | 1 | -4/+15 |
|
|
* | * generic/tclBasic.c (Tcl_CreateObjTrace): set tracePtr->flags correc... | hobbs | 2002-03-01 | 1 | -1/+2 |
|
|
* | * generic/tclBasic.c (Tcl_EvalTokensStandard): corrected mem leak | hobbs | 2002-02-28 | 1 | -5/+6 |
|
|
* | avoiding a buffer overrun in [subst]; restoring tcl7.6 behaviour [Bug #495207] | Miguel Sofer | 2002-02-25 | 1 | -4/+24 |
|
|
* | TIP#72 implementation. See ChangeLog for details. | dkf | 2002-02-15 | 1 | -1/+4 |
|
|
* | Added Tcl_CreateObjTrace, Tcl_GetCommandInfoFromToken and | Kevin B Kenny | 2002-02-10 | 1 | -80/+368 |
|
|
* | * tests/regexpComp.test (new): | hobbs | 2002-01-29 | 1 | -2/+2 |
|
|