summaryrefslogtreecommitdiffstats
path: root/generic/tclVar.c
Commit message (Expand)AuthorAgeFilesLines
* Another round of sentinel fixes for 8.6, NULL -> (char *)NULLjan.nijtmans2024-05-291-28/+28
* merge 8.5, amend to [82f721a5a039596f]: the bug was fixed incompletely, this ...sebres2024-04-121-1/+1
|\
| * amend to [295b0570ff660950]: the bug was fixed incompletely, this is full bug...sebres2024-04-121-1/+1
* | Tcl_GetString() -> TclGetString(), for minor speedup.jan.nijtmans2024-04-041-1/+1
* | Correct spelling errors in comments and documentation, but also non-comment pooryorick2023-04-121-2/+2
* | Remove ARGSUSED. More type-castsjan.nijtmans2022-11-291-69/+49
* | Use TclListObjLength/TclListObjGetElements in stead of Tcl_ListObjLength/Tcl_...jan.nijtmans2022-02-101-1/+1
* | More usage of TclNewObj() in stead of Tcl_NewObj() and TclNewIntObj() in stea...jan.nijtmans2020-10-131-4/+5
* | Make Tcl compile warning-free using -Wshadowjan.nijtmans2020-09-281-29/+29
* | Eliminate many "register" keywords (which do nothing with modern compilers)jan.nijtmans2020-09-141-35/+35
* | Contributed patch from Gustaf Neumann, preventing problems where "localCacheP...jan.nijtmans2018-09-251-23/+30
* | DeleteArray has only one caller. It is called on the "dummy" variabledgp2018-04-201-3/+0
* | Fold TclArraySet() into its only caller. tclEnv.c no longer calls itdgp2018-04-191-170/+141
* | merge 8.5dgp2018-04-191-1/+1
|\ \ | |/
| * An [array set] from a dict can only take shortcuts when the dict is "pure",dgp2018-04-191-1/+1
* | Refactor error reporting when value is not an expected array variable name.dgp2018-04-181-36/+20
* | Refactor to bring the test for existence of an array variable intodgp2018-04-181-88/+44
* | cleanup of refactordgp2018-04-181-13/+6
* | Refactor the common operations of looking up and checking traces on an arraydgp2018-04-181-111/+41
* | Refactor array trace handling into a common routine TclCheckArrayTraces().dgp2018-04-171-143/+37
* | Expose some of the core variable access APIs. dkf2017-06-061-28/+247
* | compatability -> compatibilityjan.nijtmans2016-12-011-1/+1
|\ \ | |/
| * compatability -> compatibilityjan.nijtmans2016-12-011-1/+1
* | [4dbdd9af14] Plug mem leak when var unset trace re-creates namespace var. Tha...dgp2016-09-071-5/+19
|\ \ | |/
| * Improve the comments and add a test.dgp2016-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
* | Remove outdated comment.dgp2016-07-191-4/+0
* | Expose the AVOID_RESOLVERS flag to [namespace upvar] implementations, which s...dkf2016-07-071-34/+21
* | [c95b9fc0e3] Make errorcodes out of level parsing more consistent.dkf2016-06-221-1/+2
* | Extra safety against cyclesdgp2016-03-011-1/+2
* | [80304238ac] Candidate fix for memleak due to RC cycle.dgp2016-02-261-5/+7
* | Align comment. Remove some end-of-line spacing. No functional changes.jan.nijtmans2015-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.dgp2015-07-151-1/+1
|\ \ | |/
| * [9bad630c31] Prevent read outside of buffer bounds.dgp2015-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.jan.nijtmans2015-06-301-2/+2
* | Use twoPtrValue in stead of ptrAndLongRep for implementation of some internal...jan.nijtmans2015-06-301-17/+16
* | Protect against extension variable resolvers that fail to play by the post-Va...dgp2015-01-291-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
|\ \ | |/
| * [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 in todgp2014-07-101-0/+3
|\ \ | |/
| * [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