| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Thanks to TIP #587, convert many escapes in the testcases into the actual ↵ | jan.nijtmans | 2021-03-30 | 1 | -5/+5 |
| | | | | | (UTF-8) character. | ||||
| * | 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 ↵ | jan.nijtmans | 2020-11-23 | 1 | -3/+3 |
| | |/ / |/| | | | | | | | | whenever reasonable. | ||||
| * | | | 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 ↵ | jan.nijtmans | 2020-09-04 | 1 | -2/+4 |
| | | | | | | | | | tcltest 2.5, since we never test with earlier tcltest versions | ||||
| * | | 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 |
| | | | | | | | | | tcltests exclude some exec.test tests when running under valgrind | ||||
| * | | 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 |
| | | | | | | | | | tcltests exclude some exec.test tests when running under valgrind | ||||
| * | | 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] : ↵ | jan.nijtmans | 2017-08-29 | 1 | -2/+6 |
| | | | | | | | | | | | | | exec redirection to append stdout and stderr to the same file | ||||
| * | | | 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 ↵ | jan.nijtmans | 2016-09-07 | 1 | -3/+0 |
| |/ / | | | | | | | literal sharing vs. per-interp resolvers | ||||
| * | | 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 ↵ | jan.nijtmans | 2013-01-06 | 1 | -1/+1 |
| | | | | | | | | | | | unrelated places . Bump http package to 2.8.6. | ||||
| * | | 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. | ||||
| | | * | * generic/tclPipe.c (FileForRedirect): Prevent nameString from | rmax | 2006-01-16 | 1 | -2/+6 |
| | | | | | | | | | | | | | | | | being freed without having been initialized. * tests/exec.test: Added a test for the above. | ||||
| | | * | * win/tclWinPipe.c: Applied patch #1267871 by Matt Newman which | patthoyts | 2005-11-04 | 1 | -1/+46 |
| | | | | | | | | | | | | | | | | * win/tclWinPort.h: provides extended error code support. * tests/exec.test: Wrote some tests for this feature. | ||||
| | | * | 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 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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: | ||||
| | | * | * generic/tclPipe.c (TclCreatePipeline): Add 2>@1 as a special | hobbs | 2004-07-02 | 1 | -1/+5 |
| | | | | | | | | | | | | | * tests/exec.test: case redir of stderr to the result output. | ||||
| | | * | * tests/basic.test: Made several tests more robust to the | dgp | 2004-02-25 | 1 | -8/+9 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * tests/cmdMZ.test: list-quoting of path names that might * tests/exec.test: contain Tcl-special chars like { or [. * tests/io.test: Should help us sort out Tcl Bug 554068. * tests/pid.test: * tests/socket.test: * tests/source.test: * tests/unixInit.test: | ||||
| | | * | * tests/exec.test: Corrected temporary file management | dgp | 2003-10-07 | 1 | -4/+4 |
| | | | | | | | | | | | | | | | | | | | | | | | | | * tests/fileSystem.test: issues uncovered by -debug 1 test * tests/ioCmd.test: operations. Also backported some * tests/pid.test: other fixes from the HEAD. * tests/socket.test: [Bugs 675605, 675655] * tests/source.test: | ||||
| * | | | 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 |
| | | | | | | | | | * tests/socket.test (socket-2.11): (esp. on multi-proc machines). | ||||
| * | | Fixed line endings broken by a previous checking that caused test failures ↵ | patthoyts | 2006-12-07 | 1 | -717/+717 |
| | | | | | | | | | on windows. | ||||
| * | | Fix leaking-stderr test breakage | dkf | 2006-12-04 | 1 | -8/+25 |
| | | | |||||
| * | | Implement TIP#267 | dkf | 2006-12-04 | 1 | -688/+700 |
| | | | |||||
| * | | * generic/tclPipe.c (FileForRedirect): Prevent nameString from | rmax | 2006-01-16 | 1 | -2/+6 |
| | | | | | | | | | | | being freed without having been initialized. * tests/exec.test: Added a test for the above. | ||||
| * | | * win/tclWinPort.h: Applied patch #1267871 by Matt Newman for | patthoyts | 2005-11-04 | 1 | -1/+46 |
| | | | | | | | | | | | | | * win/tclWinPipe.c: extended error code support on Windows. * tests/exec.test: Tests for extended error codes. * generic/tclPipe.c: Permit long codes (platform macros permitting). | ||||
| * | | * generic/tclPipe.c (TclCreatePipeline): Arrange for POSIX systems to | dkf | 2005-07-28 | 1 | -1/+29 |
| | | | | | | | | | | | | | | | | | * unix/tclUnixPipe.c (TclpOpenFile): use the O_APPEND flag for * tests/exec.test (exec-19.1): files opened in a pipeline like ">>this". Note that Windows cannot support such access; there is no equivalent flag on the handle that can be set at the kernel-call level. The test is unix-specific in every way. [Bug 1245953] | ||||
| * | | * generic/tclPipe.c (TclCreatePipeline): applied TIP #202 patch | hobbs | 2004-07-02 | 1 | -1/+5 |
| | | | | | | | | | | | * doc/exec.n, tests/exec.test: that adds 2>@1 as a special case redirection of stderr to the result output. | ||||
| * | | Standardize some use of test constraints onto names that are documented | dkf | 2004-06-23 | 1 | -4/+4 |
| | | | |||||
