Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | TIP 590: Recommend lowercase Package Names | jan.nijtmans | 2020-12-04 | 1 | -1/+1 |
|\ | |||||
| * | Merge 8.7. Tweak "tclreg" directory/library name and tclLoad.c, such that ↵ | jan.nijtmans | 2020-11-10 | 1 | -0/+36 |
| |\ | | | | | | | | | | the entry point of the "dde" and "registry" extensions can be guessed correctly | ||||
| * | | Case-sensitive package names | jan.nijtmans | 2020-11-03 | 1 | -1/+1 |
| | | | |||||
* | | | 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 | -2/+2 |
| |/ |/| | | | | | whenever reasonable. | ||||
* | | Merge 8.7 | dkf | 2020-11-01 | 1 | -4/+4 |
|\ \ | |/ | |||||
| * | Merge 8.6 | jan.nijtmans | 2020-10-30 | 1 | -2/+2 |
| |\ | |||||
| | * | Add "{}" around many "expr" commands in testcases. Also in doc/expr.n | jan.nijtmans | 2020-10-30 | 1 | -2/+2 |
| | | | |||||
| * | | Merge 8.6 | jan.nijtmans | 2020-10-26 | 1 | -2/+2 |
| |\ \ | | |/ | |||||
| | * | Fix [48898ab5f6a0d957]: Too few is better than not enough? (Inconsistent ↵ | jan.nijtmans | 2020-10-26 | 1 | -2/+2 |
| | | | | | | | | | | | | error messages) | ||||
* | | | Merge 8.7 | jan.nijtmans | 2020-10-24 | 1 | -4/+4 |
|\ \ \ | |/ / | |||||
| * | | 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 | ||||
| * | | Merge 8.6 | jan.nijtmans | 2020-09-01 | 1 | -3/+3 |
| |\ \ | | |/ | |||||
| | * | Many more internal master/slave -> parent/child renamings | jan.nijtmans | 2020-09-01 | 1 | -3/+3 |
| | | | |||||
* | | | Implementation of TIP 582: comments in expressions | dkf | 2020-08-22 | 1 | -0/+36 |
|/ / | |||||
* | | TIP #485 implementation: "Remove Deprecated API". Based on Tcl 8.7 ↵ | jan.nijtmans | 2017-11-08 | 1 | -12/+0 |
|/ | | | | (core-8-branch). | ||||
* | 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) | ||||
* | 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. | ||||
| | * | style revisions to latest commit | dgp | 2008-04-17 | 1 | -2/+6 |
| | | | |||||
* | | | Clean up of tests and conversion to tcltest 2. Target has been to get init and | dkf | 2011-01-01 | 1 | -94/+121 |
|/ / | | | | | | | cleanup code out of the test body and into the -setup/-cleanup stanzas. | ||||
* | | test for memory leak | dgp | 2008-01-16 | 1 | -1/+20 |
| | | |||||
* | | 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: | ||||
* | | * generic/tclCompExpr.c: Register literals found in expressions | dgp | 2007-08-24 | 1 | -1/+24 |
| | | | | | | | | | | | | * tests/compExpr.test: to restore literal sharing. Preserve numeric intreps when literals are created for the first time. Correct memleak in ExecConstantExprTree() and add test for the leak. | ||||
* | | * tests/compExpr-old.test: Update existing tests to not fail | dgp | 2006-08-22 | 1 | -41/+37 |
| | | | | | | | | | | | | | | | | | | | | | | * tests/compExpr.test: with the new expr parser. * tests/compile.test: * tests/expr-old.test: * tests/expr.test: * tests/for.test: * tests/if.test: * tests/parseExpr.test: * tests/while.test: | ||||
* | | * tests/compExpr-old.test: add 'oldExprParser' constraint to all tests | das | 2006-08-02 | 1 | -13/+17 |
| | | | | | | | | | | | | | | | | | | | | | | * tests/compExpr.test: that depend on the exact format of the error * tests/compile.test: messages of the pre-2006-07-05 expression * tests/expr-old.test: parser. The constraint is on by default (i.e. * tests/expr.test: those test still fail), but it can be turned * tests/for.test: off by passing '-constraints newExprParser' * tests/if.test: to tcltest, which will skip the 196 failing * tests/parseExpr.test: tests in the testsuite that are caused by * tests/while.test: the new expression parser error messages. | ||||
* | | * tests/compExpr-old.test: Updated testmathfunctions constraint | dgp | 2006-04-06 | 1 | -2/+2 |
| | | | | | | | | | | | | | | | | | | | | * tests/compExpr.test: to post-TIP-232 world. * tests/expr-old.test: * tests/expr.test: * tests/info.test: * tests/indexObj.test: Corrected other test errors revealed by * tests/upvar.test: testing outside the tcltest application. | ||||
* | | Use test constraints properly instead of looking in tcl_platform | dkf | 2006-03-21 | 1 | -2/+2 |
| | | | | | | | | | | Consistent method of calling test constraints, and (try to) move constraint setup to the top of the test file | ||||
* | | Merged kennykb-numerics-branch back to the head; TIPs 132 and 232 | Kevin B Kenny | 2005-05-10 | 1 | -13/+14 |
| | | |||||
* | | Report compilation errors at runtime, [Patch 103368] by dgp. | Miguel Sofer | 2004-09-26 | 1 | -5/+5 |
| | | |||||
* | | Massive test cleanup; all tests are run, and constraints are used where ↵ | dkf | 2004-05-19 | 1 | -13/+9 |
|/ | | | | necessary. | ||||
* | More expr syntax error improvements | dkf | 2001-12-06 | 1 | -7/+7 |
| | |||||
* | Improved messages produced on getting a syntax error in an expression | dkf | 2001-12-04 | 1 | -28/+16 |
| | |||||
* | * 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 | -0/+340 |