| Commit message (Expand) | Author | Age | Files | Lines |
* | Add test for memleak | dgp | 2016-03-01 | 1 | -0/+28 |
|
|
* | merge trunk | dgp | 2015-07-17 | 1 | -1/+17 |
|\ |
|
| * | Resolve test conflicts over global vars | dgp | 2014-10-10 | 1 | -2/+7 |
|
|
| * | test casesbug_bc1a96407a | dgp | 2014-10-03 | 1 | -0/+11 |
|
|
| * | [2486824] Improve error message; not all that upvars is an upvar. | dkf | 2014-09-10 | 1 | -1/+1 |
| |\ |
|
| | * | [2486824] Improve error message; not all that upvars is an upvar. | dkf | 2014-09-10 | 1 | -1/+1 |
|
|
* | | | [a3309d01db] Test the demonstrates leak in branch off checkin that starts it. | dgp | 2015-07-17 | 1 | -0/+28 |
|/ / |
|
* | | [3970f54c4e]: Corrected regression in argument order processing in [unset]. | dkf | 2013-09-19 | 1 | -0/+3 |
|
|
* | | Line numbers wrong in compiled [unset]. | dgp | 2013-09-19 | 1 | -0/+13 |
|
|
* | | [3603163]: Prevent odd crashes in 'eval {array set ...}' | dkf | 2013-02-04 | 1 | -0/+69 |
|
|
* | | No longer build tcltest.exe to run the tests,but use tclsh86.exe in combinati... | jan.nijtmans | 2012-07-29 | 1 | -0/+3 |
|
|
* | | Now that we're no longer using SCM based on RCS, the RCS Keyword lines | dgp | 2011-03-02 | 1 | -3/+0 |
|\ \
| |/ |
|
| * | Now that we're no longer using SCM based on RCS, the RCS Keyword lines cause | dgp | 2011-03-02 | 1 | -3/+0 |
| |\ |
|
| | * | Now that we're no longer using SCM based on RCS, the RCS Keyword lines cause | dgp | 2011-03-01 | 1 | -3/+0 |
|
|
| | * | * generic/tclVar.c (TclArraySet): Re-fetch pointers for the list | dgp | 2007-03-13 | 1 | -1/+13 |
|
|
| | * | * generic/tclNamespace.c (TclTeardownNamespace): Tcl_Obj-ified | dgp | 2004-09-30 | 1 | -1/+8 |
|
|
| | * | * generic/tclVar.c (TclObjLookupVar): [Bug 735335] temporary fix, | Miguel Sofer | 2003-05-12 | 1 | -1/+15 |
|
|
| | * | * generic/tclVar.c: | Miguel Sofer | 2003-03-24 | 1 | -1/+11 |
|
|
| * | | * tests/var.test (var-19.1): [Bug 3037525]: Added test | andreas_kupries | 2010-08-03 | 1 | -1/+8 |
|
|
| * | | Fix [Bug 2939073]: dangling ref when an unset trace triggered by [array unset] | dkf | 2010-02-02 | 1 | -5/+29 |
|
|
* | | | Clean up of tests and conversion to tcltest 2. Target has been to get init and | dkf | 2011-01-01 | 1 | -4/+4 |
|
|
* | | | * tests/fCmd.test, tests/safe.test, tests/uplevel.test, | dkf | 2010-12-07 | 1 | -177/+201 |
|
|
* | | | * tests/var.test (var-19.1): [Bug 3037525]: Added test | andreas_kupries | 2010-08-03 | 1 | -1/+8 |
|
|
* | | | Fix [Bug 2939073]: dangling ref when an unset trace triggered by [array unset] | dkf | 2010-02-02 | 1 | -5/+29 |
|
|
* | | | TIP #323 IMPLEMENTATION (partial) | dgp | 2008-09-25 | 1 | -7/+7 |
|
|
* | | | TIP #323 IMPLEMENTATION (partial) | dgp | 2008-09-25 | 1 | -1/+10 |
|
|
* | | | more consistent wrong # arg messages: change all messages containing ?options... | nijtmans | 2008-07-13 | 1 | -3/+3 |
|/ / |
|
* | | * generic/tclVar.c (TclDeleteNamespaceVars): | Miguel Sofer | 2008-03-11 | 1 | -1/+17 |
|
|
* | | merge stable branch onto HEAD | dgp | 2007-12-13 | 1 | -1/+1 |
|
|
* | | * generic/tclVar.c (Tcl_ArrayObjCmd): handle the right data for | hobbs | 2007-11-23 | 1 | -1/+5 |
|
|
* | | * generic/tclVar.c (TclArraySet): Make efficient private copy of | dgp | 2007-03-12 | 1 | -1/+13 |
|
|
* | | * tests/*.test: updated all tests to refer explicitly to thetip_278_20061009 | Miguel Sofer | 2006-10-09 | 1 | -4/+4 |
|
|
* | | * generic/tclBasic.c (Tcl_AddObjErrorInfo): More re-organization | dgp | 2004-09-30 | 1 | -1/+8 |
|
|
* | | Silly error | dkf | 2004-05-19 | 1 | -2/+2 |
|
|
* | | Massive test cleanup; all tests are run, and constraints are used where neces... | dkf | 2004-05-19 | 1 | -60/+55 |
|
|
* | | * doc/global.n: | Miguel Sofer | 2004-04-28 | 1 | -1/+6 |
|
|
* | | * generic/tclVar.c (TclObjLookupVar): [Bug 735335] temporary fix, | Miguel Sofer | 2003-05-12 | 1 | -1/+16 |
|
|
* | | * generic/tclVar.c: | Miguel Sofer | 2003-03-24 | 1 | -1/+11 |
|/ |
|
* | * generic/tclVar.c: Fixed code that check for proper # of args to | dgp | 2002-10-17 | 1 | -2/+6 |
|
|
* | * generic/tclVar.c: refactorisation to reuse already looked-up Var | Miguel Sofer | 2002-07-15 | 1 | -2/+2 |
|
|
* | * tests/var.test: | dgp | 2001-11-09 | 1 | -1/+11 |
|
|
* | * tests/var.test: | hobbs | 2001-07-04 | 1 | -1/+9 |
|
|
* | Added test for bug 119192 to test suite. | dkf | 2000-11-17 | 1 | -1/+4 |
|
|
* | * tests/*.test: Changed all occurances of "namespace import | ericm | 2000-04-10 | 1 | -2/+2 |
|
|
* | * tests/foreach.test: | hobbs | 2000-04-04 | 1 | -16/+16 |
|
|
* | * var.test: Added tests for corrected variable behavior (bug #981). | ericm | 2000-01-21 | 1 | -1/+15 |
|
|
* | added catch {unset t} for atomic test | hobbs | 2000-01-21 | 1 | -13/+2 |
|
|
* | * tests/var.test: Added a test for the array multiple delete | ericm | 2000-01-15 | 1 | -1/+14 |
|
|
* | * tests/info.test: | hobbs | 1999-12-12 | 1 | -1/+16 |
|
|
* | 1999-09-16 Jeff Hobbs <hobbs@scriptics.com> | hobbs | 1999-09-21 | 1 | -1/+19 |
|
|