| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
|
|
* | | 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 |
|
|
* | | 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 |
|
|
* | | * generic/tclTrace.c: Corrected handling of errors returned by | dgp | 2008-10-08 | 1 | -36/+24 |
|
|
* | | * generic/tclTrace.test (TraceVarProc): | Miguel Sofer | 2008-09-05 | 1 | -2/+15 |
|
|
* | | generic/tclExecute.c formatting only: remove spaces at the end of a every ... | nijtmans | 2008-08-07 | 1 | -2/+2 |
|
|
* | | 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 |
|
|
* | comment fix | Miguel Sofer | 2007-07-24 | 1 | -3/+2 |
|
|
* | * generic/tclBasic.c (TEOvI, GetCommandSource): | Miguel Sofer | 2007-07-24 | 1 | -35/+2 |
|
|
* | Silence constness warnings for TclStackFree when building with msvc. | patthoyts | 2007-06-28 | 1 | -2/+2 |
|
|
* | * generic/tclTrace.c: Corrected broken trace reversal logic in | dgp | 2007-06-27 | 1 | -4/+4 |
|
|
* | * generic/tclInt.decls: Revised the interfaces of the routines | dgp | 2007-06-20 | 1 | -3/+3 |
|
|
* | * generic/tclBasic.c: Split TEOv in two, by separating a | Miguel Sofer | 2007-06-09 | 1 | -5/+41 |
|
|
* | [Tcl Bug 1706140] | dgp | 2007-05-07 | 1 | -8/+19 |
|
|
* | Handle creation of Tcl_Objs from constant strings better (easier to use, more | dkf | 2007-04-10 | 1 | -3/+3 |
|
|
* | * generic/tclBasic.c: Replace arrays on the C stack and ckalloc | dgp | 2007-04-02 | 1 | -7/+7 |
|
|
* | * generic/tcl.h: Modified the Tcl call stack so | Miguel Sofer | 2006-10-23 | 1 | -2/+2 |
|
|
* | * generic/tclTrace.c: Stop some interference between enter traces | dgp | 2006-04-11 | 1 | -4/+10 |
|
|
* | Minor cleanup to stop exporting functions that do not need to be. [Bug 971336] | dkf | 2006-01-09 | 1 | -16/+16 |
|
|
* | * unix/tcl.m4 (Darwin): add 64bit support, check for Tiger copyfile(), | das | 2005-11-27 | 1 | -4/+4 |
|
|
* | Fix for [Bug 1348775] | dkf | 2005-11-08 | 1 | -32/+84 |
|
|
* | ANSIfy | dkf | 2005-11-02 | 1 | -219/+230 |
|
|
* | * generic/tclTrace.c (TclCheckExecutionTraces): Corrected mistaken | dgp | 2005-11-01 | 1 | -13/+15 |
|
|
* | * generic/tclTrace.c (TraceVarProc): [Bug 1337229], partial | Miguel Sofer | 2005-10-29 | 1 | -4/+6 |
|
|
* | Getting more systematic about style | dkf | 2005-07-23 | 1 | -1287/+1332 |
|
|
* | * generic/tclBasic.c: Added missing walk of the list of active traces | dgp | 2005-06-21 | 1 | -5/+37 |
|
|
* | Fix [Bug 1220058] and quash a bizarre case which generated a bogus error msg. | dkf | 2005-06-14 | 1 | -1/+7 |
|
|
* | Merged kennykb-numerics-branch back to the head; TIPs 132 and 232 | Kevin B Kenny | 2005-05-10 | 1 | -1/+1 |
|
|
* | * generic/tclTrace.c (TclCheckInterpTraces): Corrected mistaken | dgp | 2005-03-10 | 1 | -14/+13 |
|
|
* | * generic/tclInt.h: Added comment warning that the old | dgp | 2004-11-15 | 1 | -87/+36 |
|
|
* | TIP #221 IMPLEMENTATION | dgp | 2004-11-13 | 1 | -17/+17 |
|
|
* | * generic/tclTrace.c (TclCallVarTraces): Improved ability to debug | dgp | 2004-11-03 | 1 | -7/+34 |
|
|