Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge 8.6 | jan.nijtmans | 2023-09-27 | 1 | -2/+2 |
|\ | |||||
| * | Eliminate use of old deprecated trace subcommands from testcases | jan.nijtmans | 2023-09-27 | 1 | -2/+2 |
| | | |||||
* | | "trace variable" -> "trace add variable" in testcases (and documentation) | jan.nijtmans | 2023-06-21 | 1 | -5/+5 |
| | | |||||
* | | Use Tcl_Size for ArithSeries.len | jan.nijtmans | 2022-11-28 | 1 | -1/+1 |
| | | |||||
* | | Add (internal) TclNewUIntObj(), and use it to fix TCL_LINK_WIDE_UINT for big ↵ | jan.nijtmans | 2022-11-11 | 1 | -2/+2 |
| | | | | | | | | (>= 2^63) integers. With testcase | ||||
* | | TIP 590: Recommend lowercase Package Names | jan.nijtmans | 2020-12-04 | 1 | -1/+1 |
|\ \ | |||||
| * \ | Lesser TIP #590 implementation: Only package renaming, no code changes | jan.nijtmans | 2020-11-06 | 1 | -1/+1 |
| |\ \ | |||||
| | * | | Case-sensitive package names | jan.nijtmans | 2020-11-03 | 1 | -2/+2 |
| |/ / | |||||
* | | | 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 | -3/+3 |
|/ / | | | | | | | whenever reasonable. | ||||
* | | Merge 8.6 | jan.nijtmans | 2020-09-04 | 1 | -1/+1 |
|\ \ | |/ | |||||
| * | Let all test-cases load the "tcltest" package the same way. Depend on ↵ | jan.nijtmans | 2020-09-04 | 1 | -1/+1 |
| | | | | | | | | tcltest 2.5, since we never test with earlier tcltest versions | ||||
* | | Add many missing constraints | jan.nijtmans | 2019-12-12 | 1 | -47/+47 |
| | | |||||
* | | merge 8.6 | dgp | 2019-05-03 | 1 | -0/+10 |
|\ \ | |/ | |||||
| * | memleak demo test | dgp | 2019-05-03 | 1 | -0/+10 |
| |\ | |||||
| | * | memleak demo test | dgp | 2019-05-03 | 1 | -0/+11 |
| | | | |||||
| | * | Dup test names | dgp | 2018-01-25 | 1 | -1/+1 |
| | | | |||||
* | | | More efficient version (after feedback from KBK). Better test too. | dkf | 2019-04-05 | 1 | -1/+2 |
| | | | |||||
* | | | Fix unsigned wide linking. | dkf | 2019-04-04 | 1 | -6/+2 |
| | | | |||||
* | | | Split up tests to get better focus on what is being tested | dkf | 2019-04-04 | 1 | -152/+205 |
| | | | |||||
* | | | refactor; mark broken tests as broken | dkf | 2019-04-03 | 1 | -2/+4 |
| | | | |||||
* | | | Some fixes. Still broken on 64-bit systems | dkf | 2019-04-03 | 1 | -224/+193 |
| | | | |||||
* | | | Import of TIP 312 implementation | dkf | 2019-04-03 | 1 | -2/+453 |
| | | | |||||
* | | | 0d in LinkVar | griffin | 2017-05-28 | 1 | -0/+21 |
|/ / | |||||
* | | Fix [8bd13f07bde6fb0631f27927e36461fdefe8ca95|8bd13f07bd]: Closing tcl pipes ↵ | jan.nijtmans | 2017-05-01 | 1 | -1/+1 |
| | | | | | | | | | | prevents windows threads from starting up. Patch by sebres (Dipl. Ing. Sergey G. Brester) (also fix duplicate test-case number in link.test) | ||||
* | | Fix [39f6304c2e]: Tcl_LinkVar is not tolerant to minus, plus, dot | jan.nijtmans | 2017-01-01 | 1 | -0/+84 |
|\ \ | |/ | |||||
| * | Little tweak: Decimal dot's should be allowed as well as first part. ↵ | jan.nijtmans | 2016-12-23 | 1 | -2/+2 |
| | | | | | | | | Test-case for that as well. | ||||
| * | Handle other invalid sequences, like "1234e" or "-567e+", that could be the ↵ | jan.nijtmans | 2016-12-23 | 1 | -0/+21 |
| | | | | | | | | start of a valid real number. | ||||
| * | Re-based to core-8-5-branch. | jan.nijtmans | 2016-12-22 | 1 | -0/+63 |
| |\ | | | | | | | Proposed fix for [39f6304c2e90549c209cd11a7920dc9921b9f48e|39f6304c2e], which doesn't need modifications to Double/Integer valid string representations. | ||||
| | * | Merge trunk. Implement sequences like "0x", "0b" and "0o" as well. And also ↵ | jan.nijtmans | 2016-12-22 | 1 | -0/+84 |
| | |\ | |_|/ |/| | | | | | the "." for doubles and floats. | ||||
| | * | Experimental (partial) fix for ↵ | jan.nijtmans | 2016-12-21 | 1 | -6/+6 |
| |/ |/| | | | | | | | | | [39f6304c2e90549c209cd11a7920dc9921b9f48e|39f6304c2e]: Tcl_LinkVar is not tolerant to minus, plus, dot. This handled minus and plus only, not other possible errors. Will need a TIP, because the boolean type is extended to consider '-', '+' and 'o' (necessary for being able to type 'on' or 'off') as valid booleans Dot, and integer prefixes (such as 0x) not handled yet, should be handled completely different. | ||||
* | | No longer build tcltest.exe to run the tests,but use tclsh86.exe in ↵ | jan.nijtmans | 2012-07-29 | 1 | -0/+3 |
| | | | | | | | | combination with tcltest86.dll to do that (Windows only) | ||||
* | | Update more of the test suite to use Tcltest 2. | dkf | 2011-03-09 | 1 | -63/+91 |
|/ | |||||
* | 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. | ||||
* | | merge stable branch onto HEAD | dgp | 2007-12-13 | 1 | -1/+1 |
| | | |||||
* | | * generic/tclIOCmd.c: Revise [open] so that it interprets leading | dgp | 2007-10-15 | 1 | -3/+3 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | zero strings passed as the "permissions" argument as octal numbers, even if Tcl itself no longer parses integers in that way. * unix/tclUnixFCmd.c: Revise the "-permissions" [file attribute] so that it interprets leading zero strings as octal numbers, even if Tcl itself no longer parses integers in that way. * generic/tclCompExpr.c: Corrections to code that produces * generic/tclUtil.c: extended "bad octal" error messages. * tests/cmdAH.test: Test revisions so that tests pass whether or * tests/cmdIL.test: not Tcl parses leading zero strings as octal. * tests/compExpr-old.test: * tests/compExpr.test: * tests/compile.test: * tests/expr-old.test: * tests/expr.test: * tests/incr.test: * tests/io.test: * tests/lindex.test: * tests/link.test: * tests/mathop.test: * tests/parseExpr.test: * tests/set.test: * tests/string.test: * tests/stringComp.test: | ||||
* | | Use test constraints properly instead of looking in tcl_platform | dkf | 2006-03-21 | 1 | -3/+2 |
| | | | | | | | | | | Consistent method of calling test constraints, and (try to) move constraint setup to the top of the test file | ||||
* | | D'oh, missed a spot | dkf | 2005-09-08 | 1 | -2/+2 |
| | | |||||
* | | Final fixes | dkf | 2005-09-08 | 1 | -3/+3 |
| | | |||||
* | | Test suite about fixed up for TIP#254 | dkf | 2005-09-08 | 1 | -4/+4 |
| | | |||||
* | | Closer to being right... | dkf | 2005-09-08 | 1 | -11/+29 |
| | | |||||
* | | More fixing | dkf | 2005-09-08 | 1 | -17/+17 |
| | | |||||
* | | A bit more fixing... | dkf | 2005-09-08 | 1 | -15/+17 |
| | | |||||
* | | First step to fixing test suite | dkf | 2005-09-08 | 1 | -20/+20 |
|/ | |||||
* | * Corrections to tcltest and the Tcl test suite so that a test | dgp | 2002-06-22 | 1 | -3/+3 |
| | | | | | | | with options -constraints knownBug -limitConstraints 1 only tests the knownBug tests. Mostly involves replacing direct access to the testConstraints array with calls to the testConstraint command (which requires tcltest version 2). | ||||
* | TIP#72 implementation. See ChangeLog for details. | dkf | 2002-02-15 | 1 | -113/+119 |
| | | | | | This version builds clean on Solaris/SPARC, with GCC and CC, both with and without threads and both in 32-bit and 64-bit mode. | ||||
* | * tests/*.test: Changed all occurances of "namespace import | ericm | 2000-04-10 | 1 | -2/+2 |
| | | | | ::tcltest" to "namespace import -force ::tcltest" [Bug: 3948]. | ||||
* | Modified the tests to use the package tcltest | jenn | 1999-06-26 | 1 | -2/+3 |
| | |||||
* | merged tcl 8.1 branch back into the main trunk | stanton | 1999-04-16 | 1 | -3/+24 |
| |