summaryrefslogtreecommitdiffstats
path: root/generic/tclTrace.c
Commit message (Expand)AuthorAgeFilesLines
* More generation of error codes ([format], [after], [trace], RE optimizer).dkf2011-04-041-0/+8
* Adjust ckalloc/ckfree macros to greatly reduce number of explicit casts indkf2011-03-121-28/+26
* Now that we're no longer using SCM based on RCS, the RCS Keyword linesdgp2011-03-021-2/+0
|\
| * Now that we're no longer using SCM based on RCS, the RCS Keyword lines causedgp2011-03-021-2/+0
| * * generic/tclTrace.c (TraceExecutionObjCmd, TraceCommandObjCmd)dkf2010-08-191-4/+4
| * Fix [Bug 2629338]: Stop evil unset traces from accessing freed memory.dkf2009-10-171-1/+2
| * * generic/tclTrace.c: Corrected handling of errors returned bydgp2008-10-081-36/+24
* | [Bug 3129448]: possible over-allocation on 64-bit platformsnijtmans2010-12-061-14/+13
* | Remove many type casts which are no longernecessary as a result of [Patch 300...nijtmans2010-08-221-2/+2
* | * generic/tclTrace.c (TraceExecutionObjCmd, TraceCommandObjCmd)dkf2010-08-191-4/+4
* | More tidying up (whitespace, spelling, useless parentheses, useless casts)dkf2010-02-241-4/+3
* | Fix [Bug 2881259].dkf2009-10-211-2/+2
* | Fix [Bug 2629338]: Stop evil unset traces from accessing freed memory.dkf2009-10-171-7/+8
* | - eliminate some unnessary type castsnijtmans2009-02-101-17/+18
* | Style improvements - invoking callbacks without visual junk.dkf2008-10-261-9/+9
* | Add "const" to many internalnijtmans2008-10-161-7/+7
* | * generic/tclTrace.c: Corrected handling of errors returned bydgp2008-10-081-36/+24
* | * generic/tclTrace.test (TraceVarProc):Miguel Sofer2008-09-051-2/+15
* | generic/tclExecute.c formatting only: remove spaces at the end of a every ...nijtmans2008-08-071-2/+2
* | fix [2021443] inconsistant "wrong # args" messagesnijtmans2008-07-191-3/+3
* | Small clarifications that code a bit nicer to read.dkf2008-05-301-135/+124
|/
* merge stable branch onto HEADdgp2007-12-131-1/+1
* Add comments for clarity.dkf2007-11-151-120/+131
* Generate literal values more efficiently using TclNewLiteralStringObj macro.dkf2007-09-171-36/+34
* VarReform [Patch 1750051]Miguel Sofer2007-07-311-69/+149
* comment fixMiguel Sofer2007-07-241-3/+2
* * generic/tclBasic.c (TEOvI, GetCommandSource):Miguel Sofer2007-07-241-35/+2
* Silence constness warnings for TclStackFree when building with msvc.patthoyts2007-06-281-2/+2
* * generic/tclTrace.c: Corrected broken trace reversal logic indgp2007-06-271-4/+4
* * generic/tclInt.decls: Revised the interfaces of the routinesdgp2007-06-201-3/+3
* * generic/tclBasic.c: Split TEOv in two, by separating aMiguel Sofer2007-06-091-5/+41
* [Tcl Bug 1706140]dgp2007-05-071-8/+19
* Handle creation of Tcl_Objs from constant strings better (easier to use, moredkf2007-04-101-3/+3
* * generic/tclBasic.c: Replace arrays on the C stack and ckallocdgp2007-04-021-7/+7
* * generic/tcl.h: Modified the Tcl call stack soMiguel Sofer2006-10-231-2/+2
* * generic/tclTrace.c: Stop some interference between enter tracesdgp2006-04-111-4/+10
* Minor cleanup to stop exporting functions that do not need to be. [Bug 971336]dkf2006-01-091-16/+16
* * unix/tcl.m4 (Darwin): add 64bit support, check for Tiger copyfile(),das2005-11-271-4/+4
* Fix for [Bug 1348775]dkf2005-11-081-32/+84
* ANSIfydkf2005-11-021-219/+230
* * generic/tclTrace.c (TclCheckExecutionTraces): Corrected mistakendgp2005-11-011-13/+15
* * generic/tclTrace.c (TraceVarProc): [Bug 1337229], partialMiguel Sofer2005-10-291-4/+6
* Getting more systematic about styledkf2005-07-231-1287/+1332
* * generic/tclBasic.c: Added missing walk of the list of active tracesdgp2005-06-211-5/+37
* Fix [Bug 1220058] and quash a bizarre case which generated a bogus error msg.dkf2005-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 mistakendgp2005-03-101-14/+13
* * generic/tclInt.h: Added comment warning that the olddgp2004-11-151-87/+36
* TIP #221 IMPLEMENTATIONdgp2004-11-131-17/+17
* * generic/tclTrace.c (TclCallVarTraces): Improved ability to debugdgp2004-11-031-7/+34