summaryrefslogtreecommitdiffstats
path: root/generic/tclVar.c
Commit message (Expand)AuthorAgeFilesLines
* TIP 569 - remove lint commentsdgp2020-03-171-19/+0
* moredgp2020-03-091-52/+27
* Mark more function paramaters as unused. Now Tcl compiles fully (on UNIX and ...jan.nijtmans2019-09-051-11/+29
|\
* | Mark more unused parametersjan.nijtmans2019-09-031-1/+7
* | Merge tip-548jan.nijtmans2019-08-291-1/+1
|\ \ | |/
* | Merge tip-548jan.nijtmans2019-08-151-27/+27
|\ \ | |/
| * Eliminate "register" keyword _everywhere_ in Tcl. This keyword is deprecated ...jan.nijtmans2019-07-171-27/+27
* | Merge 8.7, and continue implementation. Almost donejan.nijtmans2019-07-101-24/+24
|/
* Eliminate (internal) TclOffset() usage, just use offsetof() in stead.jan.nijtmans2019-06-121-1/+1
* Merge 8.6jan.nijtmans2019-04-091-1/+1
|\
* | closes [45b9faf103f2] (tclVar cached lookup): fixes segfaulting if variable r...sebres2019-04-081-2/+9
* | More use of TclHasIntRep() macro. Add vfs build director to fossil ignore-globjan.nijtmans2019-03-011-1/+1
* | New internal macro TclFetchIntRep, which is faster than Tcl_FetchIntRep. jan.nijtmans2019-01-281-2/+2
* | merge 8.7dgp2018-10-181-75/+463
|\ \
| * | Improved comment.dkf2018-09-261-1/+3
| * | Make defaults work even when [upvar]ed to just a non-existent element.dkf2018-09-261-38/+66
| * | merge core-8-branchdkf2018-09-261-23/+30
| |\ \
| | * \ merge 8.6jan.nijtmans2018-09-251-23/+30
| | |\ \ | | | |/
| | | * Contributed patch from Gustaf Neumann, preventing problems where "localCacheP...jan.nijtmans2018-09-251-23/+30
| * | | Fix semantics of [lappend] with defaults in a procedure.dkf2018-09-261-52/+126
| * | | Corrected the semantics of [append] with defaultsdkf2018-09-251-2/+21
| * | | More correct variable existence checksdkf2018-09-251-6/+6
| * | | Correct variable existence check in [array default exists]dkf2018-09-251-6/+10
| * | | merge core-8-branchdkf2018-09-231-5/+30
| |\ \ \ | | |/ /
| | * | merge 8.6jan.nijtmans2018-07-311-1/+1
| | |\ \ | | | |/
| * | | Initial implementation of TIP #508: [array default]fbonnet2018-05-131-17/+271
* | | | merge 8.7dgp2018-06-041-4/+29
|\ \ \ \ | | |/ / | |/| |
| * | | Make [info vars] aware of private variable resolution.dkf2018-05-131-4/+29
| |/ /
* | | merge 8.7dgp2018-05-241-132/+138
|\ \ \ | |/ /
| * | General code style cleanup.dkf2018-05-131-139/+145
* | | merge 8.7dgp2018-04-251-421/+540
|\ \ \ | |/ /
| * | Rework 'array for' to pass the arrayNameObj to the NRE routinesbll2018-04-231-65/+49
| * | merge 8.6dgp2018-04-221-3/+0
| |\ \ | | |/
| | * DeleteArray has only one caller. It is called on the "dummy" variabledgp2018-04-201-3/+0
| * | Adapt [array for] to use the refactored routines.dgp2018-04-191-37/+5
| * | merge 8.7dgp2018-04-191-425/+234
| |\ \
| | * \ merge 8.6dgp2018-04-191-425/+234
| | |\ \ | | | |/
| | | * 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
| * | | | Satisfy test var-23.14dgp2018-04-171-22/+20
| * | | | Memleak fix from Brad Lanam.dgp2018-04-161-0/+2
| * | | | array for:bll2018-03-061-1/+15
| * | | | tip-421: array for:bll2018-03-061-2/+7
| * | | | Rebase TIP 421 implementation to core-8-branch (8.7). var-23.1[01] segfaults!dgp2018-03-051-23/+365
| |\ \ \ \ | | |/ / / | |/| | |