summaryrefslogtreecommitdiffstats
path: root/tests/safe.test
Commit message (Collapse)AuthorAgeFilesLines
* -nothrow -> -nocomplainjan.nijtmans2022-03-051-4/+4
|
* Merge 8.7. Remove -stoponerror optionjan.nijtmans2021-10-181-4/+4
|\
* \ Merge 8.7. More parse improvement, WIPjan.nijtmans2021-05-071-4/+4
|\ \ | |/
* | Make ?-stoponerror|-nothrow? argument first in stead of last for encoding ↵jan.nijtmans2021-05-061-4/+4
| | | | | | | | convertto/convertfrom
* | Merge tip-597jan.nijtmans2021-04-131-0/+2
|\ \ | |/
| * Merge 8.6. More missing ::tcltest::loadTestedCommandsjan.nijtmans2021-04-131-0/+2
| |\
* | \ Merge tip-597jan.nijtmans2021-04-131-1/+1
|\ \ \ | |/ /
| * | TIP #595 (for Tcl 8.7) part 1: just rename Tcl_StaticPackage to ↵jan.nijtmans2021-04-071-1/+1
| | | | | | | | | | | | Tcl_StaticLibrary, Tcl_PackageInitProc to Tcl_LibraryInitProc and Tcl_PackageUnloadProc to Tcl_LibraryUnloadProc. Adapt documentation, mentioning that the old names are now deprecated.
* | | Add experimental "-nothrow" option to encoding convertfrom|convertto. If ↵jan.nijtmans2021-04-011-4/+4
| | | | | | | | | | | | compiled with -DTCL_NO_DEPRECATED (meant for Tcl 9.0), -stoponerror is the default for all IO
* | | More WIP: Add -stoponerror flag to "encoding convertfrom/converto"jan.nijtmans2021-03-261-4/+4
|/ /
* | Merge 8.6jan.nijtmans2021-03-191-16/+16
|\ \ | |/
* | Merge 8.6jan.nijtmans2020-12-231-0/+3
|\ \ | |/
| * (cherry-pick): Repair flaws exposed by debugging test run.jan.nijtmans2020-12-231-0/+3
| |
* | TIP 590: Recommend lowercase Package Namesjan.nijtmans2020-12-041-8/+8
|\ \
| * | Case-sensitive package namesjan.nijtmans2020-11-031-8/+8
| | |
* | | More ©-sign consolidationjan.nijtmans2020-11-231-1/+1
| | |
* | | Now that all Tcl source files are UTF-8 by default, we can use the ©-sign ↵jan.nijtmans2020-11-231-2/+2
|/ / | | | | | | whenever reasonable.
* | Merge 8.6jan.nijtmans2020-10-151-2/+2
|\ \ | |/
| * Something strange going on on Travis with (long-gone) safe-stock86.testjan.nijtmans2020-10-151-2/+2
| |
| * TIP #581: Last possible master/slave -> parent/child changes, without ↵jan.nijtmans2020-09-051-1/+1
| | | | | | | | affecting anything serious
* | Merge 8.6jan.nijtmans2020-09-041-3/+1
|\ \ | |/
| * Let all test-cases load the "tcltest" package the same way. Depend on ↵jan.nijtmans2020-09-041-4/+2
| | | | | | | | tcltest 2.5, since we never test with earlier tcltest versions
* | Merge 8.6jan.nijtmans2020-09-011-12/+12
|\ \ | |/
* | Merge 8.6. More tests/tools updates.jan.nijtmans2020-08-311-12/+12
|\ \ | |/
| * opt package: Change comment. 0.4.7 -> 0.4.8.jan.nijtmans2020-08-311-15/+15
| | | | | | More Master -> Parent and Slave -> Child changes in (internal) library and test-cases
* | Merge 8.6. More documentation updatesjan.nijtmans2020-08-311-3/+3
|\ \ | |/
* | Merge safe-bugfixes-8-6kjnash2020-08-281-4/+4
|\ \ | |/
| * Update safe.test for new error message.kjnash2020-08-281-4/+4
| |
| * Whitespace changes only.kjnash2020-07-221-7/+5
| |
* | Whitespace and comment changes only.kjnash2020-07-221-5/+4
| |
* | Merge safe-bugfixes-8-6kjnash2020-07-211-0/+23
|\ \ | |/
| * In ::safe::interpFindInAccessPath, ::safe::interpAddToAccessPath, add a ↵kjnash2020-07-211-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 ↵kjnash2020-07-211-0/+17
| | | | | | | | and revise safe(n). Fixes bug [693851].
| * File tests/safe.test - rearrange tests - move tests of command/package ↵kjnash2020-07-201-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 ↵kjnash2020-07-201-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-6kjnash2020-07-181-17/+608
|\ \ | |/
| * Add explanatory comments to safe::AliasGlobkjnash2020-07-181-0/+49
| |
| * Tidying tests/safe.testkjnash2020-07-181-58/+70
| |
| * Merge 8.6kjnash2020-07-161-0/+1
| |\
* | | Fix error in merging safe.test with safe-bugfixes-8-6 commit d065e8c73dkjnash2020-07-161-2/+2
| | |
* | | Amend tests safe-7.[124]z so they look for packages in the mounted zipfilekjnash2020-07-161-5/+5
| | |
* | | Bugfix tests/safe.test (as in safe-bugfixes-8-6). Harden tests safe-9.20z ↵kjnash2020-07-161-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 spaceskjnash2020-07-161-17/+17
| | |
* | | Merge safe-bugfixes-8-6kjnash2020-07-161-161/+199
|\ \ \ | |/ /
| * | Bugfix tests/safe.test. Harden tests safe-9.20 to safe-9.24 against ↵kjnash2020-07-151-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; ↵kjnash2020-07-151-4/+30
| | | | | | | | | | | | pass new test safe-13.7a
| * | Bugfix in library/safe.tcl - when deleting a safe interpreter, delete its ↵kjnash2020-07-151-2/+10
| | | | | | | | | | | | sub-interpreters cleanly; pass revised test safe-7.3
* | | Merge 8.7kjnash2020-07-161-1/+1
|\ \ \
| * | | More of the same (see previous commit)jan.nijtmans2020-07-161-1/+1
| | | |
* | | | Remove diagnostic putskjnash2020-07-141-3/+1
| | | |