| Commit message (Expand) | Author | Age | Files | Lines |
* | Now that we're no longer using SCM based on RCS, the RCS Keyword lines cause | dgp | 2011-03-02 | 1 | -1/+1 |
|\ |
|
| * | Now that we're no longer using SCM based on RCS, the RCS Keyword lines cause | dgp | 2011-03-01 | 1 | -2/+0 |
|
|
| * | * tests/info.test: Resolve ambiguous resolution of variable | andreas_kupries | 2009-11-09 | 1 | -2/+2 |
|
|
| * | * generic/tclBasic.c (Tcl_CreateInterp, Tcl_EvalTokensStandard, | andreas_kupries | 2009-08-25 | 1 | -12/+251 |
|
|
| * | * generic/tclBasic.c (DeleteInterpProc,TclArgumentBCEnter, | andreas_kupries | 2009-07-14 | 1 | -1/+19 |
|
|
| * | * generic/tclBasic.c: Added missing release of extended command | andreas_kupries | 2008-07-28 | 1 | -82/+102 |
|
|
| * | * tests/info.test: Add !singleTestInterp constraint to various tests; | das | 2008-07-25 | 1 | -27/+27 |
|
|
| * | * tests/info.test: Tests 38.* added, exactly testing the tracking | andreas_kupries | 2008-07-24 | 1 | -1/+86 |
|
|
| * | Contrain the new test to run only when tip280 is active. | andreas_kupries | 2008-07-23 | 1 | -2/+2 |
|
|
| * | * generic/tclBasic.c: Modified TclArgumentGet to reject pure lists | andreas_kupries | 2008-07-23 | 1 | -12/+38 |
|
|
| * | * generic/tclCmdIL.c (InfoFrameCmd): Backport of fix made on the | andreas_kupries | 2008-06-16 | 1 | -15/+15 |
|
|
| * | * generic/tclBasic.c: TIP #280 implementation, conditional on the define TCL... | andreas_kupries | 2006-11-28 | 1 | -5/+416 |
|
|
| * | Take care with globals that have an entry in the var table but "don't exist" | dkf | 2005-07-29 | 1 | -2/+15 |
|
|
| * | * generic/tclCmdIL.c (InfoVarsCmd): Corrected segfault in new | dgp | 2004-11-24 | 1 | -1/+9 |
|
|
| * | Make [info globals ::foo] work. [Bug 1057461] | dkf | 2004-10-31 | 1 | -1/+5 |
|
|
| * | Removed test number dups [Bugs 710322, 710327, 710349, 710363] | dkf | 2003-03-27 | 1 | -5/+5 |
|
|
* | | * doc/interp.n: [3081184] TIP #378. | andreas_kupries | 2010-11-15 | 1 | -34/+109 |
|
|
* | | * tests/info.test (info-39.1, test_info_frame): Changed absolute | andreas_kupries | 2010-08-03 | 1 | -3/+3 |
|
|
* | | * generic/tclCompile.c: [Bug 2933089]: A literal sharing problem with | andreas_kupries | 2010-02-02 | 1 | -1/+41 |
|
|
* | | * generic/tclBasic.c (TclEvalObjEx): Plug memory leak in | dgp | 2009-11-09 | 1 | -2/+2 |
|
|
* | | * generic/tclBasic.c (Tcl_CreateInterp, Tcl_EvalTokensStandard, | andreas_kupries | 2009-08-25 | 1 | -10/+283 |
|
|
* | | * generic/tclBasic.c (DeleteInterpProc,TclArgumentBCEnter, | andreas_kupries | 2009-07-14 | 1 | -1/+19 |
|
|
* | | backport more reliable testscore_8_5_5 | dgp | 2008-10-14 | 1 | -20/+20 |
|
|
* | | * tests/info.test (info-37.0): Add !singleTestInterp constraint; | das | 2008-07-25 | 1 | -21/+21 |
|
|
* | | * tests/info.test: Tests 38.* added, exactly testing the tracking | andreas_kupries | 2008-07-25 | 1 | -13/+98 |
|
|
* | | * tests/info.test: Reordered the tests to have monotonously | andreas_kupries | 2008-07-23 | 1 | -151/+151 |
|
|
* | | Rename new test to avoid duplicate test name. | andreas_kupries | 2008-07-23 | 1 | -2/+2 |
|
|
* | | * generic/tclBasic.c: Modified TclArgumentGet to reject pure lists | andreas_kupries | 2008-07-23 | 1 | -1/+27 |
|
|
* | | * generic/tclCmdIL.c (TclInfoFrame): Backport of fix made on the | andreas_kupries | 2008-06-16 | 1 | -8/+8 |
|
|
* | | merge stable branch onto HEAD | dgp | 2007-12-13 | 1 | -1/+1 |
|
|
* | | * library/tcltest/tcltest.tcl: Accept underscores and colons in | dgp | 2007-09-11 | 1 | -3/+3 |
|
|
* | | Convert [info] into an ensemble command. | dkf | 2007-06-12 | 1 | -226/+227 |
|
|
* | | * unix/configure: autoconf-2.59 (FC6 fork) | dgp | 2007-05-18 | 1 | -17/+17 |
|
|
* | | * tests/info.test: add !singleTestInterp constraint to tests that fail | das | 2006-12-17 | 1 | -16/+16 |
|
|
* | | adjust tcltest.tcl line numbers in info-22.8 & info-23.6 that changed by last... | das | 2006-12-10 | 1 | -3/+3 |
|
|
* | | TIP#299 IMPLEMENTATION | Kevin B Kenny | 2006-12-01 | 1 | -2/+2 |
|
|
* | | * generic/tclBasic.c: TIP #280 implementation. | andreas_kupries | 2006-11-28 | 1 | -5/+630 |
|
|
* | | Fix [Bug 1587618], eliminating the callObjc and callObjv fields from the Interp | dkf | 2006-10-31 | 1 | -5/+3 |
|
|
* | | * tests/info.test (info-9.11-12): tests for [Bug 1577492] | Miguel Sofer | 2006-10-24 | 1 | -1/+20 |
|
|
* | | Undo mistaken commit to wrong branch caused by CVS fumble... :-} | dkf | 2006-10-20 | 1 | -9/+5 |
|
|
* | | Consolidated TIP#257 patch applied to HEAD to allow for experimentation by | dkf | 2006-10-20 | 1 | -5/+9 |
|
|
* | | * tests/compExpr-old.test: Updated testmathfunctions constraint | dgp | 2006-04-06 | 1 | -2/+2 |
|
|
* | | TIP#237 introduced a new function, entier, so add it to the list of functions. | dkf | 2005-10-10 | 1 | -5/+4 |
|
|
* | | implementation for TIP #255, expr min/max | hobbs | 2005-09-29 | 1 | -3/+3 |
|
|
* | | Take care with globals that have an entry in the var table but "don't exist" | dkf | 2005-07-29 | 1 | -2/+15 |
|
|
* | | TIP#229 implementation | dkf | 2005-05-30 | 1 | -1/+2 |
|
|
* | | TIP#182 IMPLEMENTATION [Patch 1165062] | dgp | 2005-05-25 | 1 | -3/+3 |
|
|
* | | * generic/tclCmdIL.c (InfoVarsCmd): Corrected segfault in new | dgp | 2004-11-24 | 1 | -1/+9 |
|
|
* | | Make [info globals ::foo] work. [Bug 1057461] | dkf | 2004-10-31 | 1 | -1/+5 |
|
|
* | | Massive test cleanup; all tests are run, and constraints are used where neces... | dkf | 2004-05-19 | 1 | -4/+2 |
|
|