summaryrefslogtreecommitdiffstats
path: root/tests/trace.test
Commit message (Expand)AuthorAgeFilesLines
* merge stable branch onto HEADdgp2007-12-131-1/+1
* Greatly improved ensemble compiler. This one now can handle any ensemble.dkf2007-11-161-2/+2
* * generic/tclBasic.c: Use fully qualified variable names fordgp2007-08-141-2/+2
* * generic/tclExecute.c: Provide DECACHE/CACHE protection to thedgp2007-08-131-1/+13
* * generic/tclExecute.c (INST_STORE_ARRAY):Miguel Sofer2007-08-091-1/+17
* * generic/tclTrace.c: Corrected broken trace reversal logic indgp2007-06-271-1/+5
* * generic/tclBasic.c (TEOvI): Made sure that leaveMiguel Sofer2007-06-211-2/+2
* * generic/tclCompile.c: reverted TclEvalObjvInternal andMiguel Sofer2007-06-151-28/+47
* * generic/trace.test: added tests 36.* for dynamic trace creationMiguel Sofer2007-06-151-1/+51
* Convert [info] into an ensemble command.dkf2007-06-121-2/+2
* * generic/tclBasic.c (TEOVI):Miguel Sofer2006-11-031-2/+20
* * doc/ParseCmd.3, doc/Tcl.n, doc/eval.n, doc/exec.n:hobbs2006-11-031-3/+3
* * generic/tclTrace.c: Stop some interference between enter tracesdgp2006-04-111-1/+38
* * generic/tclBasic.c: Corrections to be sure that TCL_EVAL_GLOBALdgp2006-02-281-1/+34
* * tests/trace.test (trace-34.5): [Bug 1047286], added a secondMiguel Sofer2005-11-181-1/+14
* * generic/tclInt.h:Miguel Sofer2005-11-141-1/+23
* * tests/trace.test (trace-13.2-4): added tests to detect leak, see [BugMiguel Sofer2005-11-071-18/+49
* * tests/trace.test (trace-8.9): added test to detect leak, seeMiguel Sofer2005-11-051-1/+25
* * generic/tclInt.h:Miguel Sofer2005-11-041-2/+2
* * generic/tclNamesp.c: fix for [Bugs 1338280/1337229]. Thanks Don.Miguel Sofer2005-10-311-4/+4
* * generic/tclTrace.c (TraceVarProc): [Bug 1337229], partialMiguel Sofer2005-10-291-1/+21
* typodgp2005-07-261-2/+2
* * generic/tclNamesp.c (TclTeardownNamespace): Re-ordering so thatdgp2005-07-261-1/+12
* * generic/tclBasic.c: Added missing walk of the list of active tracesdgp2005-06-211-2/+35
* * generic/tclInt.h: Added comment warning that the olddgp2004-11-151-2/+10
* test cleanup correctiondgp2004-11-031-3/+6
* * generic/tclTrace.c (TclCallVarTraces): Improved ability to debugdgp2004-11-031-1/+16
* * generic/tclTrace.c (TclCheckInterpTraces): The TIP 62dgp2004-03-011-1/+10
* * doc/ParseCmd.3: Implementation of TIP 157. Adds recognitiondgp2003-11-141-3/+3
* improved test descriptiondgp2003-09-291-2/+4
* trace.test remove knownBugvincentdarley2003-09-241-12/+13
* * tests/trace.test (trace-31,32-*): Added tests for [Bug 807243]dgp2003-09-241-1/+34
* Factored out the trace code - it's big enough to be its own maintenance areadkf2003-06-251-1/+60
* Made error message for [trace info] more consistent with documentation.dkf2003-05-071-2/+2
* Eliminated duplicate test numbers [Bugs 710322, 710327, 710349, 710363]dkf2003-03-271-13/+12
* * generic/tclBasic.c: Changed [trace add command] so that 'rename' Kevin B Kenny2003-02-031-11/+16
* execution trace, command trace and stringObj bug fixesvincentdarley2003-01-171-30/+99
* 3 small fixesvincentdarley2002-11-131-4/+155
* execution trace fixvincentdarley2002-10-151-1/+34
* * generic/tclBasic.c (TclRenameCommand,CallCommandTraces):dgp2002-09-061-1/+8
* Fix for [Bug 582522] - aliases now fire execution traces on the targetMiguel Sofer2002-07-291-1/+28
* * generic/tclBasic.c (CallCommandTraces): delete traces now receiveMiguel Sofer2002-07-181-6/+6
* * doc/CrtTrace.3: Added TIP#62 implementation of commandhobbs2002-06-171-8/+397
* TIP#102 implementation: 'trace list' becomes 'trace info'dkf2002-06-141-27/+27
* * generic/tclCmdMZ.c (Tcl_TraceObjCmd, TraceVarProc)hobbs2002-03-291-1/+12
* restored consistency in refCount accounting by array traces [Bug #4484339]Miguel Sofer2001-12-071-2/+14
* new algorithm for [array get], safe when there are traces that modify the arr...Miguel Sofer2001-12-051-1/+29
* another fix for test trace-8.8dgp2001-11-211-1/+2
* * corrected test trace-8.8 for Bug 219393dgp2001-11-211-2/+2
* Changes due to TIP#68; memory handling in variable traces is now correct!dkf2001-11-191-1/+22