Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | -nothrow -> -nocomplain | jan.nijtmans | 2022-03-05 | 1 | -4/+4 |
| | |||||
* | Merge 8.7. Remove -stoponerror option | jan.nijtmans | 2021-10-18 | 1 | -4/+4 |
|\ | |||||
* \ | Merge 8.7. More parse improvement, WIP | jan.nijtmans | 2021-05-07 | 1 | -4/+4 |
|\ \ | |/ | |||||
* | | Make ?-stoponerror|-nothrow? argument first in stead of last for encoding ↵ | jan.nijtmans | 2021-05-06 | 1 | -4/+4 |
| | | | | | | | | convertto/convertfrom | ||||
* | | Merge tip-597 | jan.nijtmans | 2021-04-13 | 1 | -0/+2 |
|\ \ | |/ | |||||
| * | Merge 8.6. More missing ::tcltest::loadTestedCommands | jan.nijtmans | 2021-04-13 | 1 | -0/+2 |
| |\ | |||||
* | \ | Merge tip-597 | jan.nijtmans | 2021-04-13 | 1 | -1/+1 |
|\ \ \ | |/ / | |||||
| * | | TIP #595 (for Tcl 8.7) part 1: just rename Tcl_StaticPackage to ↵ | jan.nijtmans | 2021-04-07 | 1 | -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.nijtmans | 2021-04-01 | 1 | -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.nijtmans | 2021-03-26 | 1 | -4/+4 |
|/ / | |||||
* | | Merge 8.6 | jan.nijtmans | 2021-03-19 | 1 | -16/+16 |
|\ \ | |/ | |||||
* | | Merge 8.6 | jan.nijtmans | 2020-12-23 | 1 | -0/+3 |
|\ \ | |/ | |||||
| * | (cherry-pick): Repair flaws exposed by debugging test run. | jan.nijtmans | 2020-12-23 | 1 | -0/+3 |
| | | |||||
* | | TIP 590: Recommend lowercase Package Names | jan.nijtmans | 2020-12-04 | 1 | -8/+8 |
|\ \ | |||||
| * | | Case-sensitive package names | jan.nijtmans | 2020-11-03 | 1 | -8/+8 |
| | | | |||||
* | | | More ©-sign consolidation | jan.nijtmans | 2020-11-23 | 1 | -1/+1 |
| | | | |||||
* | | | Now that all Tcl source files are UTF-8 by default, we can use the ©-sign ↵ | jan.nijtmans | 2020-11-23 | 1 | -2/+2 |
|/ / | | | | | | | whenever reasonable. | ||||
* | | 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 |
| | | | |