summaryrefslogtreecommitdiffstats
path: root/tests/var.test
Commit message (Expand)AuthorAgeFilesLines
* test casesbug_bc1a96407adgp2014-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
* | [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
* | | * 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
* | | TIP #323 IMPLEMENTATION (partial)dgp2008-09-251-7/+7
* | | TIP #323 IMPLEMENTATION (partial)dgp2008-09-251-1/+10
* | | more consistent wrong # arg messages: change all messages containing ?options...nijtmans2008-07-131-3/+3
|/ /
* | * generic/tclVar.c (TclDeleteNamespaceVars):Miguel Sofer2008-03-111-1/+17
* | merge stable branch onto HEADdgp2007-12-131-1/+1
* | * generic/tclVar.c (Tcl_ArrayObjCmd): handle the right data forhobbs2007-11-231-1/+5
* | * generic/tclVar.c (TclArraySet): Make efficient private copy ofdgp2007-03-121-1/+13
* | * tests/*.test: updated all tests to refer explicitly to thetip_278_20061009Miguel Sofer2006-10-091-4/+4
* | * generic/tclBasic.c (Tcl_AddObjErrorInfo): More re-organizationdgp2004-09-301-1/+8
* | Silly errordkf2004-05-191-2/+2
* | Massive test cleanup; all tests are run, and constraints are used where neces...dkf2004-05-191-60/+55
* | * doc/global.n:Miguel Sofer2004-04-281-1/+6
* | * generic/tclVar.c (TclObjLookupVar): [Bug 735335] temporary fix,Miguel Sofer2003-05-121-1/+16
* | * generic/tclVar.c:Miguel Sofer2003-03-241-1/+11
|/
* * generic/tclVar.c: Fixed code that check for proper # of args todgp2002-10-171-2/+6
* * generic/tclVar.c: refactorisation to reuse already looked-up VarMiguel Sofer2002-07-151-2/+2
* * tests/var.test:dgp2001-11-091-1/+11
* * tests/var.test:hobbs2001-07-041-1/+9
* Added test for bug 119192 to test suite.dkf2000-11-171-1/+4
* * tests/*.test: Changed all occurances of "namespace importericm2000-04-101-2/+2
* * tests/foreach.test:hobbs2000-04-041-16/+16
* * var.test: Added tests for corrected variable behavior (bug #981).ericm2000-01-211-1/+15
* added catch {unset t} for atomic testhobbs2000-01-211-13/+2
* * tests/var.test: Added a test for the array multiple deleteericm2000-01-151-1/+14
* * tests/info.test:hobbs1999-12-121-1/+16
* 1999-09-16 Jeff Hobbs <hobbs@scriptics.com>hobbs1999-09-211-1/+19
* * Changed version to 8.2b2.redman1999-07-221-2/+7
* Fixed style problems in many of the test files.rjohnson1999-06-261-8/+8
* Modified the tests to use the package tcltestjenn1999-06-261-2/+3
* merged tcl 8.1 branch back into the main trunkstanton1999-04-161-3/+25