summaryrefslogtreecommitdiffstats
path: root/generic/tclTrace.c
Commit message (Expand)AuthorAgeFilesLines
* Another round of sentinel fixes for 8.6, NULL -> (char *)NULLjan.nijtmans2024-05-291-4/+4
* Tcl_GetString() -> TclGetString(), for minor speedup.jan.nijtmans2024-04-041-18/+18
* Eliminate use of old deprecated trace subcommands from testcasesjan.nijtmans2023-09-271-4/+4
* Correct spelling errors in comments and documentation, but also non-comment pooryorick2023-04-121-7/+7
* Remove ARGSUSED. More type-castsjan.nijtmans2022-11-291-48/+46
* Tcl_SetCommandTokenInfo() does not existjan.nijtmans2022-05-311-4/+0
* Use TclListObjLength/TclListObjGetElements in stead of Tcl_ListObjLength/Tcl_...jan.nijtmans2022-02-101-5/+5
* Fix [da6f155ca4]: STRING_SIZE() macro: parenthesize numChars usage. Fix more ...jan.nijtmans2022-01-121-2/+2
* More usage of TclNewObj() in stead of Tcl_NewObj() and TclNewIntObj() in stea...jan.nijtmans2020-10-131-4/+4
* Make Tcl compile warning-free using -Wshadowjan.nijtmans2020-09-281-20/+19
* Eliminate many unnecessary type-casts, mostly (size_t) when value is already ...jan.nijtmans2020-08-111-2/+2
* More coverity issuesdkf2018-11-201-12/+4
* Refactor array trace handling into a common routine TclCheckArrayTraces().dgp2018-04-171-0/+41
* merge 8.5dgp2018-04-171-1/+11
|\
| * Restore build success to the TCL_REMOVE_OBSOLETE_TRACES configuration.dgp2018-04-171-1/+11
| * Implement many Tcl_*Var* functions and Tcl_GetIndexFromObj as (faster/stack-s...jan.nijtmans2013-04-191-0/+3
* | Eliminate some usages of Tcl_GlobalEval() and Tcl_Eval(), which are deprecate...jan.nijtmans2016-01-181-1/+2
* | Another round of refCount consistancy improvements.jan.nijtmans2015-07-021-10/+10
* | Possible fix for testing.dgp2014-10-021-4/+3
* | [bc1a96407a] Partial solution should avoid crash, but may lead to wrong behav...dgp2014-10-021-1/+5
* | Allow Tcl to be compiled even if Tcl_Eval, Tcl_GetVar, ... are macros.jan.nijtmans2013-02-281-0/+1
* | Some VOID -> void, Tcl_TraceVar -> Tcl_TraceVar2 and Tcl_VarTraceInfo -> Tcl_...jan.nijtmans2013-02-271-2/+4
* | Fix bug #2438181: Incorrect error reporting in traces. jan.nijtmans2013-02-191-1/+5
|\ \ | |/
| * revert mangling with "code" variable. This caused unrelated var.test failures.jan.nijtmans2013-02-191-3/+3
| * Fix bug #2438181: Incorrect error reporting in traces. jan.nijtmans2013-02-191-3/+7
* | Eliminate some unneeded usages of Tcl_SetResult, Tcl_AddObjErrorInfojan.nijtmans2013-01-251-1/+1
* | more result generation conversiondkf2012-08-031-2/+3
* | converting to using Tcl_Obj API for error message generation; part donedkf2012-08-031-8/+11
* | Factor out a number of common patterns of use of Tcl_DStringAppend.dkf2012-07-031-11/+11
* | make some more internal tables constjan.nijtmans2012-04-231-1/+1
|\ \ | |/
| * make some more internal tables constjan.nijtmans2012-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 commentjan.nijtmans2011-06-201-0/+10
|\ \ | |/
| * 3062331 Caveat added to comments.dgp2011-06-171-0/+10
* | 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