Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | (cherry-pick): Repair flaws exposed by debugging test run. | jan.nijtmans | 2020-12-23 | 1 | -0/+3 |
| | |||||
* | 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 | ||||
* | 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 | ||||
* | 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 | ||||
* | Update safe.test for new error message. | kjnash | 2020-08-28 | 1 | -4/+4 |
| | |||||
* | Whitespace changes only. | kjnash | 2020-07-22 | 1 | -7/+5 |
| | |||||
* | 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.*. | ||||
* | 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 |
|\ | |||||
* | | 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 | ||||
* | | Comments only. | kjnash | 2020-07-13 | 1 | -1/+0 |
| | | |||||
* | | Add tests to tests/safe.test | kjnash | 2020-07-13 | 1 | -2/+71 |
| | | |||||
* | | 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 |
|/ | |||||
* | 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 |
| | | |||||
* | | (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. | ||||
* | | [77d58e3a7a] Test case independence: io, load, msgcat, namespace, safe. | dkf | 2016-07-16 | 1 | -14/+6 |
| | | |||||
* | | Add docs and tests. | Joe Mistachkin | 2016-01-15 | 1 | -1/+1 |
| | | |||||
* | | Add several tests to check consistency of stack traces. | dgp | 2013-08-14 | 1 | -0/+80 |
| | | |||||
* | | add test that triggered reporting of [Bug 3530230] | dkf | 2012-06-12 | 1 | -0/+14 |
|\ \ | |/ | |||||
| * | add test that triggered reporting of [Bug 3530230] | dkf | 2012-06-12 | 1 | -0/+14 |
| | | |||||
* | | [Bug 3531089] Added test to stop this from happening again | dkf | 2012-05-31 | 1 | -0/+5 |
| | | |||||
* | | [Bug 3529949]: Defang 'file dirname ~' etc in safe interps | dkf | 2012-05-28 | 1 | -22/+22 |
| | | |||||
* | | Track the remnants of [Bug 2913625] as knownBug tests. :-( | dkf | 2012-05-26 | 1 | -0/+46 |
|\ \ | |/ | |||||
| * | Track the remnants of [Bug 2913625] as knownBug tests. :-( | dkf | 2012-05-26 | 1 | -0/+46 |
| | | |||||
* | | [Bug 2964715]: fixes to globbing in safe interpreters | dkf | 2012-05-17 | 1 | -5/+146 |
|\ \ | |/ | |||||
| * | [Bug 2964715]: fixes to globbing in safe interpreters | dkf | 2012-05-17 | 1 | -1/+177 |
| | | |||||
* | | [Bug 3445787]: Improve the compatibility of safe interpreters' version of | dkf | 2012-05-16 | 1 | -2/+2 |
| | | | | | | 'file' with that of unsafe interpreters. | ||||
* | | missing constraint and too brittle result | dgp | 2011-11-08 | 1 | -1/+1 |
| | | |||||
* | | Make [file] itself be safe, to reduce breakage in existing code. [Bug 3211758] | dkf | 2011-09-26 | 1 | -0/+16 |
| | | |||||
* | | Now that we're no longer using SCM based on RCS, the RCS Keyword lines | dgp | 2011-03-02 | 1 | -2/+0 |
|\ \ | |/ | | | cause more harm than good. Purged them (except in zlib files). | ||||
| * | Now that we're no longer using SCM based on RCS, the RCS Keyword lines cause | dgp | 2011-03-02 | 1 | -2/+0 |
| |\ | | | | | | | more harm than good. Purged them. | ||||
| | * | Now that we're no longer using SCM based on RCS, the RCS Keyword lines cause | dgp | 2011-03-01 | 1 | -2/+0 |
| | | | | | | | | | more harm than good. Purged them. | ||||
| | * | * generic/tclBasic.c: TIP #280 implementation, conditional on the define ↵ | andreas_kupries | 2006-11-28 | 1 | -1/+5 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | TCL_TIP280. * generic/tclCmdAH.c: * generic/tclCmdIL.c: * generic/tclCmdMZ.c: * generic/tclCompCmds.c: * generic/tclCompExpr.c: * generic/tclCompile.c: * generic/tclCompile.h: * generic/tclExecute.c: * generic/tclIOUtil.c: * generic/tclInt.h: * generic/tclInterp.c: * generic/tclNamesp.c: * generic/tclObj.c: * generic/tclProc.c: * tests/compile.test: * tests/info.test: * tests/platform.test: * tests/safe.test: | ||||
| | * | * generic/tcl.decls: Implemented TIP #268, conditionally. | andreas_kupries | 2006-09-22 | 1 | -1/+5 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * generic/tclBasic.c: Define TCL_TIP268 to activate the new * generic/tclDecls.h: features. * generic/tclInt.h: * generic/tclPkg.c: * generic/tclStubInit.c: * generic/tclTest.c: * library/init.tcl * library/package.tcl: * tests/pkg.test: * tests/platform.test: * tests/safe.test: * doc/PkgRequire.3: | ||||
| | * | * tests/safe.test: Backport performance improvement from | dgp | 2005-06-22 | 1 | -1/+5 |
| | | | | | | | | | | | | reduced $::auto_path. | ||||
| * | | Improved handling of non-standard module path lists, empty path lists in ↵ | stwo | 2010-11-02 | 1 | -2/+2 |
| | | | | | | | | | | | | particular. | ||||
| * | | [Bug 2923613]: Make the safer [source] handle a [return] at the end of the file | dkf | 2009-12-30 | 1 | -1/+12 |
| | | | | | | | | | | | | correctly. | ||||
| * | | [Bug 2895741]: Make min() and max() supported in safe interpreters. | dkf | 2009-12-29 | 1 | -3/+3 |
| | | | |||||
| * | | Correct failing test | dkf | 2009-12-28 | 1 | -2/+2 |
| | | |