Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | remove NRE.test & add new test files to Tcl.xcodeproj | das | 2008-08-03 | 1 | -0/+0 |
| | |||||
* | * tests/NRE.test: made empty, waiting for removal until das does | Miguel Sofer | 2008-08-02 | 1 | -476/+0 |
| | | | | | | | | 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. | ||||
* | * tests/NRE.test: replaced all deep-recursing tests by shallower | Miguel Sofer | 2008-08-01 | 1 | -246/+122 |
| | | | | | tests that actually measure the C-stack depth. This makes them bearable again (even under memdebug) and avoid crashing on failure. | ||||
* | * generic/tclBasic.c: NR-enabling [catch] | Miguel Sofer | 2008-07-31 | 1 | -1/+18 |
| | | | | | | * generic/tclCmdAH.c: * generic/tclInt.h: * tests/NRE.test: | ||||
* | restricting usage and avoiding panics in [tailcall] | Miguel Sofer | 2008-07-31 | 1 | -88/+7 |
| | |||||
* | * generic/tclBasic.c: Improved tailcalls and tests. | Miguel Sofer | 2008-07-31 | 1 | -50/+64 |
| | | | | | | | * generic/tclCompile.h: * generic/tclExecute.c: * generic/tclTest.c: * tests/NRE.test: | ||||
* | * tests/NRE.test: new tests that went MIA in the NRE revamping | Miguel Sofer | 2008-07-29 | 1 | -3/+223 |
| | |||||
* | * generic/tclBasic.c: NRE: enabled calling NR commands | Miguel Sofer | 2008-07-21 | 1 | -12/+23 |
| | | | | | | | | * generic/tclExecute.c: from the callbacks. Completely * generic/tclInt.h: redone tailcall implementation * generic/tclNRE.h: using the new feature. * generic/tclProc.c: * tests/NRE.test: | ||||
* | add cleanup to fix subsequent test failures with -singleproc 1 | das | 2008-07-20 | 1 | -14/+36 |
| | |||||
* | * tests/NRE.test: Added basic tests for deep TclOO calls | Miguel Sofer | 2008-07-18 | 1 | -1/+89 |
| | |||||
* | * tests/NRE.test: better constraint for testing the | Miguel Sofer | 2008-07-16 | 1 | -5/+6 |
| | | | | | * tests/stack.test: existence of teststacklimit, to insure that the testsuite runs under tclsh. | ||||
* | added new files generic/tclNRE.h and tests/NRE.test | Miguel Sofer | 2008-07-13 | 1 | -0/+308 |