summaryrefslogtreecommitdiffstats
path: root/generic/tclVar.c
Commit message (Expand)AuthorAgeFilesLines
* compatability -> compatibilityjan.nijtmans2016-12-011-1/+1
* Improve the comments and add a test.bug_4dbdd9af14dgp2016-09-071-2/+11
* [4dbdd9af14] Proposed fix for mem leak.dgp2016-09-061-1/+6
* Improve code 'quality' by fixing some harmless clang/cppcheck warnings. Thank...jan.nijtmans2016-01-221-31/+51
* [9bad630c31] Prevent read outside of buffer bounds.dgp2015-07-151-1/+1
* Protect against extension variable resolvers that fail to play bydgp2015-01-291-1/+2
* [2486824] Improve error message; not all that upvars is an upvar.dkf2014-09-101-5/+4
* [7368d225a6] Extend the auto-cleanup of zero ref count values passed indgp2014-07-101-0/+3
* Implement many Tcl_*Var* functions and Tcl_GetIndexFromObj as (faster/stack-s...jan.nijtmans2013-04-191-0/+4
|\
| * Implement many Tcl_*Var* functions and Tcl_GetIndexFromObj as (faster/stack-s...jan.nijtmans2013-04-191-0/+7
| * Tcl_HashStats does not return a CONSTjan.nijtmans2011-09-061-1/+1
| * fix for [Bug 2662380], crash caused by appending to a variable with a write t...mig2011-04-131-1/+2
* | ArraySearch struct used only locally. Remove from tclInt.h.dgp2013-02-251-0/+24
* | 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