summaryrefslogtreecommitdiffstats
path: root/tests/interp.test
Commit message (Collapse)AuthorAgeFilesLines
* Temporary mark interp-34.11 test-case a knownBug. Fix ongoing in separate branchjan.nijtmans2023-08-271-1/+1
|
* Update Tcl_Time for 32-bit systems and win64, being able to handle time > ↵jan.nijtmans2023-08-241-2/+2
| | | | 2038. Suggested in in ticket [86dd172271]
* TIP 660. No compiler warnings. Tests suite pass on Win and Ubuntuapnadkarni2023-03-301-4/+4
|
* Merge 8.7jan.nijtmans2022-09-121-1/+1
|\
| * Merge 8.6jan.nijtmans2022-09-121-1/+1
| |\
* | | Revert previous commit (doesn't work) and merge 9.0jan.nijtmans2022-03-101-10/+10
|/ /
* | 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.