summaryrefslogtreecommitdiffstats
path: root/tests/interp.test
Commit message (Collapse)AuthorAgeFilesLines
* Merge 8.6jan.nijtmans2022-09-121-1/+1
|\
* | Protect "interp limit" command better for allowed range in -millis and ↵jan.nijtmans2021-02-181-2/+2
| | | | | | | | -seconds values
* | TIP 590: Recommend lowercase Package Namesjan.nijtmans2020-12-041-1/+1
|\ \
| * | Case-sensitive package namesjan.nijtmans2020-11-031-1/+1
| | |
* | | 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-301-22/+22
|\ \ | |/
| * Add "{}" around many "expr" commands in testcases. Also in doc/expr.njan.nijtmans2020-10-301-22/+22
| |
* | TIP #581 tweak: Don't report "slaves" as valid option for "interp"jan.nijtmans2020-09-301-4/+4
| |
* | Merge 8.6jan.nijtmans2020-09-041-1/+1
|\ \ | |/
* | Merge 8.6jan.nijtmans2020-09-011-4/+4
|\ \ | |/
| * Many more internal master/slave -> parent/child renamingsjan.nijtmans2020-09-011-247/+247
| |
* | Merge 8.6. More tests/tools updates.jan.nijtmans2020-08-311-218/+218
|\ \ | |/
| * opt package: Change comment. 0.4.7 -> 0.4.8.jan.nijtmans2020-08-311-26/+26
| | | | | | More Master -> Parent and Slave -> Child changes in (internal) library and test-cases
* | Merge 8.6. More documentation updatesjan.nijtmans2020-08-311-30/+30
|\ \ | |/
| * New TIP #581 implementationjan.nijtmans2020-07-171-4/+4
| |
* | Backout uncomplete fix for [3422267ed6b79922]: segmentation fault from ↵jan.nijtmans2020-08-131-37/+0
| | | | | | | | | | deleting the the target of an imported alias during a trace on the target of the alias. Since it causes build failures.
* | body of test case for [3422267ed6b79922].pooryorick2020-08-121-0/+30
| |
* | Fix for [3422267ed6b7], segmentation fault with imported alias.pooryorick2020-08-121-0/+7
| |
* | Merge 8.6jan.nijtmans2019-09-101-1/+1
|\ \ | |/
| * Merge 8.5jan.nijtmans2019-09-101-1/+1
| |\
| | * Don't use constraints like unixOrPc anymore, use unixOrWin (for example)jan.nijtmans2019-09-101-32/+32
| | |
* | | Testsdkf2019-05-011-1/+1
| | |
* | | Turn [zipfs tcl_library] into more internal [tcl::zipfs::tcl_library_init]. ↵dkf2018-10-121-1/+1
| | | | | | | | | | | | It wasn't documented and isn't very useful outside of Tcl's startup code.
* | | Centralise the de-fanging of standard ensembles in safe interpreters. Doing ↵dkf2018-10-071-1/+1
| | | | | | | | | | | | it right once is easier than repeating hacks...
* | | missed some more failing test-casesjan.nijtmans2017-11-271-1/+1
| | |
* | | New(ish) test interp-14.11 was missing its -cleanup.dgp2017-03-221-0/+2
|\ \ \ | |/ /
| * | New(ish) test interp-14.11 was missing its -cleanup.dgp2017-03-221-0/+2
| | |
* | | Make 'clock' and 'encoding' into compilable ensembles that play with safe ↵Kevin B Kenny2017-03-141-1/+1
|\ \ \ | |/ / | | | | | | interps
| * | Make 'clock' and 'encoding' into compilable ensembles that play with safe ↵Kevin B Kenny2017-03-141-1/+1
| | | | | | | | | | | | interps
| * | (cherry-pick): Fix [2bf561854c55a], interp alias to command whose name is ↵jan.nijtmans2016-10-031-0/+11
| | | | | | | | | | | | the empty string.
* | | Fix [2bf561854c55a], interp alias to command whose name is the empty string.pooryorick2016-10-031-0/+11
| | |
* | | [104f2885bb] Rework the "chan" Tcl_ObjType to properly validate cached ↵dgp2016-07-181-14/+33
|\ \ \ | |/ / | | | | | | | | | channel name lookups. Also merge backlog of test suite & doc improvements.
| * | [77d58e3a7a] Test case independence: interp.dkf2016-07-151-14/+33
| | |
* | | Eliminate exess spacings in many test-casesjan.nijtmans2016-03-101-26/+26
|/ /
* | Correct -singleproc 1 testing flaws.dgp2014-11-071-2/+2
| |
* | Add several tests to check consistency of stack traces.dgp2013-08-141-0/+14
| |
* | No longer build tcltest.exe to run the tests,but use tclsh86.exe in ↵jan.nijtmans2012-07-291-0/+3
| | | | | | | | combination with tcltest86.dll to do that (Windows only)
* | [Bug 3414769]: Updated list of default-hidden commands for safe interps.dkf2011-09-291-1/+1
| |
* | [Bug 3398794]: Use Tcl errors in scripts, not panics.dkf2011-08-301-4/+8
|\ \ | |/
| * [Bug 3398794]: Use Tcl errors in scripts, not panics.dkf2011-08-301-0/+7
| |
* | Fix most of the failing tests (some of which were due to breakage done to thedkf2011-03-101-5/+5
| | | | | | parser used in auto_mkIndex; never a good idea to delete the ::tcl NS!)
* | Now that we're no longer using SCM based on RCS, the RCS Keyword linesdgp2011-03-021-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 causedgp2011-03-021-2/+0
| |\ | | | | | | more harm than good. Purged them.
| | * Now that we're no longer using SCM based on RCS, the RCS Keyword lines causedgp2011-03-011-2/+0
| | | | | | | | | more harm than good. Purged them.
| | * * tests/appendComp.test: Backport test suite fixes of errorsdgp2004-10-281-6/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * tests/autoMkindex.test: revealed by -singleproc 1 -debug 1 * tests/exec.test: options to make test. * tests/execute.test: * tests/interp.test: * tests/io.test: * tests/namespace.test: * tests/regexpComp.test: * tests/stringComp.test: * tests/unixInit.test: * tests/winPipe.test:
| | * Typo correction: knownbug -> knownBugdgp2003-09-041-2/+2
| | |
| | * * generic/tclBasic.c:Miguel Sofer2003-06-101-1/+11
| | | | | | | | | | | | | | | | | | | | | * generic/tclExecute.c: let TclExecuteObjvInternal call TclInterpReady instead of relying on its callers to do so; fix for the part of [Bug 495830] that is new in 8.4. * tests/interp.test: Added tests 18.9 (knownbug) and 18.10
| | * * generic/tclInterp.c: (AliasObjCmd): Added refCounting of the wordsdgp2003-05-121-1/+10
| | | | | | | | | | | | | | | * tests/interp.test (interp-33.1): of the target of an interp alias during its execution. Also added test. [Bug 730244].
| | * Corrected error message for grammar and spelling.dkf2003-05-051-4/+4
| | |