| Commit message (Expand) | Author | Age | Files | Lines |
* | [7368d225a6] Extend the auto-cleanup of zero ref count values passed in | dgp | 2014-07-10 | 1 | -0/+3 |
|
|
* | Implement many Tcl_*Var* functions and Tcl_GetIndexFromObj as (faster/stack-s... | jan.nijtmans | 2013-04-19 | 1 | -0/+4 |
|\ |
|
| * | Implement many Tcl_*Var* functions and Tcl_GetIndexFromObj as (faster/stack-s... | jan.nijtmans | 2013-04-19 | 1 | -0/+7 |
|
|
| * | Tcl_HashStats does not return a CONST | jan.nijtmans | 2011-09-06 | 1 | -1/+1 |
|
|
| * | fix for [Bug 2662380], crash caused by appending to a variable with a write t... | mig | 2011-04-13 | 1 | -1/+2 |
|
|
* | | ArraySearch struct used only locally. Remove from tclInt.h. | dgp | 2013-02-25 | 1 | -0/+24 |
|
|
* | | Cherrypick again. Add test.bug_3602706 | dgp | 2013-02-04 | 1 | -6/+0 |
|
|
* | | Cherrypick the refcount fixes and comments from mig-review. | dgp | 2013-02-04 | 1 | -2/+28 |
|
|
* | | Various bits of cleanup, efficiencies, and comment documentation in tclVar.c | dgp | 2012-12-14 | 1 | -57/+54 |
|
|
* | | Backport fix for [Bug 2857044]. | dgp | 2011-04-27 | 1 | -0/+3 |
|
|
* | | fix for [Bug 2662380], crash caused by appending to a variable with a write t... | mig | 2011-04-13 | 1 | -3/+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 |
|
|
| * | * generic/tclExecute.c: [Bug 3057639]. Applied patch by Jeff to | andreas_kupries | 2010-09-01 | 1 | -3/+5 |
|
|
| * | * generic/tclBasic.c (Tcl_CreateInterp, Tcl_EvalTokensStandard, | andreas_kupries | 2009-08-25 | 1 | -1/+10 |
|
|
| * | [Tcl Bug 1706140] | dgp | 2007-05-10 | 1 | -45/+27 |
|
|
| * | * generic/tclVar.c (TclArraySet): Re-fetch pointers for the list | dgp | 2007-03-13 | 1 | -1/+9 |
|
|
| * | * generic/tclVar.c (Tcl_LappendObjCmd): | Miguel Sofer | 2006-10-05 | 1 | -2/+9 |
|
|
| * | * unix/tcl.m4 (Darwin): add 64bit support, check for Tiger copyfile(), | das | 2005-11-27 | 1 | -4/+4 |
|
|
| * | * generic/tclInt.h: | Miguel Sofer | 2005-11-04 | 1 | -47/+172 |
|
|
| * | * generic/tclBasic.c: | Miguel Sofer | 2005-10-23 | 1 | -13/+8 |
|
|
| * | Correction to 1038021 bug fix; should only save restore those bits | dgp | 2004-10-01 | 1 | -3/+4 |
|
|
| * | * generic/tclNamespace.c (TclTeardownNamespace): Tcl_Obj-ified | dgp | 2004-09-30 | 1 | -1/+5 |
|
|
| * | fix for [Bug 1008314] | Miguel Sofer | 2004-08-16 | 1 | -3/+6 |
|
|
| * | * generic/tclVar.c (TclObjUnsetVar2): backported fix [Bug 735335] | Miguel Sofer | 2004-05-22 | 1 | -9/+26 |
|
|
| * | * generic/tclVar.c: fix flag bit collision between | Miguel Sofer | 2003-11-20 | 1 | -2/+2 |
|
|
| * | * generic/tclVar.c (TclObjLookupVar): [Bug 735335] temporary fix, | Miguel Sofer | 2003-05-12 | 1 | -1/+13 |
|
|
| * | * generic/tcl.h Made changes so that the "wideInt" Tcl_ObjType | dgp | 2003-04-16 | 1 | -12/+3 |
|
|
| * | * generic/tclVar.c: | Miguel Sofer | 2003-03-24 | 1 | -18/+42 |
|
|
* | | * generic/tclVar.c (VarHashInvalidateEntry): Removed obsolete | andreas_kupries | 2010-11-23 | 1 | -12/+1 |
|
|
* | | * generic/tclExecute.c: [Bug 3057639]. Applied patch by Jeff to | andreas_kupries | 2010-09-01 | 1 | -3/+5 |
|
|
* | | * generic/tclVar.c: fix for crash [Bug 3037525]: lose fickle | Miguel Sofer | 2010-07-31 | 1 | -7/+3 |
|
|
* | | More corrections to the [array unset] command. | dkf | 2010-02-03 | 1 | -7/+6 |
|
|
* | | Ensure that decrements never assume that they can't do (actual) deletion. | dkf | 2010-02-02 | 1 | -3/+7 |
|
|
* | | Fix [Bug 2939073]: dangling ref when an unset trace triggered by [array unset] | dkf | 2010-02-02 | 1 | -20/+59 |
|
|
* | | Fix [Bug 2629338]: Stop evil unset traces from accessing freed memory. | dkf | 2009-10-17 | 1 | -5/+25 |
|
|
* | | * generic/tclBasic.c (Tcl_CreateInterp, Tcl_EvalTokensStandard, | andreas_kupries | 2009-08-25 | 1 | -1/+9 |
|
|
* | | * generic/tclCmdIL.c: Removed unused variables. | dgp | 2009-07-16 | 1 | -1/+5 |
|
|
* | | * generic/tclTrace.c: Corrected handling of errors returned by | dgp | 2008-10-08 | 1 | -8/+5 |
|
|
* | | * generic/tclVar.c (TclLookupSimpleVar): Retrieve the number of | dgp | 2008-08-07 | 1 | -3/+2 |
|
|
* | | * generic/tclBasic.c: Extended the existing TIP #280 system (info | andreas_kupries | 2008-07-21 | 1 | -3/+12 |
|
|
* | | * generic/tclVar.c (TclDeleteNamespaceVars): | Miguel Sofer | 2008-03-11 | 1 | -2/+8 |
|
|
* | | merge stable branch onto HEAD | dgp | 2007-12-13 | 1 | -1/+1 |
|
|
* | | * generic/tclVar.c (Tcl_ArrayObjCmd): handle the right data for | hobbs | 2007-11-23 | 1 | -6/+11 |
|
|
* | | More minor cleanup | dkf | 2007-11-18 | 1 | -56/+61 |
|
|
* | | Add comments for clarity. | dkf | 2007-11-15 | 1 | -51/+75 |
|
|
* | | [Patch 1830038]: Increased usage of macros to detect and take advantage of ob... | Miguel Sofer | 2007-11-11 | 1 | -7/+7 |
|
|
* | | * generic/tclTest.c (TestSetCmd2): | Miguel Sofer | 2007-11-03 | 1 | -2/+3 |
|
|
* | | * generic/tclVar.c: try to preserve Tcl_Objs when doing variable | Miguel Sofer | 2007-10-27 | 1 | -55/+97 |
|
|
* | | * generic/tclVar.c (Tcl_SetVar2, TclPtrSetVar): [Bug 1710710] | Miguel Sofer | 2007-09-08 | 1 | -7/+4 |
|
|