summaryrefslogtreecommitdiffstats
path: root/generic/tclTrace.c
Commit message (Expand)AuthorAgeFilesLines
* Possible fix for testing.dgp@users.sourceforge.net2014-10-021-4/+3
* [bc1a96407a] Partial solution should avoid crash, but may lead to wrong behav...dgp@users.sourceforge.net2014-10-021-1/+5
* Allow Tcl to be compiled even if Tcl_Eval, Tcl_GetVar, ... are macros.nijtmans@users.sourceforge.net2013-02-281-0/+1
* Some VOID -> void, Tcl_TraceVar -> Tcl_TraceVar2 and Tcl_VarTraceInfo -> Tcl_...nijtmans@users.sourceforge.net2013-02-271-2/+4
* Fix bug #2438181: Incorrect error reporting in traces. nijtmans@users.sourceforge.net2013-02-191-1/+5
|\
| * revert mangling with "code" variable. This caused unrelated var.test failures.nijtmans@users.sourceforge.net2013-02-191-3/+3
| * Fix bug #2438181: Incorrect error reporting in traces. nijtmans@users.sourceforge.net2013-02-191-3/+7
* | Eliminate some unneeded usages of Tcl_SetResult, Tcl_AddObjErrorInfonijtmans@users.sourceforge.net2013-01-251-1/+1
* | more result generation conversiondonal.k.fellows@manchester.ac.uk2012-08-031-2/+3
* | converting to using Tcl_Obj API for error message generation; part donedonal.k.fellows@manchester.ac.uk2012-08-031-8/+11
* | Factor out a number of common patterns of use of Tcl_DStringAppend.donal.k.fellows@manchester.ac.uk2012-07-031-11/+11
* | make some more internal tables constnijtmans@users.sourceforge.net2012-04-231-1/+1
|\ \ | |/
| * make some more internal tables constnijtmans@users.sourceforge.net2012-04-231-2/+2
* | fix for [Bug 3484621], take 3mig2012-02-061-3/+2
|\ \ | |/
| * fix for [Bug 3484621], take 3mig2012-02-061-3/+2
* | fix for [Bug 3484621], take 2mig2012-02-061-8/+9
|\ \ | |/
| * fix for [Bug 3484621], take 2mig2012-02-061-8/+9
* | Fix for [Bug 3484621]: insure that execution traces on bytecoded commands bum...mig2012-02-061-0/+19
|\ \ | |/
| * Fix for [Bug 3484621]: insure that execution traces on bytecoded commandsmig2012-02-061-0/+19
* | Merg [3148192] implementation fix, and caveat commentnijtmans@users.sourceforge.net2011-06-201-0/+10
|\ \ | |/
| * 3062331 Caveat added to comments.dgp@users.sourceforge.net2011-06-171-0/+10
* | More generation of error codes ([format], [after], [trace], RE optimizer).donal.k.fellows@manchester.ac.uk2011-04-041-0/+8
* | Adjust ckalloc/ckfree macros to greatly reduce number of explicit casts indonal.k.fellows@manchester.ac.uk2011-03-121-28/+26
* | Now that we're no longer using SCM based on RCS, the RCS Keyword linesdgp@users.sourceforge.net2011-03-021-2/+0
|\ \ | |/
| * Now that we're no longer using SCM based on RCS, the RCS Keyword lines causedgp@users.sourceforge.net2011-03-021-2/+0
| * * generic/tclTrace.c (TraceExecutionObjCmd, TraceCommandObjCmd)donal.k.fellows@manchester.ac.uk2010-08-191-4/+4
| * Fix [Bug 2629338]: Stop evil unset traces from accessing freed memory.donal.k.fellows@manchester.ac.uk2009-10-171-1/+2
| * * generic/tclTrace.c: Corrected handling of errors returned bydgp@users.sourceforge.net2008-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)donal.k.fellows@manchester.ac.uk2010-08-191-4/+4
* | More tidying up (whitespace, spelling, useless parentheses, useless casts)donal.k.fellows@manchester.ac.uk2010-02-241-4/+3
* | Fix [Bug 2881259].donal.k.fellows@manchester.ac.uk2009-10-211-2/+2
* | Fix [Bug 2629338]: Stop evil unset traces from accessing freed memory.donal.k.fellows@manchester.ac.uk2009-10-171-7/+8
* | - eliminate some unnessary type castsnijtmans2009-02-101-17/+18
* | Style improvements - invoking callbacks without visual junk.donal.k.fellows@manchester.ac.uk2008-10-261-9/+9
* | Add "const" to many internalnijtmans2008-10-161-7/+7
* | * generic/tclTrace.c: Corrected handling of errors returned bydgp@users.sourceforge.net2008-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.donal.k.fellows@manchester.ac.uk2008-05-301-135/+124
|/
* merge stable branch onto HEADdgp@users.sourceforge.net2007-12-131-1/+1
* Add comments for clarity.donal.k.fellows@manchester.ac.uk2007-11-151-120/+131
* Generate literal values more efficiently using TclNewLiteralStringObj macro.donal.k.fellows@manchester.ac.uk2007-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.patthoyts@users.sourceforge.net2007-06-281-2/+2
* * generic/tclTrace.c: Corrected broken trace reversal logic indgp@users.sourceforge.net2007-06-271-4/+4