| Commit message (Expand) | Author | Age | Files | Lines |
* | * tests/interp.test: interp-20.50 test for Bug 2486550. | dgp | 2009-05-06 | 1 | -1/+9 |
|
|
* | * generic/tclInterp.c: Reverted the conversion of [interp] into an | dgp | 2009-02-02 | 1 | -15/+16 |
|
|
* | improved test fixes | dgp | 2009-01-30 | 1 | -13/+7 |
|
|
* | * generic/tclInterp.c: Convert the [interp] command into a | dgp | 2009-01-29 | 1 | -11/+16 |
|
|
* | * generic/tclCmdAH.c: nre-enabling [eval]; eval scripts are now | Miguel Sofer | 2008-09-01 | 1 | -17/+179 |
|
|
* | fix [2021443] inconsistant "wrong # args" messages | nijtmans | 2008-07-19 | 1 | -2/+2 |
|
|
* | more consistent wrong # arg messages: change all messages containing ?options... | nijtmans | 2008-07-13 | 1 | -3/+3 |
|
|
* | NRE implementation [Patch 2017110] | Miguel Sofer | 2008-07-13 | 1 | -6/+6 |
|
|
* | * changes: Updates for 8.6a1 release. | dgp | 2008-06-20 | 1 | -4/+29 |
|
|
* | TIP 285 Implementation | Joe Mistachkin | 2008-06-13 | 1 | -5/+5 |
|
|
* | Implementation of TIP #257. Incomplete due to missing Win build support. | dkf | 2008-05-31 | 1 | -7/+8 |
|
|
* | test added (did not fail previously, just to make sure it never does) | Miguel Sofer | 2008-03-02 | 1 | -1/+18 |
|
|
* | merge stable branch onto HEAD | dgp | 2007-12-13 | 1 | -1/+1 |
|
|
* | Forgot to adjust tests to take into account safeness of [unload] | dkf | 2007-12-08 | 1 | -3/+3 |
|
|
* | * doc/ParseCmd.3, doc/Tcl.n, doc/eval.n, doc/exec.n: | hobbs | 2006-11-03 | 1 | -2/+2 |
|
|
* | * generic/tclInterp.c (ApplyObjCmd): | Miguel Sofer | 2006-10-12 | 1 | -1/+88 |
|
|
* | * tests/*.test: updated all tests to refer explicitly to thetip_278_20061009 | Miguel Sofer | 2006-10-09 | 1 | -3/+3 |
|
|
* | Fix test suite bugs exposed by -singleproc 1 -debug 1 run. Each test | dgp | 2006-01-18 | 1 | -1/+3 |
|
|
* | Fix two bugs in limits, one a crash and the other a failed flag reset. | dkf | 2005-10-10 | 1 | -4/+60 |
|
|
* | Fix an odd [after]-and-limits problem. [Bug 1221395] | dkf | 2005-06-17 | 1 | -1/+18 |
|
|
* | Merged kennykb-numerics-branch back to the head; TIPs 132 and 232 | Kevin B Kenny | 2005-05-10 | 1 | -1/+1 |
|
|
* | Upgrade the capabilities of time limits by allowing them to fire in the midst | dkf | 2004-12-16 | 1 | -2/+23 |
|
|
* | * tests/interp.test (interp-36.*): [interp bgerror] tests. | dgp | 2004-11-18 | 1 | -1/+36 |
|
|
* | TIP #221 IMPLEMENTATION | dgp | 2004-11-13 | 1 | -5/+5 |
|
|
* | * doc/interp.n: | Miguel Sofer | 2004-09-14 | 1 | -5/+12 |
|
|
* | TIP #173 and #209 implementation - see ChangeLog for details | Kevin B Kenny | 2004-08-18 | 1 | -4/+4 |
|
|
* | TIP#207 IMPLEMENTATION | dgp | 2004-08-02 | 1 | -1/+14 |
|
|
* | Test name was thoroughly misleading | dkf | 2004-05-27 | 1 | -2/+2 |
|
|
* | * tests/autoMkindex.test (autoMkindex-5.2): Use variable "result" | dgp | 2004-05-25 | 1 | -1/+2 |
|
|
* | Delete limit callbacks properly when the interpreters involved are deleted. | dkf | 2004-05-20 | 1 | -1/+75 |
|
|
* | Added test based on suggestion by Miguel Sofer | dkf | 2004-05-19 | 1 | -1/+17 |
|
|
* | Enable a test of limiting tight loops. | dkf | 2004-05-19 | 1 | -6/+7 |
|
|
* | Spelling whoops! Moved constraint declaration to near top of file | dkf | 2004-05-19 | 1 | -2/+3 |
|
|
* | Massive test cleanup; all tests are run, and constraints are used where neces... | dkf | 2004-05-19 | 1 | -76/+72 |
|
|
* | Tests of limit-exceeded callbacks and make sure that those callbacks can remove | dkf | 2004-05-18 | 1 | -1/+52 |
|
|
* | Improved TIP#143 tests and now track the number of bytecoded commands better. | dkf | 2004-05-17 | 1 | -11/+17 |
|
|
* | Expanding the tests avilable for TIP#143 features. | dkf | 2004-05-14 | 1 | -1/+129 |
|
|
* | TIP#143 implementation; still needs docs and more tests... | dkf | 2004-05-13 | 1 | -148/+151 |
|
|
* | * generic/tclCompile.c: New instruction code INST_START_CMD | Miguel Sofer | 2004-03-30 | 1 | -2/+2 |
|
|
* | Removed support for Mac OS Classic platform [Patch 918142] | das | 2004-03-17 | 1 | -26/+2 |
|
|
* | * doc/ParseCmd.3: Implementation of TIP 157. Adds recognition | dgp | 2003-11-14 | 1 | -2/+2 |
|
|
* | Typo correction: knownbug -> knownBug | dgp | 2003-09-04 | 1 | -2/+2 |
|
|
* | * generic/tclBasic.c: | Miguel Sofer | 2003-06-10 | 1 | -1/+11 |
|
|
* | * generic/tclInterp.c: (AliasObjCmd): Added refCounting of the words | dgp | 2003-05-12 | 1 | -1/+10 |
|
|
* | Corrected error message for grammar and spelling. | dkf | 2003-05-05 | 1 | -4/+4 |
|
|
* | * generic/tclInterp.c (Tcl_InterpObjCmd): Corrected option | dgp | 2003-03-12 | 1 | -2/+5 |
|
|
* | * tests/interp.test: | mdejong | 2003-02-05 | 1 | -3/+3 |
|
|
* | * tests/interp.test: interp-14.4 | hobbs | 2002-11-23 | 1 | -1/+7 |
|
|
* | bugfix, new tests for new [interp alias] code | Miguel Sofer | 2002-07-29 | 1 | -2/+26 |
|
|
* | Fix for [Bug 582522] - aliases now fire execution traces on the target | Miguel Sofer | 2002-07-29 | 1 | -8/+8 |
|
|