| Commit message (Expand) | Author | Age | Files | Lines |
* | Experiment: compile Tcl with C++ compiler. WIP | jan.nijtmans | 2019-07-04 | 1 | -1/+1 |
|
|
* | Eliminate (internal) TclOffset() usage, just use offsetof() in stead. | jan.nijtmans | 2019-06-12 | 1 | -3/+3 |
|
|
* | More use of (efficient) TclHasIntRep() macro. Also eliminate many (size_t) an... | jan.nijtmans | 2019-02-27 | 1 | -3/+3 |
|
|
* | Merge 8.6 | jan.nijtmans | 2018-11-22 | 1 | -12/+4 |
|\ |
|
| * | More coverity issues | dkf | 2018-11-20 | 1 | -12/+4 |
|
|
* | | merge 8.6 | dgp | 2018-04-19 | 1 | -0/+41 |
|\ \
| |/ |
|
| * | Refactor array trace handling into a common routine TclCheckArrayTraces(). | dgp | 2018-04-17 | 1 | -0/+41 |
|
|
* | | merge 8.6 | dgp | 2018-04-17 | 1 | -1/+11 |
|\ \
| |/ |
|
| * | merge 8.5 | dgp | 2018-04-17 | 1 | -1/+11 |
| |\ |
|
| | * | Restore build success to the TCL_REMOVE_OBSOLETE_TRACES configuration. | dgp | 2018-04-17 | 1 | -1/+11 |
|
|
| | * | Implement many Tcl_*Var* functions and Tcl_GetIndexFromObj as (faster/stack-s... | jan.nijtmans | 2013-04-19 | 1 | -0/+3 |
|
|
* | | | Addendum to previous commit: If compiled with TCL_NO_DEPRECATED, remove a few... | jan.nijtmans | 2017-03-21 | 1 | -0/+6 |
|
|
* | | | More internal use of size_t in stead of int. | jan.nijtmans | 2016-11-21 | 1 | -1/+1 |
|
|
* | | | Micro-optimization: Use TclGetStringFromObj in stead of Tcl_GetStringFromObj ... | jan.nijtmans | 2016-07-08 | 1 | -4/+4 |
|
|
* | | | Simplify use of "struct" keyword in many places. | jan.nijtmans | 2016-06-30 | 1 | -1/+1 |
|/ / |
|
* | | Eliminate some usages of Tcl_GlobalEval() and Tcl_Eval(), which are deprecate... | jan.nijtmans | 2016-01-18 | 1 | -1/+2 |
|
|
* | | Another round of refCount consistancy improvements. | jan.nijtmans | 2015-07-02 | 1 | -10/+10 |
|
|
* | | Possible fix for testing. | dgp | 2014-10-02 | 1 | -4/+3 |
|
|
* | | [bc1a96407a] Partial solution should avoid crash, but may lead to wrong behav... | dgp | 2014-10-02 | 1 | -1/+5 |
|
|
* | | Allow Tcl to be compiled even if Tcl_Eval, Tcl_GetVar, ... are macros. | jan.nijtmans | 2013-02-28 | 1 | -0/+1 |
|
|
* | | Some VOID -> void, Tcl_TraceVar -> Tcl_TraceVar2 and Tcl_VarTraceInfo -> Tcl_... | jan.nijtmans | 2013-02-27 | 1 | -2/+4 |
|
|
* | | Fix bug #2438181: Incorrect error reporting in traces. | jan.nijtmans | 2013-02-19 | 1 | -1/+5 |
|\ \
| |/ |
|
| * | revert mangling with "code" variable. This caused unrelated var.test failures. | jan.nijtmans | 2013-02-19 | 1 | -3/+3 |
|
|
| * | Fix bug #2438181: Incorrect error reporting in traces. | jan.nijtmans | 2013-02-19 | 1 | -3/+7 |
|
|
* | | Eliminate some unneeded usages of Tcl_SetResult, Tcl_AddObjErrorInfo | jan.nijtmans | 2013-01-25 | 1 | -1/+1 |
|
|
* | | more result generation conversion | dkf | 2012-08-03 | 1 | -2/+3 |
|
|
* | | converting to using Tcl_Obj API for error message generation; part done | dkf | 2012-08-03 | 1 | -8/+11 |
|
|
* | | Factor out a number of common patterns of use of Tcl_DStringAppend. | dkf | 2012-07-03 | 1 | -11/+11 |
|
|
* | | make some more internal tables const | jan.nijtmans | 2012-04-23 | 1 | -1/+1 |
|\ \
| |/ |
|
| * | make some more internal tables const | jan.nijtmans | 2012-04-23 | 1 | -2/+2 |
|
|
* | | fix for [Bug 3484621], take 3 | mig | 2012-02-06 | 1 | -3/+2 |
|\ \
| |/ |
|
| * | fix for [Bug 3484621], take 3 | mig | 2012-02-06 | 1 | -3/+2 |
|
|
* | | fix for [Bug 3484621], take 2 | mig | 2012-02-06 | 1 | -8/+9 |
|\ \
| |/ |
|
| * | fix for [Bug 3484621], take 2 | mig | 2012-02-06 | 1 | -8/+9 |
|
|
* | | Fix for [Bug 3484621]: insure that execution traces on bytecoded commands bum... | mig | 2012-02-06 | 1 | -0/+19 |
|\ \
| |/ |
|
| * | Fix for [Bug 3484621]: insure that execution traces on bytecoded commands | mig | 2012-02-06 | 1 | -0/+19 |
|
|
* | | Merg [3148192] implementation fix, and caveat comment | jan.nijtmans | 2011-06-20 | 1 | -0/+10 |
|\ \
| |/ |
|
| * | 3062331 Caveat added to comments. | dgp | 2011-06-17 | 1 | -0/+10 |
|
|
* | | More generation of error codes ([format], [after], [trace], RE optimizer). | dkf | 2011-04-04 | 1 | -0/+8 |
|
|
* | | Adjust ckalloc/ckfree macros to greatly reduce number of explicit casts in | dkf | 2011-03-12 | 1 | -28/+26 |
|
|
* | | Now that we're no longer using SCM based on RCS, the RCS Keyword lines | dgp | 2011-03-02 | 1 | -2/+0 |
|\ \
| |/ |
|
| * | Now that we're no longer using SCM based on RCS, the RCS Keyword lines cause | dgp | 2011-03-02 | 1 | -2/+0 |
|
|
| * | * generic/tclTrace.c (TraceExecutionObjCmd, TraceCommandObjCmd) | dkf | 2010-08-19 | 1 | -4/+4 |
|
|
| * | Fix [Bug 2629338]: Stop evil unset traces from accessing freed memory. | dkf | 2009-10-17 | 1 | -1/+2 |
|
|
| * | * generic/tclTrace.c: Corrected handling of errors returned by | dgp | 2008-10-08 | 1 | -36/+24 |
|
|
* | | [Bug 3129448]: possible over-allocation on 64-bit platforms | nijtmans | 2010-12-06 | 1 | -14/+13 |
|
|
* | | Remove many type casts which are no longernecessary as a result of [Patch 300... | nijtmans | 2010-08-22 | 1 | -2/+2 |
|
|
* | | * generic/tclTrace.c (TraceExecutionObjCmd, TraceCommandObjCmd) | dkf | 2010-08-19 | 1 | -4/+4 |
|
|
* | | More tidying up (whitespace, spelling, useless parentheses, useless casts) | dkf | 2010-02-24 | 1 | -4/+3 |
|
|
* | | Fix [Bug 2881259]. | dkf | 2009-10-21 | 1 | -2/+2 |
|
|