Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | add a test to insure that callbacks run at the correct C-stack depth while ↵ | Miguel Sofer | 2016-01-23 | 1 | -0/+4 |
| | | | | unwinding the NRE stack. | ||||
* | [d87cb18205] Let compiled ensembles handle tailcalls properly. | dgp | 2015-03-21 | 1 | -0/+21 |
| | |||||
* | All tests pass except one; not sure what's wrong there. | dkf | 2013-01-02 | 1 | -24/+2 |
| | |||||
* | No longer build tcltest.exe to run the tests,but use tclsh86.exe in ↵ | jan.nijtmans | 2012-07-29 | 1 | -0/+3 |
| | | | | combination with tcltest86.dll to do that (Windows only) | ||||
* | Fix remaining broken tests (test failures appear non-serious) | dkf | 2011-03-10 | 1 | -2/+2 |
| | |||||
* | Fix most of the failing tests (some of which were due to breakage done to the | dkf | 2011-03-10 | 1 | -12/+18 |
| | | | parser used in auto_mkIndex; never a good idea to delete the ::tcl NS!) | ||||
* | Renamed BottomData to TEBCdata, so that the name refers to what it is rather ↵ | Miguel Sofer | 2011-03-05 | 1 | -1/+1 |
| | | | | than to its storage location. | ||||
* | Now that we're no longer using SCM based on RCS, the RCS Keyword lines | dgp | 2011-03-02 | 1 | -2/+0 |
| | | | cause more harm than good. Purged them (except in zlib files). | ||||
* | * generic/tclCompile.h: NRE-enable direct eval on BC spoilage | Miguel Sofer | 2010-01-21 | 1 | -1/+23 |
| | | | | | * generic/tclExecute.c: [Bug 2910748] * tests/nre.test: | ||||
* | Made namespace scope corrections to some of the testing machinery | dgp | 2009-06-25 | 1 | -22/+7 |
| | | | | surrounding [testnrelevels]. Fixes up some -singleproc 1 failures. | ||||
* | * tests/nre.test: [foreach] has been NR-enabled for a while, the | Miguel Sofer | 2009-03-21 | 1 | -2/+2 |
| | | | | test was marked 'knownBug': unmark it. | ||||
* | * generic/tclExecute.c: proper fix for [Bug 2415422]. Reenabled | Miguel Sofer | 2009-03-21 | 1 | -1/+18 |
| | | | | | | * tests/nre.test: the failing assertion that was disabled on 2008-12-18: the assertion is correct, the fault was in the management of expansions. | ||||
* | * generic/tclInterp.c: Reverted the conversion of [interp] into an | dgp | 2009-02-02 | 1 | -3/+5 |
| | | | | | | | | * tests/interp.test: ensemble. Such conversion is not necessary * tests/nre.test: (or even all that helpful) in the NRE-enabling of [interp invokehidden], and it has other implications -- including significant forkage of the 8.5 and 8.6 implementations -- that are better off avoided if there's no gain. | ||||
* | * generic/tclInterp.c: Convert the [interp] command into a | dgp | 2009-01-29 | 1 | -5/+3 |
| | | | | | | * tests/interp.test: [namespace ensemble]. Work in progress * tests/nre.test: to NRE-enable the [interp invokehidden] subcommand. | ||||
* | * tests/nre.test: add missing constraints; enable test of foreach | Miguel Sofer | 2008-09-10 | 1 | -3/+46 |
| | | | | | | | | | recursion. * generic/tclBasic.c: * generic/tclCompile.h: * generic/tclExecute.c (INST_EVAL_STK): fix for [Bug 2102930], wrong numLevels when evaling a canonical list. | ||||
* | * generic/tclCmdAH.c: nre-enabling [eval]; eval scripts are now | Miguel Sofer | 2008-09-01 | 1 | -1/+21 |
| | | | | | | | * generic/tclOOBasic.c: bytecompiled. Adapted recursion limit tests * tests/interp.test: that were relying on eval not being * tests/nre.test: compiled. Part of the [Bug 2017632] project. * tests/unsupported.test: | ||||
* | speling ficks | dgp | 2008-08-22 | 1 | -2/+2 |
| | |||||
* | * tests/nre.test: added test for large {*}-expansion effects | Miguel Sofer | 2008-08-13 | 1 | -1/+17 |
| | |||||
* | * tests/nre.test: added tests for [if], [while] and [for]. A test | Miguel Sofer | 2008-08-04 | 1 | -2/+45 |
| | | | | | for [foreach] has been added and marked as knownbug, awaiting for it to be NR-enabled. | ||||
* | * tests/NRE.test: made empty, waiting for removal until das does | Miguel Sofer | 2008-08-02 | 1 | -0/+295 |
his thing in macosx/Tcl.xcodeproj/project.pbxproj * tests/nre.test: migrated tests to standard locations, * tests/unsupported.test: separating core functionality from the experimental commands. These are new files. |