Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 ↵ | dgp | 2014-10-02 | 1 | -1/+5 |
| | | | | behavior. | ||||
* | 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 -> ↵ | jan.nijtmans | 2013-02-27 | 1 | -2/+4 |
| | | | | Tcl_VarTraceInfo2 conversions. | ||||
* | Fix bug #2438181: Incorrect error reporting in traces. | jan.nijtmans | 2013-02-19 | 1 | -1/+5 |
|\ | | | | | Test-case and fix provided by Poor Yorick. | ||||
| * | 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 |
| | | | | | | Test-case and fix provided by Poor Yorick. | ||||
* | | Eliminate some unneeded usages of Tcl_SetResult, Tcl_AddObjErrorInfo | jan.nijtmans | 2013-01-25 | 1 | -1/+1 |
| | | | | | | Fix "make test-packages" on cygwin | ||||
* | | 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 ↵ | mig | 2012-02-06 | 1 | -0/+19 |
|\ \ | |/ | | | | | bump the interp's compile epoch. | ||||
| * | Fix for [Bug 3484621]: insure that execution traces on bytecoded commands | mig | 2012-02-06 | 1 | -0/+19 |
| | | | | | | bump the interp's compile epoch. | ||||
* | | 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 |
| | | | | | | rest of Tcl source code. No ABI change. API change *should* be harmless. | ||||
* | | Now that we're no longer using SCM based on RCS, the RCS Keyword lines | dgp | 2011-03-02 | 1 | -2/+0 |
|\ \ | |/ | | | cause more harm than good. Purged them (except in zlib files). | ||||
| * | Now that we're no longer using SCM based on RCS, the RCS Keyword lines cause | dgp | 2011-03-02 | 1 | -2/+0 |
| | | | | | | more harm than good. Purged them. | ||||
| * | * generic/tclTrace.c (TraceExecutionObjCmd, TraceCommandObjCmd) | dkf | 2010-08-19 | 1 | -4/+4 |
| | | | | | | | | | | | | (TraceVariableObjCmd): [Patch 3048354]: Use memcpy() instead of strcpy() to avoid buffer overflow; we have the correct length of data to copy anyway since we've just allocated the target buffer. | ||||
| * | 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 |
| | | | | | | | | | | | | | | | | | | variable traces so that the errorInfo value contains the original error message. [Bug 2151707] * generic/tclVar.c: Revised implementation of TclObjVarErrMsg so that error message construction does not disturb an existing iPtr->errorInfo that may be in progress. | ||||
* | | [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 ↵ | nijtmans | 2010-08-22 | 1 | -2/+2 |
| | | | | | | | | 3009403]: Signature of Tcl_GetHashKey, Tcl_(Create|Find)HashEntry | ||||
* | | * generic/tclTrace.c (TraceExecutionObjCmd, TraceCommandObjCmd) | dkf | 2010-08-19 | 1 | -4/+4 |
| | | | | | | | | | | | | (TraceVariableObjCmd): [Patch 3048354]: Use memcpy() instead of strcpy() to avoid buffer overflow; we have the correct length of data to copy anyway since we've just allocated the target buffer. | ||||
* | | 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 |
| | | |||||
* | | Fix [Bug 2629338]: Stop evil unset traces from accessing freed memory. | dkf | 2009-10-17 | 1 | -7/+8 |
| | | |||||
* | | - eliminate some unnessary type casts | nijtmans | 2009-02-10 | 1 | -17/+18 |
| | | | | | | | | | | - some internal const decorations - spacing | ||||
* | | Style improvements - invoking callbacks without visual junk. | dkf | 2008-10-26 | 1 | -9/+9 |
| | | |||||
* | | Add "const" to many internal | nijtmans | 2008-10-16 | 1 | -7/+7 |
| | | | | | | | | | | const tables. No functional or API change. | ||||
* | | * generic/tclTrace.c: Corrected handling of errors returned by | dgp | 2008-10-08 | 1 | -36/+24 |
| | | | | | | | | | | | | | | | | | | variable traces so that the errorInfo value contains the original error message. [Bug 2151707] * generic/tclVar.c: Revised implementation of TclObjVarErrMsg so that error message construction does not disturb an existing iPtr->errorInfo that may be in progress. | ||||
* | | * generic/tclTrace.test (TraceVarProc): | Miguel Sofer | 2008-09-05 | 1 | -2/+15 |
| | | | | | | | | | | * generic/unsupported.test: insure that unset traces are run even when the coroutine is unwinding [Bug 2093947] | ||||
* | | generic/tclExecute.c formatting only: remove spaces at the end of a every ↵ | nijtmans | 2008-08-07 | 1 | -2/+2 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | line generic/tclConfig.c make the internal cfg variable const. generic/tclTrace.c add a "const" keyword, allowing the "traceSubCmds[]" array to be placed by the C- compiler in a code segment in stead of a data segment Those harmless changes are as a preparation for a future change proposal. Unfortunately, my (Eclipse) editor automatically removes spaces at the end of every line. Creating a patch for this proposal should not contain unrelated harmless changes, so therefore this separate check-in. No change in functionality. No risk. | ||||
* | | fix [2021443] inconsistant "wrong # args" messages | nijtmans | 2008-07-19 | 1 | -3/+3 |
| | | |||||
* | | Small clarifications that code a bit nicer to read. | dkf | 2008-05-30 | 1 | -135/+124 |
|/ | |||||
* | merge stable branch onto HEAD | dgp | 2007-12-13 | 1 | -1/+1 |
| | |||||
* | Add comments for clarity. | dkf | 2007-11-15 | 1 | -120/+131 |
| | |||||
* | Generate literal values more efficiently using TclNewLiteralStringObj macro. | dkf | 2007-09-17 | 1 | -36/+34 |
| | |||||
* | VarReform [Patch 1750051] | Miguel Sofer | 2007-07-31 | 1 | -69/+149 |
| | | | | *** POTENTIAL INCOMPATIBILITY *** (tclInt.h and tclCompile.h) | ||||
* | comment fix | Miguel Sofer | 2007-07-24 | 1 | -3/+2 |
| | |||||
* | * generic/tclBasic.c (TEOvI, GetCommandSource): | Miguel Sofer | 2007-07-24 | 1 | -35/+2 |
| | | | | | | | | | | * generic/tclExecute.c (TEBC, TclGetSrcInfoForCmd): * generic/tclInt.h: * generic/tclTrace.c (TclCheck(Interp|Execution)Traces): Removed the need for TEBC to inspect the command before calling TEOvI, leveraging the TIP 282 infrastructure. Moved the generation of a correct nul-terminated command string away from the trace code, back into TEOvI/GetCommandSource. | ||||
* | Silence constness warnings for TclStackFree when building with msvc. | patthoyts | 2007-06-28 | 1 | -2/+2 |
| |