| Commit message (Expand) | Author | Age | Files | Lines |
* | Correct spelling errors in comments and documentation, but also a non-comment
| pooryorick | 2023-04-12 | 1 | -1/+1 |
|
|
*-. | Merge 8.6. TIP #651 implementation (since there are already 2 YES votes, no N... | jan.nijtmans | 2022-11-20 | 1 | -3/+1 |
|\ \ |
|
| | * | Bring back the common facilities of the tcltests "package", but use a less | dgp | 2022-11-18 | 1 | -3/+1 |
|
|
* | | | merge 8.6 | dgp | 2022-11-18 | 1 | -4/+0 |
|\ \ \
| |/ /
|/| /
| |/ |
|
| * | Test suite hygiene | dgp | 2022-11-14 | 1 | -2/+0 |
|
|
* | | Thanks to TIP #587, convert many escapes in the testcases into the actual (UT... | jan.nijtmans | 2021-03-30 | 1 | -5/+5 |
|
|
* | | Merge 8.6 | jan.nijtmans | 2021-01-28 | 1 | -1/+1 |
|\ \
| |/ |
|
| * | Use {} braces in more "expr" expressions. | jan.nijtmans | 2021-01-28 | 1 | -1/+1 |
|
|
* | | TIP 590: Recommend lowercase Package Names | jan.nijtmans | 2020-12-04 | 1 | -1/+1 |
|\ \ |
|
| * \ | Merge 8.7 | jan.nijtmans | 2020-11-19 | 1 | -2/+5 |
| |\ \ |
|
| * | | | 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 wh... | jan.nijtmans | 2020-11-23 | 1 | -3/+3 |
| |/ /
|/| | |
|
* | | | Merge 8.6 | dkf | 2020-11-16 | 1 | -2/+5 |
|\ \ \
| |/ /
|/| /
| |/ |
|
| * | Fixed some tests, added trial macOS build | dkf | 2020-11-14 | 1 | -2/+5 |
|
|
| * | Add "{}" around many "expr" commands in testcases. Also in doc/expr.n | jan.nijtmans | 2020-10-30 | 1 | -3/+0 |
|
|
* | | Merge 8.6 | jan.nijtmans | 2020-09-04 | 1 | -2/+4 |
|\ \
| |/ |
|
| * | Let all test-cases load the "tcltest" package the same way. Depend on tcltest... | jan.nijtmans | 2020-09-04 | 1 | -2/+4 |
|
|
* | | Merge 8.6 | jan.nijtmans | 2020-03-24 | 1 | -1/+3 |
|\ \
| |/ |
|
| * | Spurious test-failure on Travis OSX | jan.nijtmans | 2020-03-24 | 1 | -1/+3 |
|
|
| * | new package | pooryorick | 2018-06-16 | 1 | -10/+15 |
|
|
* | | Fix various test-cases, which started failing on Windows due to TIP #430 | jan.nijtmans | 2018-09-13 | 1 | -0/+2 |
|
|
* | | new package | pooryorick | 2018-06-15 | 1 | -10/+15 |
|
|
* | | test suite debugging | dgp | 2018-01-25 | 1 | -1/+0 |
|\ \
| |/ |
|
| * | lifetime management of files generated by tests | dgp | 2018-01-25 | 1 | -1/+0 |
| |\ |
|
| | * | lifetime management of files generated by tests | dgp | 2018-01-25 | 1 | -1/+0 |
|
|
| * | | (cherry-pick): Fix [b50fb21410dababca95baa122964b2e312cb9d8a|b50fb214] : exec... | jan.nijtmans | 2017-08-29 | 1 | -2/+6 |
|
|
* | | | Fix [b50fb214] : add to 2>> the same O_APPEND that was added to >> back in 2005. | ferrieux | 2017-08-24 | 1 | -2/+6 |
|
|
* | | | Fix [d4e7780ca1681cd095dbd81fe264feff75c988f7|d4e7780ca1]: "global" cmd liter... | jan.nijtmans | 2016-09-07 | 1 | -3/+0 |
|/ / |
|
* | | Bugfix [9ece99d58b]. Make exec understand .CMD files on Windows. | ashok | 2016-07-09 | 1 | -0/+16 |
|
|
* | | [f0f876c141] Improve consistency in error messages. | dkf | 2014-06-17 | 1 | -3/+3 |
|
|
* | | Don't depend on Spencer-specific regexp syntax (/u and /U) any more in unrela... | jan.nijtmans | 2013-01-06 | 1 | -1/+1 |
|
|
* | | Now that we're no longer using SCM based on RCS, the RCS Keyword lines | dgp | 2011-03-02 | 1 | -2/+0 |
|\ \
| |/ |
|
| * | Now that we're no longer using SCM based on RCS, the RCS Keyword lines cause | dgp | 2011-03-02 | 1 | -2/+0 |
| |\ |
|
| | * | Now that we're no longer using SCM based on RCS, the RCS Keyword lines cause | dgp | 2011-03-01 | 1 | -2/+0 |
|
|
| | * | * generic/tclPipe.c (FileForRedirect): Prevent nameString from | rmax | 2006-01-16 | 1 | -2/+6 |
|
|
| | * | * win/tclWinPipe.c: Applied patch #1267871 by Matt Newman which | patthoyts | 2005-11-04 | 1 | -1/+46 |
|
|
| | * | Backport of fix for [Bug 1245953] | dkf | 2005-07-28 | 1 | -1/+29 |
|
|
| | * | * tests/appendComp.test: Backport test suite fixes of errors | dgp | 2004-10-28 | 1 | -2/+3 |
|
|
| | * | * generic/tclPipe.c (TclCreatePipeline): Add 2>@1 as a special | hobbs | 2004-07-02 | 1 | -1/+5 |
|
|
| | * | * tests/basic.test: Made several tests more robust to the | dgp | 2004-02-25 | 1 | -8/+9 |
|
|
| | * | * tests/exec.test: Corrected temporary file management | dgp | 2003-10-07 | 1 | -4/+4 |
|
|
* | | | Fix [Bug 2788468]. | dkf | 2009-05-08 | 1 | -42/+51 |
|
|
* | | | Fix [Bug 1513659]. | dkf | 2009-05-07 | 1 | -3/+14 |
|
|
* | | | fix [2021443] inconsistant "wrong # args" messages (follow-up) | nijtmans | 2008-07-21 | 1 | -3/+3 |
|
|
* | | | More test cleanup. | dkf | 2008-07-19 | 1 | -273/+237 |
|/ / |
|
* | | * tests/exec.test (exec-9.7): reduce timing sensitivity | das | 2008-03-11 | 1 | -3/+3 |
|
|
* | | Fixed line endings broken by a previous checking that caused test failures on... | patthoyts | 2006-12-07 | 1 | -717/+717 |
|
|
* | | Fix leaking-stderr test breakage | dkf | 2006-12-04 | 1 | -8/+25 |
|
|
* | | Implement TIP#267 | dkf | 2006-12-04 | 1 | -688/+700 |
|
|