| Commit message (Expand) | Author | Age | Files | Lines |
| * | test repairs | dgp@users.sourceforge.net | 2016-07-22 | 1 | -2/+0 |
|
|
| * | [77d58e3a7a] Test case independence: chanio, cmdah, env, history. | donal.k.fellows@manchester.ac.uk | 2016-07-14 | 1 | -4/+19 |
|
|
| * | Modify the "gettimes" test-command to use the Tcl_Obj API. | nijtmans@users.sourceforge.net | 2014-07-16 | 1 | -5/+11 |
|
|
| * | Restore the largefileSupport constraint on Darwin, where tests (chan)io-34.21 | dgp@users.sourceforge.net | 2014-05-12 | 1 | -1/+1 |
| |\ |
|
| | * | Restore the largefileSupport constraint on Darwin, where tests (chan)io-34.21 | dgp@users.sourceforge.net | 2014-05-12 | 1 | -1/+1 |
|
|
| * | | Tests (chan)io-34.21 are constrained for largefileSupport, and that's disable... | dgp@users.sourceforge.net | 2014-05-09 | 1 | -3/+3 |
| |\ \
| |/ |
|
| | * | Tests (chan)io-34.21 are constrained for largefileSupport, and that's | dgp@users.sourceforge.net | 2014-05-09 | 1 | -3/+3 |
|
|
| * | | [Bug 3605120]: Stop test chan-io-28.7 from hanging when run standalone. | donal.k.fellows@manchester.ac.uk | 2013-02-26 | 1 | -5/+9 |
|
|
| * | | Let all test-cases which require Thread, at least require Thread 2.7 | nijtmans@users.sourceforge.net | 2012-11-16 | 1 | -1/+1 |
|
|
| * | | No longer build tcltest.exe to run the tests,but use tclsh86.exe in combinati... | nijtmans@users.sourceforge.net | 2012-07-29 | 1 | -0/+3 |
|
|
| * | | Release the right thread! D'oh! | dgp@users.sourceforge.net | 2011-09-09 | 1 | -1/+1 |
|
|
| * | | 3389733 Convert [testthread] use to Thread package use in chan-io-70.1. | dgp@users.sourceforge.net | 2011-09-09 | 1 | -20/+8 |
|
|
| * | | Correct test suite errors revealed by a -singleproc 1 -debug 1 run. | dgp@users.sourceforge.net | 2011-07-07 | 1 | -1/+1 |
|
|
| * | | Now that we're no longer using SCM based on RCS, the RCS Keyword lines | dgp@users.sourceforge.net | 2011-03-02 | 1 | -2/+0 |
| |\ \
| |/ |
|
| | * | Now that we're no longer using SCM based on RCS, the RCS Keyword lines cause | dgp@users.sourceforge.net | 2011-03-02 | 1 | -2/+0 |
|
|
| | * | [Bug 3148192]: Commands "read/puts" incorrectly interpret parameters. | nijtmans | 2011-01-17 | 1 | -2/+2 |
|
|
| | * | * generic/tclInterp.c: Fixed completely boneheaded mistake that | dgp@users.sourceforge.net | 2008-06-20 | 1 | -3/+3 |
|
|
| | * | * win/tclWinChan.c (FileWideSeekProc): Accepted a patch by | akupries@shaw.ca | 2008-05-23 | 1 | -6/+6 |
|
|
| | * | * generic/tclIO.c (CopyData): Applied another patch by Alexandre | akupries@shaw.ca | 2008-04-15 | 1 | -1/+41 |
|
|
| | * | * generic/tclIOCmd.c (Tcl_FcopyObjCmd): Keeping check for negative | akupries@shaw.ca | 2008-04-10 | 1 | -3/+37 |
|
|
| | * | * tests/chanio.test (chan-io-52.5): Removed '-size -1' from test, | akupries@shaw.ca | 2008-04-09 | 1 | -2/+2 |
|
|
| | * | * tests/chanio.test (chan-io-53.8,53.9,53.10): fix typo & quoting for | das | 2008-04-08 | 1 | -4/+4 |
|
|
| | * | Corrected test name. | akupries@shaw.ca | 2008-04-07 | 1 | -2/+2 |
|
|
| | * | * tests/io.test (io-53.10): Testcase for bi-directionaly fcopy. | akupries@shaw.ca | 2008-04-07 | 1 | -1/+71 |
|
|
| | * | * tests/chanio.test (chan-io-53.9): | Kevin B Kenny | 2008-04-06 | 1 | -3/+5 |
|
|
| | * | * tests/io.test (io-53.9): Added testcase for [Bug 780533], based | akupries@shaw.ca | 2008-04-04 | 1 | -3/+51 |
|
|
| | * | * generic/tclIO.c (CopyData): Applied patch [Bug 1932639] to | akupries@shaw.ca | 2008-04-03 | 1 | -1/+46 |
|
|
| * | | [Bug 3148192]: Commands "read/puts" incorrectly interpret parameters. | nijtmans | 2011-01-17 | 1 | -2/+2 |
|
|
| * | | * tests/chanio.test, tests/iogt.test, tests/ioTrans.test: Convert more | donal.k.fellows@manchester.ac.uk | 2010-11-24 | 1 | -300/+223 |
|
|
| * | | More conversion of tcltest1 tests to tcltest2 | donal.k.fellows@manchester.ac.uk | 2010-11-21 | 1 | -483/+521 |
|
|
| * | | * tests/chanio.test: Converted many tests to tcltest2 by marking the | donal.k.fellows@manchester.ac.uk | 2010-11-20 | 1 | -1172/+1328 |
|
|
| * | | Fix tests with known dependencies on hash iteration order. | donal.k.fellows@manchester.ac.uk | 2010-02-07 | 1 | -4/+5 |
|
|
| * | | Test-case for fixed [Bug 2849797] | nijtmans | 2009-11-19 | 1 | -5/+5 |
|
|
| * | | * tests/chanio.test: Add missing [removeFile] cleanups. | dgp@users.sourceforge.net | 2008-12-19 | 1 | -5/+11 |
|
|
| * | | * tests/chanio.test: Replaced [chan event] handlers that | dgp@users.sourceforge.net | 2008-12-19 | 1 | -5/+11 |
|
|
| * | | * generic/tclIO.c (Tcl_CloseEx,CloseWrite,CloseChannelPart,ChanCloseHalf): | akupries@shaw.ca | 2008-12-18 | 1 | -9/+9 |
|
|
| * | | Converted 'if 0' into 'knownBug' constraints | donal.k.fellows@manchester.ac.uk | 2008-12-18 | 1 | -242/+80 |
|
|
| * | | Temporarily disable half-close test because of issue in tcltest cleanup | ferrieux@users.sourceforge.net | 2008-12-18 | 1 | -3/+3 |
|
|
| * | | TIP #332 IMPLEMENTATION - Half-Close for Bidirectional Channels | ferrieux@users.sourceforge.net | 2008-12-18 | 1 | -2/+51 |
|
|
| * | | * changes: Updates for 8.6a1 release. | dgp@users.sourceforge.net | 2008-06-20 | 1 | -3/+3 |
|
|
| * | | sync with 2008-05-26 io-53.9 change | das | 2008-06-12 | 1 | -1/+2 |
|
|
| * | | * win/tclWinChan.c (FileWideSeekProc): Accepted a patch by | akupries@shaw.ca | 2008-05-23 | 1 | -6/+6 |
|
|
| * | | Assorted improvements to make better use of tcltest2 | donal.k.fellows@manchester.ac.uk | 2008-04-23 | 1 | -45/+50 |
|
|
| * | | * generic/tclIO.c (CopyData): Applied another patch by Alexandre | akupries@shaw.ca | 2008-04-15 | 1 | -1/+41 |
|
|
| * | | * generic/tclIOCmd.c (Tcl_FcopyObjCmd): Keeping check for negative | akupries@shaw.ca | 2008-04-10 | 1 | -3/+37 |
|
|
| * | | * tests/chanio.test (chan-io-52.5): Removed '-size -1' from test, | akupries@shaw.ca | 2008-04-09 | 1 | -2/+2 |
|
|
| * | | * tests/chanio.test (chan-io-53.8,53.9,53.10): fix typo & quoting for | das | 2008-04-08 | 1 | -4/+4 |
|
|
| * | | * tests/io.test (io-53.10): Testcase for bi-directionaly fcopy. | akupries@shaw.ca | 2008-04-07 | 1 | -1/+71 |
|
|
| * | | * tests/chanio.test (chan-io-53.9): | Kevin B Kenny | 2008-04-06 | 1 | -3/+5 |
|
|
| * | | * tests/io.test (io-53.9): Added testcase for [Bug 780533], based | akupries@shaw.ca | 2008-04-04 | 1 | -3/+51 |
|
|