| Commit message (Expand) | Author | Age | Files | Lines |
* | Revised so that we avoid hashing twice.bug_3532959 | dgp | 2012-06-11 | 1 | -6/+4 |
|
|
* | 3532959 Arrange for every lambda to place an entry in the linePBodyPtr hash t... | dgp | 2012-06-10 | 1 | -9/+13 |
|
|
* | Work in progress fixing 3532959 | dgp | 2012-06-08 | 1 | -1/+1 |
|
|
* | * generic/tclProc.c (ProcWrongNumArgs): [Bugs 3400658,3408830]: | dkf | 2011-09-16 | 1 | -0/+2 |
|
|
* | Backport fix for [Bug 2857044]. | dgp | 2011-04-27 | 1 | -0/+1 |
|
|
* | Make sure SetFooFromAny routines react reasonably when passed a NULL interp. | dgp | 2011-04-21 | 1 | -1/+5 |
|\ |
|
* | | whitespace tidy | dgp | 2011-03-16 | 1 | -1/+1 |
|
|
* | | Rewrites to eliminate isspace() calls. | dgp | 2011-03-16 | 1 | -6/+5 |
|
|
* | | Fix gcc warnings: variable set but not used | jan.nijtmans | 2011-03-08 | 1 | -0/+6 |
|\ \
| |/ |
|
| * | Fix gcc warnings: variable set but not used | jan.nijtmans | 2011-03-08 | 1 | -0/+4 |
|
|
* | | Now that we're no longer using SCM based on RCS, the RCS Keyword lines cause | 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-01 | 1 | -2/+0 |
|
|
| * | [Bug 3129448]: Possible over-allocation on 64-bit platforms, part 2, | nijtmans | 2011-01-25 | 1 | -63/+63 |
|
|
| * | * generic/tclBasic.c (Tcl_CreateInterp, Tcl_EvalTokensStandard, | andreas_kupries | 2009-08-25 | 1 | -1/+13 |
|
|
| * | * generic/tclCompile.c: The value stashed in iPtr->compiledProcPtr | dgp | 2009-06-13 | 1 | -6/+1 |
|
|
| * | * generic/tclProc.c (Tcl_ProcObjCmd): Fixed memory leak triggered | andreas_kupries | 2008-08-11 | 1 | -5/+24 |
|
|
| * | * generic/tclBasic.c: Extended the existing TIP #280 system (info | andreas_kupries | 2008-07-21 | 1 | -1/+9 |
|
|
| * | * generic/tclDTrace.d (new file): add DTrace provider for Tcl; allows | das | 2007-09-13 | 1 | -1/+28 |
|
|
| * | * generic/tclBasic.c: TIP #280 implementation, conditional on the define TCL... | andreas_kupries | 2006-11-28 | 1 | -3/+120 |
|
|
| * | Silence compiler warning. | dgp | 2006-05-15 | 1 | -2/+3 |
|
|
| * | * generic/tclProc.c (ProcCompileProc): When a bump of the compile | dgp | 2006-05-13 | 1 | -7/+87 |
|
|
| * | * generic/tclBasic.c: | Miguel Sofer | 2005-10-23 | 1 | -5/+10 |
|
|
| * | * generic/tclProc.c (TclObjInvokeProc): | Miguel Sofer | 2004-05-02 | 1 | -4/+22 |
|
|
| * | * generic/tclBasic.c: Corrected several instances of unsafe | dgp | 2003-07-18 | 1 | -1/+17 |
|
|
* | | [Bug 3129448]: Possible over-allocation on 64-bit platforms, part 2, | nijtmans | 2011-01-25 | 1 | -17/+17 |
|
|
* | | * generic/tclProc.c (ProcWrongNumArgs): [Bug 3045010]: Make the | dkf | 2010-08-15 | 1 | -5/+7 |
|
|
* | | * generic/tclBasic.c (Tcl_CreateInterp, Tcl_EvalTokensStandard, | andreas_kupries | 2009-08-25 | 1 | -2/+12 |
|
|
* | | * generic/tclCompile.c: The value stashed in iPtr->compiledProcPtr | dgp | 2009-06-13 | 1 | -5/+1 |
|
|
* | | * generic/tclProc.c: Reset -level and -code values to defaults | dgp | 2008-10-19 | 1 | -1/+6 |
|
|
* | | * generic/tclProc.c (Tcl_ProcObjCmd): Fixed memory leak triggered | andreas_kupries | 2008-08-11 | 1 | -4/+24 |
|
|
* | | * tests/info.test: Tests 38.* added, exactly testing the tracking | andreas_kupries | 2008-07-25 | 1 | -2/+2 |
|
|
* | | * generic/tclBasic.c: Extended the existing TIP #280 system (info | andreas_kupries | 2008-07-21 | 1 | -2/+10 |
|
|
* | | merge stable branch onto HEAD | dgp | 2007-12-13 | 1 | -1/+1 |
|
|
* | | RE: [Patch 1830184] TclResetResult | Miguel Sofer | 2007-11-12 | 1 | -2/+1 |
|
|
* | | * generic/tclBasic.c: New macro TclResetResult, new iPtr flag | Miguel Sofer | 2007-11-12 | 1 | -1/+2 |
|
|
* | | [Patch 1830038]: Increased usage of macros to detect and take advantage of ob... | Miguel Sofer | 2007-11-11 | 1 | -8/+8 |
|
|
* | | Add a new command, ::tcl::unsupported::disassemble | dkf | 2007-09-25 | 1 | -2/+126 |
|
|
* | | * generic/tclDTrace.d (new file): add DTrace provider for Tcl; allows | das | 2007-09-13 | 1 | -6/+48 |
|
|
* | | * generic/tclInt.h: Removed the "nsName" Tcl_ObjType from the | dgp | 2007-09-09 | 1 | -10/+2 |
|
|
* | | * generic/tclProc.c (TclInitCompiledLocals): the refCount of | Miguel Sofer | 2007-09-07 | 1 | -2/+4 |
|
|
* | | * generic/tclProc.c (TclCreateProc): better comments on the | Miguel Sofer | 2007-08-10 | 1 | -10/+9 |
|
|
* | | * generic/tclProc.c (InitLocalCache): reference firstLocalPtr via | hobbs | 2007-08-08 | 1 | -8/+7 |
|
|
* | | renamed InitCompiledLocals to InitResolvedLocals to make it clearer that it | Miguel Sofer | 2007-08-08 | 1 | -8/+8 |
|
|
* | | * generic/tclInt.h: remove comments refering to VAR_SCALAR, as | Miguel Sofer | 2007-08-08 | 1 | -76/+59 |
|
|
* | | modifs to help itcl adapt to VarReform | Miguel Sofer | 2007-08-04 | 1 | -1/+9 |
|
|
* | | VarReform [Patch 1750051] | Miguel Sofer | 2007-07-31 | 1 | -216/+307 |
|
|
* | | * generic/tclInt.decls: Revised the interfaces of the routines | dgp | 2007-06-20 | 1 | -6/+9 |
|
|
* | | * generic/tclCmdIL.c (InfoFrameCmd): | Miguel Sofer | 2007-06-18 | 1 | -28/+36 |
|
|
* | | Fix [Bug 1738542] | dkf | 2007-06-17 | 1 | -6/+7 |
|
|
* | | * generic/tclProc.c (TclObjInterpProcCore): Use switch instead of a | dkf | 2007-06-16 | 1 | -76/+81 |
|
|