| Commit message (Expand) | Author | Age | Files | Lines |
* | Add test-case for Bug #2438181 (which passes in Tcl 8.4 but fails in 8.5/8.6). | jan.nijtmans | 2013-02-19 | 1 | -0/+10 |
|
|
* | 3484621 Invalidate bytecode when exec traces are added/removed from compiled ... | dgp | 2012-02-06 | 1 | -0/+33 |
|
|
* | Now that we're no longer using SCM based on RCS, the RCS Keyword lines cause | dgp | 2011-03-01 | 1 | -2/+0 |
|
|
* | * tests/trace.test: Backport some tests. | dgp | 2007-08-14 | 1 | -1/+27 |
|
|
* | * generic/tclBasic.c (TEOVI): fix por possible leak of a Command | Miguel Sofer | 2006-11-04 | 1 | -1/+19 |
|
|
* | * generic/tclCmdMZ.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/+35 |
|
|
* | * tests/trace.test (trace-34.5): [Bug 1047286], added a second | Miguel Sofer | 2005-11-18 | 1 | -2/+15 |
|
|
* | * generic/tclBasic.c (Tcl_DeleteCommandFromToken): | Miguel Sofer | 2005-11-18 | 1 | -1/+22 |
|
|
* | * tests/trace.test (trace-13.2-4): added tests to detect leak, see [Bug | Miguel Sofer | 2005-11-07 | 1 | -2/+56 |
|
|
* | * generic/tclInt.h: | Miguel Sofer | 2005-11-04 | 1 | -3/+3 |
|
|
* | fix new test trace-18.4 [Bug 1338280] | Miguel Sofer | 2005-10-29 | 1 | -6/+9 |
|
|
* | * generic/tclCmdMZ.c (TraceVarProc): [Bug 1337229], partial | Miguel Sofer | 2005-10-29 | 1 | -1/+18 |
|
|
* | 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: Made the walk of the active trace list aware | dgp | 2005-06-21 | 1 | -1/+17 |
|
|
* | * generic/tclBasic.c (Tcl_DeleteTrace): Added missing walk of the | dgp | 2005-06-21 | 1 | -1/+18 |
|
|
* | * generic/tclCmdMZ.c (Tcl_TraceObjCmd): Fixed Bug 1065378 which failed | dgp | 2004-11-15 | 1 | -1/+8 |
|
|
* | * generic/tclBasic.c (CallCommandTraces): Added safety bit | dgp | 2003-09-29 | 1 | -13/+16 |
|
|
* | * generic/tclCmdMZ.c (): Fixed [Bug 807243] where | dgp | 2003-09-24 | 1 | -1/+37 |
|
|
* | Removed test number dups [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 |
|
|
* | Changes due to TIP#68; memory handling in variable traces is now correct! | dkf | 2001-11-19 | 1 | -1/+22 |
|
|
* | Corrected test numbers in tests/trace.test | Miguel Sofer | 2001-08-13 | 1 | -121/+121 |
|
|
* | insure that [array] traces work for undefined vars [bug: 449094] | Miguel Sofer | 2001-08-10 | 1 | -1/+6 |
|
|
* | * tests/trace.test: Extended array tracing tests. | ericm | 2000-08-25 | 1 | -8/+27 |
|
|
* | * doc/trace.n: Updated documentation for new syntax; flagged old | ericm | 2000-08-25 | 1 | -225/+582 |
|
|
* | Removed dead space at end of file. | ericm | 2000-07-31 | 1 | -13/+1 |
|
|
* | * tests/*.test: Changed all occurances of "namespace import | ericm | 2000-04-10 | 1 | -2/+2 |
|
|
* | Fixed style problems in many of the test files. | rjohnson | 1999-06-26 | 1 | -2/+2 |
|
|
* | Modified the tests to use the package tcltest | jenn | 1999-06-26 | 1 | -2/+3 |
|
|
* | merged tcl 8.1 branch back into the main trunk | stanton | 1999-04-16 | 1 | -5/+23 |
|
|
* | Replaced SCCS strings, fixed binary filescore_8_0_3 | stanton | 1998-09-14 | 1 | -1/+1 |
|
|
* | Initial revision | rjohnson | 1998-03-26 | 1 | -0/+966 |
|
|