Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge 8.6 | jan.nijtmans | 2020-10-15 | 1 | -2/+2 |
|\ | |||||
| * | Something strange going on on Travis with (long-gone) safe-stock86.test | jan.nijtmans | 2020-10-15 | 1 | -2/+2 |
| | | |||||
| * | TIP #581: Last possible master/slave -> parent/child changes, without ↵ | jan.nijtmans | 2020-09-05 | 1 | -1/+1 |
| | | | | | | | | affecting anything serious | ||||
* | | Merge 8.6 | jan.nijtmans | 2020-09-04 | 1 | -3/+1 |
|\ \ | |/ | |||||
| * | Let all test-cases load the "tcltest" package the same way. Depend on ↵ | jan.nijtmans | 2020-09-04 | 1 | -4/+2 |
| | | | | | | | | tcltest 2.5, since we never test with earlier tcltest versions | ||||
* | | Merge 8.6 | jan.nijtmans | 2020-09-01 | 1 | -12/+12 |
|\ \ | |/ | |||||
* | | Merge 8.6. More tests/tools updates. | jan.nijtmans | 2020-08-31 | 1 | -12/+12 |
|\ \ | |/ | |||||
| * | opt package: Change comment. 0.4.7 -> 0.4.8. | jan.nijtmans | 2020-08-31 | 1 | -15/+15 |
| | | | | | | More Master -> Parent and Slave -> Child changes in (internal) library and test-cases | ||||
* | | Merge 8.6. More documentation updates | jan.nijtmans | 2020-08-31 | 1 | -3/+3 |
|\ \ | |/ | |||||
* | | Merge safe-bugfixes-8-6 | kjnash | 2020-08-28 | 1 | -4/+4 |
|\ \ | |/ | |||||
| * | Update safe.test for new error message. | kjnash | 2020-08-28 | 1 | -4/+4 |
| | | |||||
| * | Whitespace changes only. | kjnash | 2020-07-22 | 1 | -7/+5 |
| | | |||||
* | | Whitespace and comment changes only. | kjnash | 2020-07-22 | 1 | -5/+4 |
| | | |||||
* | | Merge safe-bugfixes-8-6 | kjnash | 2020-07-21 | 1 | -0/+23 |
|\ \ | |/ | |||||
| * | In ::safe::interpFindInAccessPath, ::safe::interpAddToAccessPath, add a ↵ | kjnash | 2020-07-21 | 1 | -0/+6 |
| | | | | | | | | check that the interpreter belongs to the Safe Base. Add comments on why this is not done for ::safe::interpDelete. | ||||
| * | Adapt Safe Base for interpreter names with namespace separators. Add a test ↵ | kjnash | 2020-07-21 | 1 | -0/+17 |
| | | | | | | | | and revise safe(n). Fixes bug [693851]. | ||||
| * | File tests/safe.test - rearrange tests - move tests of command/package ↵ | kjnash | 2020-07-20 | 1 | -95/+77 |
| | | | | | | | | loading that use Tcl files to new file tests/safe-stock86.test; renumber tests 9.8+ and add test 9.8 to replace old 5.1; move tests 7.0* to 5.*. | ||||
* | | File tests/safe.test - rearrange tests - move tests of command/package ↵ | kjnash | 2020-07-20 | 1 | -1406/+77 |
| | | | | | | | | loading that use Tcl files to new file tests/safe-stock87.test; move tests of zipfs compatibility to new file tests/safe-zipfs.test; renumber tests 9.8+ and add test 9.8 to replace old 5.1; move tests 7.0* to 5.*; reverse merge error (duplicate code). | ||||
* | | Merge safe-bugfixes-8-6 | kjnash | 2020-07-18 | 1 | -17/+608 |
|\ \ | |/ | |||||
| * | Add explanatory comments to safe::AliasGlob | kjnash | 2020-07-18 | 1 | -0/+49 |
| | | |||||
| * | Tidying tests/safe.test | kjnash | 2020-07-18 | 1 | -58/+70 |
| | | |||||
| * | Merge 8.6 | kjnash | 2020-07-16 | 1 | -0/+1 |
| |\ | |||||
* | | | Fix error in merging safe.test with safe-bugfixes-8-6 commit d065e8c73d | kjnash | 2020-07-16 | 1 | -2/+2 |
| | | | |||||
* | | | Amend tests safe-7.[124]z so they look for packages in the mounted zipfile | kjnash | 2020-07-16 | 1 | -5/+5 |
| | | | |||||
* | | | Bugfix tests/safe.test (as in safe-bugfixes-8-6). Harden tests safe-9.20z ↵ | kjnash | 2020-07-16 | 1 | -177/+145 |
| | | | | | | | | | | | | to safe-9.24z against indeterminate order of glob matches. Audit use of glob and tcl::tm in modified tests for cases with multiple matches. Simplify test comparison patterns. | ||||
* | | | Remove diagnostic spaces | kjnash | 2020-07-16 | 1 | -17/+17 |
| | | | |||||
* | | | Merge safe-bugfixes-8-6 | kjnash | 2020-07-16 | 1 | -161/+199 |
|\ \ \ | |/ / | |||||
| * | | Bugfix tests/safe.test. Harden tests safe-9.20 to safe-9.24 against ↵ | kjnash | 2020-07-15 | 1 | -156/+151 |
| | | | | | | | | | | | | indeterminate order of glob matches. Audit use of glob and tcl::tm in modified tests for cases with multiple matches. Simplify test comparison patterns. | ||||
| * | | Bugfix in library/safe.tcl - AliasGlob passes -join to glob inappropriately; ↵ | kjnash | 2020-07-15 | 1 | -4/+30 |
| | | | | | | | | | | | | pass new test safe-13.7a | ||||
| * | | Bugfix in library/safe.tcl - when deleting a safe interpreter, delete its ↵ | kjnash | 2020-07-15 | 1 | -2/+10 |
| | | | | | | | | | | | | sub-interpreters cleanly; pass revised test safe-7.3 | ||||
* | | | Merge 8.7 | kjnash | 2020-07-16 | 1 | -1/+1 |
|\ \ \ | |||||
| * | | | More of the same (see previous commit) | jan.nijtmans | 2020-07-16 | 1 | -1/+1 |
| | | | | |||||
* | | | | Remove diagnostic puts | kjnash | 2020-07-14 | 1 | -3/+1 |
| | | | | |||||
* | | | | safe.test - add zipfile and tests of loading files from zipfs | kjnash | 2020-07-13 | 1 | -4/+676 |
| | | | | |||||
* | | | | safe.test - use opt instead of http for tests with stock packages; tests ↵ | kjnash | 2020-07-13 | 1 | -18/+151 |
| | | | | | | | | | | | | | | | | work whether and how opt is installed; add tests 9.10opt, 9.12opt | ||||
* | | | | Merge 8.6 | kjnash | 2020-07-13 | 1 | -2/+70 |
|\ \ \ \ | | |/ / | |/| | | |||||
| * | | | Comments only. | kjnash | 2020-07-13 | 1 | -1/+0 |
| | | | | |||||
| * | | | Add tests to tests/safe.test | kjnash | 2020-07-13 | 1 | -2/+71 |
| | | | | |||||
* | | | | Merge 8.6 | kjnash | 2020-07-13 | 1 | -0/+667 |
|\ \ \ \ | |/ / / | | / / | |/ / |/| | | |||||
| * | | Add new tests to tests/safe.test. | kjnash | 2020-07-13 | 1 | -0/+544 |
| | | | |||||
| * | | Add example files for use in tests/safe.test; add tests of the files themselves. | kjnash | 2020-07-13 | 1 | -0/+123 |
| |/ | |||||
* | | Centralise the de-fanging of standard ensembles in safe interpreters. Doing ↵ | dkf | 2018-10-07 | 1 | -8/+4 |
| | | | | | | | | it right once is easier than repeating hacks... | ||||
* | | merge 8.6 | dgp | 2018-06-12 | 1 | -8/+4 |
|\ \ | |/ | |||||
| * | merge 8.5 | dgp | 2018-06-12 | 1 | -8/+4 |
| |\ | |||||
| | * | [860a9f1945] Remove test safe-8.8; Mac OS 9 tests are no longer useful. | dgp | 2018-06-12 | 1 | -8/+4 |
| | | | |||||
* | | | merge core-8-6-branch | jan.nijtmans | 2018-01-04 | 1 | -4/+4 |
|\ \ \ | |/ / | |||||
| * | | (cherry-pick): Use http 2 instead of http 1 for Safe Base testing. | jan.nijtmans | 2018-01-04 | 1 | -4/+4 |
| |\ \ | | |/ | |||||
| | * | (cherry-pick): Use http 2 instead of http 1 for Safe Base testing. | jan.nijtmans | 2018-01-04 | 1 | -4/+4 |
| | | | |||||
| | * | Implement TIP #440: Add engine to tcl_platform Array | jan.nijtmans | 2016-01-29 | 1 | -1/+1 |
| | | | |||||
| * | | Test-cases which require Tcl 8.5 (or 8.6) should continue to work unmodified ↵ | jan.nijtmans | 2017-01-17 | 1 | -1/+1 |
| | | | | | | | | | | | | in Tcl 9.0. The "novem" branch will show whether this continues to work. |