| Commit message (Expand) | Author | Age | Files | Lines |
* | fix [2021443] inconsistant "wrong # args" messages | nijtmans | 2008-07-19 | 1 | -4/+4 |
|
|
* | merge stable branch onto HEAD | dgp | 2007-12-13 | 1 | -1/+1 |
|
|
* | Greatly improved ensemble compiler. This one now can handle any ensemble. | dkf | 2007-11-16 | 1 | -2/+2 |
|
|
* | * generic/tclBasic.c: Use fully qualified variable names for | dgp | 2007-08-14 | 1 | -2/+2 |
|
|
* | * generic/tclExecute.c: Provide DECACHE/CACHE protection to the | dgp | 2007-08-13 | 1 | -1/+13 |
|
|
* | * generic/tclExecute.c (INST_STORE_ARRAY): | Miguel Sofer | 2007-08-09 | 1 | -1/+17 |
|
|
* | * generic/tclTrace.c: Corrected broken trace reversal logic in | dgp | 2007-06-27 | 1 | -1/+5 |
|
|
* | * generic/tclBasic.c (TEOvI): Made sure that leave | Miguel Sofer | 2007-06-21 | 1 | -2/+2 |
|
|
* | * generic/tclCompile.c: reverted TclEvalObjvInternal and | Miguel Sofer | 2007-06-15 | 1 | -28/+47 |
|
|
* | * generic/trace.test: added tests 36.* for dynamic trace creation | Miguel Sofer | 2007-06-15 | 1 | -1/+51 |
|
|
* | Convert [info] into an ensemble command. | dkf | 2007-06-12 | 1 | -2/+2 |
|
|
* | * generic/tclBasic.c (TEOVI): | Miguel Sofer | 2006-11-03 | 1 | -2/+20 |
|
|
* | * doc/ParseCmd.3, doc/Tcl.n, doc/eval.n, doc/exec.n: | hobbs | 2006-11-03 | 1 | -3/+3 |
|
|
* | * generic/tclTrace.c: Stop some interference between enter traces | dgp | 2006-04-11 | 1 | -1/+38 |
|
|
* | * generic/tclBasic.c: Corrections to be sure that TCL_EVAL_GLOBAL | dgp | 2006-02-28 | 1 | -1/+34 |
|
|
* | * tests/trace.test (trace-34.5): [Bug 1047286], added a second | Miguel Sofer | 2005-11-18 | 1 | -1/+14 |
|
|
* | * generic/tclInt.h: | Miguel Sofer | 2005-11-14 | 1 | -1/+23 |
|
|
* | * tests/trace.test (trace-13.2-4): added tests to detect leak, see [Bug | Miguel Sofer | 2005-11-07 | 1 | -18/+49 |
|
|
* | * tests/trace.test (trace-8.9): added test to detect leak, see | Miguel Sofer | 2005-11-05 | 1 | -1/+25 |
|
|
* | * generic/tclInt.h: | Miguel Sofer | 2005-11-04 | 1 | -2/+2 |
|
|
* | * generic/tclNamesp.c: fix for [Bugs 1338280/1337229]. Thanks Don. | Miguel Sofer | 2005-10-31 | 1 | -4/+4 |
|
|
* | * generic/tclTrace.c (TraceVarProc): [Bug 1337229], partial | Miguel Sofer | 2005-10-29 | 1 | -1/+21 |
|
|
* | typo | dgp | 2005-07-26 | 1 | -2/+2 |
|
|
* | * generic/tclNamesp.c (TclTeardownNamespace): Re-ordering so that | dgp | 2005-07-26 | 1 | -1/+12 |
|
|
* | * generic/tclBasic.c: Added missing walk of the list of active traces | dgp | 2005-06-21 | 1 | -2/+35 |
|
|
* | * generic/tclInt.h: Added comment warning that the old | dgp | 2004-11-15 | 1 | -2/+10 |
|
|
* | test cleanup correction | dgp | 2004-11-03 | 1 | -3/+6 |
|
|
* | * generic/tclTrace.c (TclCallVarTraces): Improved ability to debug | dgp | 2004-11-03 | 1 | -1/+16 |
|
|
* | * generic/tclTrace.c (TclCheckInterpTraces): The TIP 62 | dgp | 2004-03-01 | 1 | -1/+10 |
|
|
* | * doc/ParseCmd.3: Implementation of TIP 157. Adds recognition | dgp | 2003-11-14 | 1 | -3/+3 |
|
|
* | improved test description | dgp | 2003-09-29 | 1 | -2/+4 |
|
|
* | trace.test remove knownBug | vincentdarley | 2003-09-24 | 1 | -12/+13 |
|
|
* | * tests/trace.test (trace-31,32-*): Added tests for [Bug 807243] | dgp | 2003-09-24 | 1 | -1/+34 |
|
|
* | Factored out the trace code - it's big enough to be its own maintenance area | dkf | 2003-06-25 | 1 | -1/+60 |
|
|
* | Made error message for [trace info] more consistent with documentation. | dkf | 2003-05-07 | 1 | -2/+2 |
|
|
* | Eliminated duplicate test numbers [Bugs 710322, 710327, 710349, 710363] | dkf | 2003-03-27 | 1 | -13/+12 |
|
|
* | * generic/tclBasic.c: Changed [trace add command] so that 'rename'
| Kevin B Kenny | 2003-02-03 | 1 | -11/+16 |
|
|
* | execution trace, command trace and stringObj bug fixes | vincentdarley | 2003-01-17 | 1 | -30/+99 |
|
|
* | 3 small fixes | vincentdarley | 2002-11-13 | 1 | -4/+155 |
|
|
* | execution trace fix | vincentdarley | 2002-10-15 | 1 | -1/+34 |
|
|
* | * generic/tclBasic.c (TclRenameCommand,CallCommandTraces): | dgp | 2002-09-06 | 1 | -1/+8 |
|
|
* | Fix for [Bug 582522] - aliases now fire execution traces on the target | Miguel Sofer | 2002-07-29 | 1 | -1/+28 |
|
|
* | * generic/tclBasic.c (CallCommandTraces): delete traces now receive | Miguel Sofer | 2002-07-18 | 1 | -6/+6 |
|
|
* | * doc/CrtTrace.3: Added TIP#62 implementation of command | hobbs | 2002-06-17 | 1 | -8/+397 |
|
|
* | TIP#102 implementation: 'trace list' becomes 'trace info' | dkf | 2002-06-14 | 1 | -27/+27 |
|
|
* | * generic/tclCmdMZ.c (Tcl_TraceObjCmd, TraceVarProc) | hobbs | 2002-03-29 | 1 | -1/+12 |
|
|
* | restored consistency in refCount accounting by array traces [Bug #4484339] | Miguel Sofer | 2001-12-07 | 1 | -2/+14 |
|
|
* | new algorithm for [array get], safe when there are traces that modify the arr... | Miguel Sofer | 2001-12-05 | 1 | -1/+29 |
|
|
* | another fix for test trace-8.8 | dgp | 2001-11-21 | 1 | -1/+2 |
|
|
* | * corrected test trace-8.8 for Bug 219393 | dgp | 2001-11-21 | 1 | -2/+2 |
|
|