summaryrefslogtreecommitdiffstats
path: root/generic/tclVar.c
Commit message (Expand)AuthorAgeFilesLines
* Cherrypick again. Add test.bug_3602706dgp2013-02-041-6/+0
* Cherrypick the refcount fixes and comments from mig-review.dgp2013-02-041-2/+28
* Various bits of cleanup, efficiencies, and comment documentation in tclVar.cdgp2012-12-141-57/+54
* Backport fix for [Bug 2857044].dgp2011-04-271-0/+3
* fix for [Bug 2662380], crash caused by appending to a variable with a write t...mig2011-04-131-3/+4
* Now that we're no longer using SCM based on RCS, the RCS Keyword lines causedgp2011-03-021-2/+0
|\
| * Now that we're no longer using SCM based on RCS, the RCS Keyword lines causedgp2011-03-011-2/+0
| * * generic/tclExecute.c: [Bug 3057639]. Applied patch by Jeff toandreas_kupries2010-09-011-3/+5
| * * generic/tclBasic.c (Tcl_CreateInterp, Tcl_EvalTokensStandard,andreas_kupries2009-08-251-1/+10
| * [Tcl Bug 1706140]dgp2007-05-101-45/+27
| * * generic/tclVar.c (TclArraySet): Re-fetch pointers for the listdgp2007-03-131-1/+9
| * * generic/tclVar.c (Tcl_LappendObjCmd):Miguel Sofer2006-10-051-2/+9
| * * unix/tcl.m4 (Darwin): add 64bit support, check for Tiger copyfile(),das2005-11-271-4/+4
| * * generic/tclInt.h:Miguel Sofer2005-11-041-47/+172
| * * generic/tclBasic.c:Miguel Sofer2005-10-231-13/+8
| * Correction to 1038021 bug fix; should only save restore those bitsdgp2004-10-011-3/+4
| * * generic/tclNamespace.c (TclTeardownNamespace): Tcl_Obj-ifieddgp2004-09-301-1/+5
| * fix for [Bug 1008314]Miguel Sofer2004-08-161-3/+6
| * * generic/tclVar.c (TclObjUnsetVar2): backported fix [Bug 735335]Miguel Sofer2004-05-221-9/+26
| * * generic/tclVar.c: fix flag bit collision betweenMiguel Sofer2003-11-201-2/+2
| * * generic/tclVar.c (TclObjLookupVar): [Bug 735335] temporary fix,Miguel Sofer2003-05-121-1/+13
| * * generic/tcl.h Made changes so that the "wideInt" Tcl_ObjTypedgp2003-04-161-12/+3
| * * generic/tclVar.c:Miguel Sofer2003-03-241-18/+42
* | * generic/tclVar.c (VarHashInvalidateEntry): Removed obsoleteandreas_kupries2010-11-231-12/+1
* | * generic/tclExecute.c: [Bug 3057639]. Applied patch by Jeff toandreas_kupries2010-09-011-3/+5
* | * generic/tclVar.c: fix for crash [Bug 3037525]: lose fickleMiguel Sofer2010-07-311-7/+3
* | More corrections to the [array unset] command.dkf2010-02-031-7/+6
* | Ensure that decrements never assume that they can't do (actual) deletion.dkf2010-02-021-3/+7
* | Fix [Bug 2939073]: dangling ref when an unset trace triggered by [array unset]dkf2010-02-021-20/+59
* | Fix [Bug 2629338]: Stop evil unset traces from accessing freed memory.dkf2009-10-171-5/+25
* | * generic/tclBasic.c (Tcl_CreateInterp, Tcl_EvalTokensStandard,andreas_kupries2009-08-251-1/+9
* | * generic/tclCmdIL.c: Removed unused variables.dgp2009-07-161-1/+5
* | * generic/tclTrace.c: Corrected handling of errors returned bydgp2008-10-081-8/+5
* | * generic/tclVar.c (TclLookupSimpleVar): Retrieve the number ofdgp2008-08-071-3/+2
* | * generic/tclBasic.c: Extended the existing TIP #280 system (infoandreas_kupries2008-07-211-3/+12
* | * generic/tclVar.c (TclDeleteNamespaceVars):Miguel Sofer2008-03-111-2/+8
* | merge stable branch onto HEADdgp2007-12-131-1/+1
* | * generic/tclVar.c (Tcl_ArrayObjCmd): handle the right data forhobbs2007-11-231-6/+11
* | More minor cleanupdkf2007-11-181-56/+61
* | Add comments for clarity.dkf2007-11-151-51/+75
* | [Patch 1830038]: Increased usage of macros to detect and take advantage of ob...Miguel Sofer2007-11-111-7/+7
* | * generic/tclTest.c (TestSetCmd2):Miguel Sofer2007-11-031-2/+3
* | * generic/tclVar.c: try to preserve Tcl_Objs when doing variableMiguel Sofer2007-10-271-55/+97
* | * generic/tclVar.c (Tcl_SetVar2, TclPtrSetVar): [Bug 1710710]Miguel Sofer2007-09-081-7/+4
* | make tclVarHashKeyType definition staticdas2007-09-031-2/+2
* | * generic/tclVar.c: improved localVarNameType caching to leverageMiguel Sofer2007-08-171-9/+42
* | modifs to help itcl adapt to VarReformMiguel Sofer2007-08-041-2/+19
* | Tidying up.dkf2007-08-031-207/+258
* | Abstracted the 'offsetof' to a TclOffset macro as per Tk_Offset to permitpatthoyts2007-08-011-2/+2
* | * generic/tclVar.c (TclCleanupVar): fix [Bug 1765225], thx LarryMiguel Sofer2007-08-011-2/+2