summaryrefslogtreecommitdiffstats
path: root/tests/var.test
Commit message (Expand)AuthorAgeFilesLines
* Merge 8.6jan.nijtmans2020-09-041-1/+1
|\
| * Let all test-cases load the "tcltest" package the same way. Depend on tcltest...jan.nijtmans2020-09-041-1/+1
* | Merge 8.6jan.nijtmans2020-09-011-3/+3
|\ \ | |/
| * Many more internal master/slave -> parent/child renamingsjan.nijtmans2020-09-011-9/+9
* | merge 8.6 (regression fix [e3f481f187], conflicts resolved)sebres2019-02-011-0/+22
|\ \ | |/
| * fixes utf-8 compatibility of proc/lambda arguments (regression on compiled lo...sebres2019-01-301-0/+22
* | Added test cases for errorsdkf2018-09-251-0/+67
* | Add tests. Exposes quite a few bugs in the implementation...dkf2018-09-241-1/+189
* | merge 8.6dgp2018-04-221-0/+16
|\ \ | |/
| * [46a2410650] compiled [unset] was bypassing cleanup of active array search.dgp2018-04-221-0/+16
* | merge 8.7dgp2018-04-191-0/+34
|\ \
| * \ merge 8.6dgp2018-04-191-0/+34
| |\ \ | | |/
| | * merge 8.5dgp2018-04-191-0/+12
| | |\
| | | * An [array set] from a dict can only take shortcuts when the dict is "pure",dgp2018-04-191-0/+12
| | * | Array trace firing must come before argument checking might raise error.dgp2018-04-171-0/+13
| | * | [array set] must fire array traces. Don't disrupt that by reporting argumentdgp2018-04-171-0/+9
* | | | Test of shimmer segfault.dgp2018-04-171-0/+9
* | | | Rebase TIP 421 implementation to core-8-branch (8.7). var-23.1[01] segfaults!dgp2018-03-051-1/+147
|\ \ \ \ | |/ / / |/| | |
| * | | 'array for' implementation (TIP #421) from Brad Lanamfvogel2017-10-241-7/+153
| |/ /
* | | [4dbdd9af14] Plug mem leak when var unset trace re-creates namespace var. Tha...dgp2016-09-071-0/+16
|\ \ \ | |/ /
| * | [4dbdd9af14] Plug mem leak when var unset trace re-creates namespace var. Tha...dgp2016-09-071-0/+30
| |\ \ | | |/
| | * Improve the comments and add a test.dgp2016-09-071-0/+31
* | | [104f2885bb] Rework the "chan" Tcl_ObjType to properly validate cached channe...dgp2016-07-181-2/+4
|\ \ \ | |/ /
| * | [77d58e3a7a] Test case independence: var.dkf2016-07-171-2/+4
* | | New test demonstrates memleak discovered by Rolf Ade.dgp2016-07-141-8/+22
* | | merge 8.6dgp2016-07-131-15/+31
|\ \ \ | |/ /
| * | [3606388] Make variable-related tests work on their own.dkf2016-07-121-15/+31
* | | Eliminate exess spacings in many test-casesjan.nijtmans2016-03-101-6/+6
|/ /
* | Add test for memleakdgp2016-03-011-0/+28
* | merge trunkdgp2015-07-171-1/+17
|\ \
| * | Resolve test conflicts over global varsdgp2014-10-101-2/+7
| * | test casesdgp2014-10-031-0/+11
| * | [2486824] Improve error message; not all that upvars is an upvar.dkf2014-09-101-1/+1
| |\ \ | | |/
| | * [2486824] Improve error message; not all that upvars is an upvar.dkf2014-09-101-1/+1
* | | [a3309d01db] Test the demonstrates leak in branch off checkin that starts it.dgp2015-07-171-0/+28
|/ /
* | [3970f54c4e]: Corrected regression in argument order processing in [unset].dkf2013-09-191-0/+3
* | Line numbers wrong in compiled [unset].dgp2013-09-191-0/+13
* | [3603163]: Prevent odd crashes in 'eval {array set ...}'dkf2013-02-041-0/+69
* | No longer build tcltest.exe to run the tests,but use tclsh86.exe in combinati...jan.nijtmans2012-07-291-0/+3
* | Now that we're no longer using SCM based on RCS, the RCS Keyword linesdgp2011-03-021-3/+0
|\ \ | |/
| * Now that we're no longer using SCM based on RCS, the RCS Keyword lines causedgp2011-03-021-3/+0
| |\
| | * Now that we're no longer using SCM based on RCS, the RCS Keyword lines causedgp2011-03-011-3/+0
| | * * generic/tclVar.c (TclArraySet): Re-fetch pointers for the listdgp2007-03-131-1/+13
| | * * generic/tclNamespace.c (TclTeardownNamespace): Tcl_Obj-ifieddgp2004-09-301-1/+8
| | * * generic/tclVar.c (TclObjLookupVar): [Bug 735335] temporary fix,Miguel Sofer2003-05-121-1/+15
| | * * generic/tclVar.c:Miguel Sofer2003-03-241-1/+11
| * | * tests/var.test (var-19.1): [Bug 3037525]: Added testandreas_kupries2010-08-031-1/+8
| * | Fix [Bug 2939073]: dangling ref when an unset trace triggered by [array unset]dkf2010-02-021-5/+29
* | | Clean up of tests and conversion to tcltest 2. Target has been to get init anddkf2011-01-011-4/+4
* | | * tests/fCmd.test, tests/safe.test, tests/uplevel.test,dkf2010-12-071-177/+201