summaryrefslogtreecommitdiffstats
path: root/generic/tclVar.c
Commit message (Expand)AuthorAgeFilesLines
* merge trunkjan.nijtmans2018-05-231-484/+609
|\
| * merge 8.7jan.nijtmans2018-05-131-139/+145
| |\
| | * General code style cleanup.dkf2018-05-131-139/+145
| * | merge 8.7dgp2018-04-231-65/+49
| |\ \ | | |/
| | * Rework 'array for' to pass the arrayNameObj to the NRE routinesbll2018-04-231-65/+49
| * | merge 8.7dgp2018-04-221-3/+0
| |\ \ | | |/
| | * merge 8.6dgp2018-04-221-3/+0
| | |\
| | | * DeleteArray has only one caller. It is called on the "dummy" variabledgp2018-04-201-3/+0
| * | | merge 8.7dgp2018-04-201-23/+352
| |\ \ \ | | |/ /
| | * | Adapt [array for] to use the refactored routines.dgp2018-04-191-37/+5
| | * | merge 8.7dgp2018-04-191-425/+234
| | |\ \
| | * | | 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
| | |\ \ \
| | | * | | 'array for' implementation (TIP #421) from Brad Lanamfvogel2017-10-241-23/+365
| * | | | | 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
| | | | |/ | | | |/|
* | | | | merge trunkjan.nijtmans2018-02-221-2/+2
|\ \ \ \ \ | |/ / / /
| * | | | merge 8.7dgp2018-02-091-2/+2
| |\ \ \ \ | | |/ / /
| | * | | small code review: resolve conversion warnings (possible loss of data, signed...sebres2018-02-091-2/+2
* | | | | merge trunkjan.nijtmans2017-12-201-6/+6
|/ / / /
* | | | Rebase tip-278 branch to workaround CVS conversion woes.dgp2017-10-301-6/+6
|/ / /
* | | 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. dkf2017-06-061-28/+247
* | | Addendum to previous commit: If compiled with TCL_NO_DEPRECATED, remove a few...jan.nijtmans2017-03-211-0/+2
* | | If compiled with TCL_NO_DEPRECATED, remove some more stub entries which are n...jan.nijtmans2017-03-201-7/+9
* | | compatability -> compatibilityjan.nijtmans2016-12-011-1/+1
|\ \ \ | |/ /
| * | compatability -> compatibilityjan.nijtmans2016-12-011-1/+1
| |\ \ | | |/
| | * compatability -> compatibilityjan.nijtmans2016-12-011-1/+1
* | | Revert b98ee56376. The "bug" fixed was documented behavior.dgp2016-09-091-33/+16
* | | 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.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
* | | Don't ever allow UTF-8 sequences of more than 4 characters to be generated or...jan.nijtmans2016-08-301-2/+2
|\ \ \ | |/ /
* | | Streamline TclObjLookupVarExdgp2016-07-201-14/+18
* | | Use strchr() to parse array variable syntax.dgp2016-07-201-43/+15
* | | Factor out common prologue.dgp2016-07-191-128/+48