summaryrefslogtreecommitdiffstats
path: root/generic/tclVar.c
Commit message (Expand)AuthorAgeFilesLines
* Extra safety against cyclesdgp@users.sourceforge.net2016-03-011-1/+2
* [80304238ac] Candidate fix for memleak due to RC cycle.dgp@users.sourceforge.net2016-02-261-5/+7
* Align comment. Remove some end-of-line spacing. No functional changes.nijtmans@users.sourceforge.net2015-09-281-5/+5
|\
* | micro-opt of hash lookups found by drhMiguel Sofer2015-09-221-6/+5
* | remove potential crash detected by Coverity (it is a should-never-happen thing)Miguel Sofer2015-08-051-1/+1
* | [9bad630c31] Prevent read outside of buffer bounds.dgp@users.sourceforge.net2015-07-151-1/+1
|\ \ | |/
| * [9bad630c31] Prevent read outside of buffer bounds.dgp@users.sourceforge.net2015-07-151-1/+1
* | remove code that was ifdef'ed out for ages (ENABLE_NS_VARNAME_CACHING), has z...Miguel Sofer2015-07-021-163/+0
* | Consistancy in refcount management.nijtmans@users.sourceforge.net2015-06-301-2/+2
* | Use twoPtrValue in stead of ptrAndLongRep for implementation of some internal...nijtmans@users.sourceforge.net2015-06-301-17/+16
* | Protect against extension variable resolvers that fail to play by the post-Va...dgp@users.sourceforge.net2015-01-291-1/+1
|\ \ | |/
| * Protect against extension variable resolvers that fail to play bydgp@users.sourceforge.net2015-01-291-1/+2
* | [2486824] Improve error message; not all that upvars is an upvar.donal.k.fellows@manchester.ac.uk2014-09-101-5/+4
|\ \ | |/
| * [2486824] Improve error message; not all that upvars is an upvar.donal.k.fellows@manchester.ac.uk2014-09-101-5/+4
* | [7368d225a6] Extend the auto-cleanup of zero ref count values passed in todgp@users.sourceforge.net2014-07-101-0/+3
|\ \ | |/
| * [7368d225a6] Extend the auto-cleanup of zero ref count values passed indgp@users.sourceforge.net2014-07-101-0/+3
| * Implement many Tcl_*Var* functions and Tcl_GetIndexFromObj as (faster/stack-s...nijtmans@users.sourceforge.net2013-04-191-0/+4
| |\
| | * Implement many Tcl_*Var* functions and Tcl_GetIndexFromObj as (faster/stack-s...nijtmans@users.sourceforge.net2013-04-191-0/+7
| | * Tcl_HashStats does not return a CONSTnijtmans@users.sourceforge.net2011-09-061-1/+1
| | * fix for [Bug 2662380], crash caused by appending to a variable with a write t...mig2011-04-131-1/+2
* | | [219226]: Rewrote how ::env is synchronized to the environment so it no longerdonal.k.fellows@manchester.ac.uk2013-09-271-0/+47
* | | Allow Tcl to be compiled even if Tcl_Eval, Tcl_GetVar, ... are macros.nijtmans@users.sourceforge.net2013-02-281-0/+4
* | | Array Search struct used only locally. Remove from tclInt.h.dgp@users.sourceforge.net2013-02-251-0/+24
|\ \ \ | |/ /
| * | ArraySearch struct used only locally. Remove from tclInt.h.dgp@users.sourceforge.net2013-02-251-0/+24
* | | Merge in fix for 3602706dgp@users.sourceforge.net2013-02-041-27/+31
|\ \ \ | |/ /
| * | Cherrypick again. Add test.dgp@users.sourceforge.net2013-02-041-6/+0
| * | Cherrypick the refcount fixes and comments from mig-review.dgp@users.sourceforge.net2013-02-041-2/+28
* | | Eliminate all Tcl_ConvertToType calls and all direct calls to typePtr->setFro...nijtmans@users.sourceforge.net2013-02-041-1/+2
* | | More symmetric Tcl_(Incr|Decr)RefCount call, preventing bugs like #3601260 an...nijtmans@users.sourceforge.net2013-02-031-2/+9
|\ \ \
| * \ \ re-apply [8aca9a8e96], while backporting [d91c86d0da] from trunk.nijtmans@users.sourceforge.net2013-02-031-55/+98
| |\ \ \ | | |/ /
| * | | Bug 3601260: Reverting [8aca9a8e96] fixes it.nijtmans@users.sourceforge.net2013-01-171-54/+57
| |/ /
* | | Eliminate some unneeded usages of Tcl_SetResult, Tcl_AddObjErrorInfonijtmans@users.sourceforge.net2013-01-251-2/+2
* | | Various bits of cleanup, efficiencies, and comment documentation in tclVar.c ...mig2013-01-131-66/+54
|\ \ \ | |/ /
| * | Various bits of cleanup, efficiencies, and comment documentation in tclVar.cdgp@users.sourceforge.net2012-12-141-57/+54
| * | Backport fix for [Bug 2857044].dgp@users.sourceforge.net2011-04-271-0/+3
* | | Add super-simple compiler to many ensemble subcommands to allow better codedonal.k.fellows@manchester.ac.uk2013-01-041-8/+8
* | | Added compilation of [array exists], [array set] and [array unset]. Fixed a w...donal.k.fellows@manchester.ac.uk2012-11-051-3/+3
* | | converting to using Tcl_Obj API for error message generation; part donedonal.k.fellows@manchester.ac.uk2012-08-031-35/+38
* | | Fix [Bug 2712377]: [info vars] and object declared variablesdonal.k.fellows@manchester.ac.uk2012-04-091-4/+48
* | | Reduce amount of unreachable code. Refactor Win socket and load code to be lessdonal.k.fellows@manchester.ac.uk2012-04-051-2/+2
* | | Small changes to quell gcc warnings and make message generation less ugly.donal.k.fellows@manchester.ac.uk2011-08-161-5/+2
* | | * generic/tclVar.c (TclPtrSetVar): fix valgrind-detected error when newValueP...mig2011-08-041-1/+2
* | | TclFreeIntRep() cleanup.dgp@users.sourceforge.net2011-04-271-2/+0
* | | fix for [Bug 2662380], crash caused by appending to a variable with a write t...mig2011-04-131-3/+4
|\ \ \ | |/ /
| * | fix for [Bug 2662380], crash caused by appending to a variable with a write t...mig2011-04-131-3/+4
* | | Corrected odd commentdonal.k.fellows@manchester.ac.uk2011-03-281-1/+1
* | | Adjust ckalloc/ckfree macros to greatly reduce number of explicit casts indonal.k.fellows@manchester.ac.uk2011-03-121-16/+14
* | | Now that we're no longer using SCM based on RCS, the RCS Keyword linesdgp@users.sourceforge.net2011-03-021-2/+0
|\ \ \ | |/ /
| * | Now that we're no longer using SCM based on RCS, the RCS Keyword lines causedgp@users.sourceforge.net2011-03-021-2/+0
| |\ \ | | |/
| | * Now that we're no longer using SCM based on RCS, the RCS Keyword lines causedgp@users.sourceforge.net2011-03-011-2/+0