summaryrefslogtreecommitdiffstats
path: root/generic/tclVar.c
Commit message (Expand)AuthorAgeFilesLines
* merge trunkdgp2017-06-161-28/+247
|\
| * Make read and write operations on Tcl_Var handles available in tclInt API.dkf2017-06-081-28/+247
| |\
| | * Expose some of the core variable access APIs. dkf_expose_ptrgetvar_8_6dkf2017-06-061-28/+247
* | | merge trunkdgp2017-03-211-0/+2
|\ \ \ | |/ /
| * | Addendum to previous commit: If compiled with TCL_NO_DEPRECATED, remove a few...jan.nijtmans2017-03-211-0/+2
* | | merge trunkdgp2017-03-201-7/+9
|\ \ \ | |/ /
| * | If compiled with TCL_NO_DEPRECATED, remove some more stub entries which are n...jan.nijtmans2017-03-201-7/+9
* | | merge trunkdgp2016-12-021-1/+1
|\ \ \ | |/ /
| * | compatability -> compatibilityjan.nijtmans2016-12-011-1/+1
| |\ \ | | |/
| | * compatability -> compatibilityjan.nijtmans2016-12-011-1/+1
| | |\
| | | * compatability -> compatibilityjan.nijtmans2016-12-011-1/+1
* | | | merge trunkdgp2016-09-091-33/+16
|\ \ \ \ | |/ / /
| * | | Revert b98ee56376. The "bug" fixed was documented behavior.dgp2016-09-091-33/+16
* | | | merge trunkdgp2016-09-081-23/+54
|\ \ \ \ | |/ / /
| * | | Attempt to fix [7f02ff1efa]. Make trace-18.1 fail. Suspect test is andgp2016-09-071-16/+33
| * | | [4dbdd9af14] Plug mem leak when var unset trace re-creates namespace var. Tha...dgp2016-09-071-5/+19
| |\ \ \ | | |/ /
| | * | [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.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
| * | | Don't ever allow UTF-8 sequences of more than 4 characters to be generated or...jan.nijtmans2016-08-301-2/+2
| |\ \ \ | | |/ /
* | | | Revise "parsedVarName" type to use proposed interfaces.dgp2016-07-201-39/+41
* | | | merge trunkdgp2016-07-201-14/+18
|\ \ \ \ | |/ / /
| * | | Streamline TclObjLookupVarExdgp2016-07-201-14/+18
* | | | Merge trunk; silence compiler warning.dgp2016-07-201-43/+16
|\ \ \ \ | |/ / /
| * | | Use strchr() to parse array variable syntax.dgp2016-07-201-43/+15
* | | | Convert the "localVarName" type to the proposed interfaces.dgp2016-07-201-31/+58
* | | | merge trunkdgp2016-07-191-267/+78
|\ \ \ \ | |/ / /
| * | | Factor out common prologue.dgp2016-07-191-128/+48
| * | | merge 8.6dgp2016-07-191-4/+0
| |\ \ \ | | |/ /
| | * | Remove outdated comment.dgp2016-07-191-4/+0
| * | | [0363f0146c] Fix [array startsearch] id handling to support var name variationsdgp2016-07-191-140/+31
* | | | merge trunkdgp2016-07-141-8/+1
|\ \ \ \ | |/ / /
| * | | Plug memory leak created in recent variable Tcl_ObjType reform.dgp2016-07-141-8/+1
* | | | merge trunkdgp2016-07-091-34/+21
|\ \ \ \ | |/ / /
| * | | merge 8.6dgp2016-07-091-34/+21
| |\ \ \ | | |/ /
| | * | Expose the AVOID_RESOLVERS flag to [namespace upvar] implementations, which s...bug_1493a43044dkf2016-07-071-34/+21
* | | | merge trunkdgp2016-06-281-1/+2
|\ \ \ \ | |/ / /
| * | | [c95b9fc0e3] Make errorcodes out of level parsing more consistent.dkf2016-06-221-1/+2
| |\ \ \ | | |/ /
| | * | [c95b9fc0e3] Make errorcodes out of level parsing more consistent.dkf2016-06-221-1/+2
* | | | merge trunkdgp2016-04-111-28/+2
|\ \ \ \ | |/ / /
| * | | [d1f55451c6] Remove unnecessary panic routines.dgp2016-04-111-28/+2
* | | | Use simple name for file static struct.dgp2016-04-041-12/+8
|/ / /
* | | Revise "parsedVarName" Tcl_ObjType to eliminated unnecessary parts anddgp2016-04-041-63/+9
|\ \ \ | |/ / |/| |
| * | There's a "parsedVarName" Tcl_ObjType that remembers how a variable namedgp_revise_parsedvarnametypedgp2016-03-281-11/+34
|/ /
* | Extra safety against cyclesbug_80304238acdgp2016-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