summaryrefslogtreecommitdiffstats
path: root/generic/tclTrace.c
Commit message (Expand)AuthorAgeFilesLines
* * generic/tcl.h: Modified the Tcl call stack soMiguel Sofer2006-10-231-2/+2
* * generic/tclTrace.c: Stop some interference between enter tracesdgp@users.sourceforge.net2006-04-111-4/+10
* Minor cleanup to stop exporting functions that do not need to be. [Bug 971336]donal.k.fellows@manchester.ac.uk2006-01-091-16/+16
* * unix/tcl.m4 (Darwin): add 64bit support, check for Tiger copyfile(),das2005-11-271-4/+4
* Fix for [Bug 1348775]donal.k.fellows@manchester.ac.uk2005-11-081-32/+84
* ANSIfydonal.k.fellows@manchester.ac.uk2005-11-021-219/+230
* * generic/tclTrace.c (TclCheckExecutionTraces): Corrected mistakendgp@users.sourceforge.net2005-11-011-13/+15
* * generic/tclTrace.c (TraceVarProc): [Bug 1337229], partialMiguel Sofer2005-10-291-4/+6
* Getting more systematic about styledonal.k.fellows@manchester.ac.uk2005-07-231-1287/+1332
* * generic/tclBasic.c: Added missing walk of the list of active tracesdgp@users.sourceforge.net2005-06-211-5/+37
* Fix [Bug 1220058] and quash a bizarre case which generated a bogus error msg.donal.k.fellows@manchester.ac.uk2005-06-141-1/+7
* Merged kennykb-numerics-branch back to the head; TIPs 132 and 232Kevin B Kenny2005-05-101-1/+1
* * generic/tclTrace.c (TclCheckInterpTraces): Corrected mistakendgp@users.sourceforge.net2005-03-101-14/+13
* * generic/tclInt.h: Added comment warning that the olddgp@users.sourceforge.net2004-11-151-87/+36
* TIP #221 IMPLEMENTATIONdgp@users.sourceforge.net2004-11-131-17/+17
* * generic/tclTrace.c (TclCallVarTraces): Improved ability to debugdgp@users.sourceforge.net2004-11-031-7/+34
* defined new macros to get/set the flags of variables.Miguel Sofer2004-10-251-5/+5
* * generic/tclInt.h (Tcl*InterpState): New internal routinesdgp@users.sourceforge.net2004-10-191-81/+41
* * generic/tclBasic.c (Tcl_CreateInterp,Tcl_DeleteInterp,dgp@users.sourceforge.net2004-10-151-7/+19
* * generic/tclBasic.c:dgp@users.sourceforge.net2004-10-061-4/+4
* * generic/tclBasic.c (Tcl_CreateInterp,Tcl_DeleteInterp,dgp@users.sourceforge.net2004-10-051-2/+13
* Correction to 1038021 bug fix; should only save restore those bitsdgp@users.sourceforge.net2004-10-011-3/+4
* * generic/tclBasic.c (Tcl_AddObjErrorInfo): More re-organizationdgp@users.sourceforge.net2004-09-301-1/+5
* TIP#207 IMPLEMENTATIONdgp@users.sourceforge.net2004-08-021-2/+2
* TIP#143 implementation; still needs docs and more tests...donal.k.fellows@manchester.ac.uk2004-05-131-4/+7
* * generic/tclTrace.c (TclCheckInterpTraces): The TIP 62dgp@users.sourceforge.net2004-03-011-2/+2
* * generic/tclTrace.c (TclTraceExecutionObjCmd)hobbs2004-02-171-6/+4
* All uses of 'panic' (the macro) changeddavygrvy@pobox.com2003-12-241-4/+4
* * generic/tclBasic.c: Fixed error in ref count management of commanddgp@users.sourceforge.net2003-10-031-7/+28
* * generic/tclTrace.c: Corrected comingling of introspection results ofdgp@users.sourceforge.net2003-10-021-1/+17
* Removed trivially-unreachable line [Bug 771939]donal.k.fellows@manchester.ac.uk2003-07-161-2/+1
* Win compilation fixvincentdarley2003-07-021-2/+2
* More trace factoring - variable traces are the target this time.donal.k.fellows@manchester.ac.uk2003-06-261-2/+678
* Factored out the trace code - it's big enough to be its own maintenance areadonal.k.fellows@manchester.ac.uk2003-06-251-0/+2299