Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Correct spelling errors in comments and documentation, but also a non-comment | pooryorick | 2023-04-12 | 1 | -2/+2 |
* | Bug [40c61a5d10]. Fix syntax error message. | apnadkarni | 2023-02-24 | 1 | -4/+4 |
* | Merge core-8-branch | apnadkarni | 2023-02-07 | 1 | -4/+4 |
* | Better error-message | jan.nijtmans | 2023-01-20 | 1 | -4/+4 |
* | New proposal: Allow "-strict" immediately before or after "-failindex var". | jan.nijtmans | 2023-01-19 | 1 | -4/+4 |
* | Proposed fix for [a31caff057]: encoding command does not allow -strict to be ... | jan.nijtmans | 2023-01-14 | 1 | -4/+4 |
* | TIP #579 implementation: Improved auto_path for Safe Base interpreters | jan.nijtmans | 2022-10-18 | 1 | -28/+1924 |
|\ | |||||
| * | Merge 8.7 | kjnash | 2022-09-20 | 1 | -4/+4 |
| |\ | |||||
| * \ | Merge 8.7 | kjnash | 2022-08-31 | 1 | -4/+4 |
| |\ \ | |||||
| * \ \ | Merge old 8.7 6c69a72c58 | kjnash | 2022-08-31 | 1 | -24/+29 |
| |\ \ \ | |||||
| * \ \ \ | Merge old 8.7 674a6ad0472c7 | kjnash | 2022-08-31 | 1 | -61/+59 |
| |\ \ \ \ | |||||
| * \ \ \ \ | Merge safe-extra-tests-8-7 | kjnash | 2020-08-28 | 1 | -4/+4 |
| |\ \ \ \ \ | |||||
| * \ \ \ \ \ | Merge tip-579-8-6. All tests now pass. | kjnash | 2020-07-25 | 1 | -21/+681 |
| |\ \ \ \ \ \ | |||||
| | * | | | | | | Rename command safe::setAutoPathSync to safe::setSyncMode. Add a section TYP... | kjnash | 2020-07-25 | 1 | -320/+320 |
| | * | | | | | | Rearrange tests in safe.test so they are in numerical order, add 24 more test... | kjnash | 2020-07-25 | 1 | -167/+599 |
| | * | | | | | | For each slave, record a value of -autoPath instead of discarding it and rely... | kjnash | 2020-07-23 | 1 | -20/+245 |
| | * | | | | | | Merge safe-bugfixes-8-6 | kjnash | 2020-07-23 | 1 | -1/+1 |
| | |\ \ \ \ \ \ | |||||
| * | | | | | | | | Rename command safe::setAutoPathSync to safe::setSyncMode. | kjnash | 2020-07-25 | 1 | -185/+185 |
| * | | | | | | | | Rearrange tests in safe.test so they are in numerical order. | kjnash | 2020-07-25 | 1 | -218/+215 |
| * | | | | | | | | Merge tip-579-8-6 | kjnash | 2020-07-23 | 1 | -48/+916 |
| |\ \ \ \ \ \ \ \ | | |/ / / / / / / | |||||
| | * | | | | | | | Add tests for cases that might differ when ::auto_path is not synchronized. ... | kjnash | 2020-07-23 | 1 | -46/+915 |
| | * | | | | | | | Move tests that depend on platform::shell and http1.0 from safe.test to safe-... | kjnash | 2020-07-22 | 1 | -83/+148 |
| | * | | | | | | | Merge safe-bugfixes-8-6 | kjnash | 2020-07-21 | 1 | -95/+100 |
| | |\ \ \ \ \ \ \ | |||||
| | * \ \ \ \ \ \ \ | Merge safe-bugfixes-8-6 | kjnash | 2020-07-18 | 1 | -61/+119 |
| | |\ \ \ \ \ \ \ \ | |||||
| | * \ \ \ \ \ \ \ \ | Merge safe-bugfixes-8-6 | kjnash | 2020-07-16 | 1 | -155/+184 |
| | |\ \ \ \ \ \ \ \ \ | |||||
| | * | | | | | | | | | | Sync with bugfixes and tests pushed upstream via safe-bugfixes-8-6 to core-8-... | kjnash | 2020-07-14 | 1 | -11/+722 |
| | * | | | | | | | | | | Revise tests safe-18.2 and safe-18.4 to allow for -autoPath in interpConfigur... | kjnash | 2020-07-09 | 1 | -2/+2 |
| | * | | | | | | | | | | Rename command ::safe::SetAutoPathSync to ::safe::setAutoPathSync and add to ... | kjnash | 2020-07-09 | 1 | -41/+41 |
| | * | | | | | | | | | | Apply patch for new features other than -autoPath | kjnash | 2020-07-09 | 1 | -4/+335 |
| * | | | | | | | | | | | Move tests that depend on platform::shell from safe.test to safe-stock86.test... | kjnash | 2020-07-22 | 1 | -49/+19 |
| * | | | | | | | | | | | Merge safe-extra-tests-8-7 | kjnash | 2020-07-22 | 1 | -1270/+102 |
| |\ \ \ \ \ \ \ \ \ \ \ | |||||
| * \ \ \ \ \ \ \ \ \ \ \ | Merge safe-extra-tests-8-7 | kjnash | 2020-07-19 | 1 | -52/+119 |
| |\ \ \ \ \ \ \ \ \ \ \ \ | |||||
| * \ \ \ \ \ \ \ \ \ \ \ \ | Merge safe-extra-tests-8-7 | kjnash | 2020-07-16 | 1 | -320/+326 |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ | |||||
| * \ \ \ \ \ \ \ \ \ \ \ \ \ | Merge 8.7 | kjnash | 2020-07-14 | 1 | -3/+2 |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | | | | | | | Rearrange tests in tests/safe.test to agree with upstream order | kjnash | 2020-07-14 | 1 | -733/+679 |
| * | | | | | | | | | | | | | | | Sync with bugfixes and tests pushed upstream via safe-extra-tests-8-7 and saf... | kjnash | 2020-07-14 | 1 | -21/+2066 |
| * | | | | | | | | | | | | | | | Revise tests safe-18.[24] to allow for -autoPath in interpConfigure output. ... | kjnash | 2020-07-09 | 1 | -22/+25 |
| * | | | | | | | | | | | | | | | Rename command ::safe::SetAutoPathSync to ::safe::setAutoPathSync and add to ... | kjnash | 2020-07-09 | 1 | -41/+41 |
| * | | | | | | | | | | | | | | | Apply patch for new features other than -autoPath | kjnash | 2020-07-09 | 1 | -4/+335 |
* | | | | | | | | | | | | | | | | Start TIP #346 implementation: For now only \xC0\x80 | jan.nijtmans | 2022-09-12 | 1 | -4/+4 |
| |_|_|_|_|_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | | | | | | |||||
* | | | | | | | | | | | | | | | Merge 8.6 | jan.nijtmans | 2022-09-12 | 1 | -4/+4 |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | | | | | | |||||
* | | | | | | | | | | | | | | | Rebase towards 8.7 | jan.nijtmans | 2022-03-17 | 1 | -4/+4 |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | | | | | | | Eliminate "deprecated" constraint: doens't exist in 9.0 any more. Also remove... | jan.nijtmans | 2022-03-17 | 1 | -2/+2 |
| * | | | | | | | | | | | | | | | Merge 9.0 | jan.nijtmans | 2022-03-17 | 1 | -2/+2 |
|/ / / / / / / / / / / / / / / | |||||
* | | | | | | | | | | | | | | | -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 con... | jan.nijtmans | 2021-05-06 | 1 | -4/+4 |
* | | | | | | | | | | | | | | | 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 |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |/ / / / / / / / / / / / / |