summaryrefslogtreecommitdiffstats
path: root/generic/tclTrace.c
Commit message (Expand)AuthorAgeFilesLines
* * generic/tclInt.h (Tcl*InterpState): New internal routinesdgp2004-10-191-81/+41
* * generic/tclBasic.c (Tcl_CreateInterp,Tcl_DeleteInterp,dgp2004-10-151-7/+19
* * generic/tclBasic.c:dgp2004-10-061-4/+4
* * generic/tclBasic.c (Tcl_CreateInterp,Tcl_DeleteInterp,dgp2004-10-051-2/+13
* Correction to 1038021 bug fix; should only save restore those bitsdgp2004-10-011-3/+4
* * generic/tclBasic.c (Tcl_AddObjErrorInfo): More re-organizationdgp2004-09-301-1/+5
* TIP#207 IMPLEMENTATIONdgp2004-08-021-2/+2
* TIP#143 implementation; still needs docs and more tests...dkf2004-05-131-4/+7
* * generic/tclTrace.c (TclCheckInterpTraces): The TIP 62dgp2004-03-011-2/+2
* * generic/tclTrace.c (TclTraceExecutionObjCmd)hobbs2004-02-171-6/+4
* All uses of 'panic' (the macro) changeddavygrvy2003-12-241-4/+4
* * generic/tclBasic.c: Fixed error in ref count management of commanddgp2003-10-031-7/+28
* * generic/tclTrace.c: Corrected comingling of introspection results ofdgp2003-10-021-1/+17
* Removed trivially-unreachable line [Bug 771939]dkf2003-07-161-2/+1
* Win compilation fixvincentdarley2003-07-021-2/+2
* More trace factoring - variable traces are the target this time.dkf2003-06-261-2/+678
* Factored out the trace code - it's big enough to be its own maintenance areadkf2003-06-251-0/+2299