| Commit message (Expand) | Author | Age | Files | Lines |
* | * generic/tcl.decls: Ported the changes from the | andreas_kupries | 2003-06-09 | 1 | -1/+9 |
|
|
* | * generic/tclBasic.c (TclInvokeObjectCommand): objv[argc] is no | dgp | 2003-05-12 | 1 | -4/+3 |
|
|
* | * generic/tclBasic.c: Implementation of TIP 90, which | dgp | 2003-05-05 | 1 | -12/+30 |
|
|
* | 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 |
|
|
* | Final stage of getting dictionaries into the core. Test suite should work now! | dkf | 2003-04-05 | 1 | -1/+3 |
|
|
* | * generic/tclBasic.c (Tcl_EvalTokensStandard): | dgp | 2003-03-13 | 1 | -255/+6 |
|
|
* | The [switch] command is now bytecode compiled, at least in the most common | dkf | 2003-03-05 | 1 | -2/+2 |
|
|
* | * 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 |
|
|
* | * [Patch 505630] Updated interfaces of generic/tclBasic.cc (TIP 27). | dgp | 2002-01-25 | 1 | -4/+4 |
|
|
* | docs and comments corrections [Bug 493412] | Miguel Sofer | 2001-12-14 | 1 | -3/+3 |
|
|
* | * generic/tclBasic.c (Tcl_DeleteCommandFromToken,CallCommandTraces): | dgp | 2001-11-21 | 1 | -2/+6 |
|
|
* | moving all code relative to bytecodes from tclBasic.c to tclExecute.c | Miguel Sofer | 2001-11-20 | 1 | -432/+21 |
|
|
* | code reorganisation and factorisation. | Miguel Sofer | 2001-11-20 | 1 | -94/+90 |
|
|
* | a better variant of the previous-to-last commit (restoring numLevels computat... | Miguel Sofer | 2001-11-20 | 1 | -10/+10 |
|
|
* | Code reorganisation: moving all eval functions from tclParse.c to tclBasic.c | Miguel Sofer | 2001-11-19 | 1 | -2/+903 |
|
|
* | Code reordering; execution levels made consistent [Bug 480896]. | Miguel Sofer | 2001-11-16 | 1 | -3/+3 |
|
|
* | Reference implementation of TIP's #22, #33 and #45. Adds the | hobbs | 2001-11-14 | 1 | -2/+5 |
|
|
* | * generic/tcl.h: added TclCompileListCmd header | hobbs | 2001-09-01 | 1 | -2/+2 |
|
|
* | use MAX_NESTING_DEPTH as default nesting depth for interps [Bug: 232564] | Miguel Sofer | 2001-08-14 | 1 | -2/+2 |
|
|