| Commit message (Expand) | Author | Age | Files | Lines |
* | Correct test suite errors revealed by a -singleproc 1 -debug 1 run. | dgp | 2011-07-07 | 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 |
|
|
| * | [Bug 3148192]: Commands "read/puts" incorrectly interpret parameters. | nijtmans | 2011-01-17 | 1 | -2/+2 |
|
|
| * | * generic/tclInterp.c: Fixed completely boneheaded mistake that | dgp | 2008-06-20 | 1 | -3/+3 |
|
|
| * | * win/tclWinChan.c (FileWideSeekProc): Accepted a patch by | andreas_kupries | 2008-05-23 | 1 | -6/+6 |
|
|
| * | * generic/tclIO.c (CopyData): Applied another patch by Alexandre | andreas_kupries | 2008-04-15 | 1 | -1/+41 |
|
|
| * | * generic/tclIOCmd.c (Tcl_FcopyObjCmd): Keeping check for negative | andreas_kupries | 2008-04-10 | 1 | -3/+37 |
|
|
| * | * tests/chanio.test (chan-io-52.5): Removed '-size -1' from test, | andreas_kupries | 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. | andreas_kupries | 2008-04-07 | 1 | -2/+2 |
|
|
| * | * tests/io.test (io-53.10): Testcase for bi-directionaly fcopy. | andreas_kupries | 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 | andreas_kupries | 2008-04-04 | 1 | -3/+51 |
|
|
| * | * generic/tclIO.c (CopyData): Applied patch [Bug 1932639] to | andreas_kupries | 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 | dkf | 2010-11-24 | 1 | -300/+223 |
|
|
* | | More conversion of tcltest1 tests to tcltest2 | dkf | 2010-11-21 | 1 | -483/+521 |
|
|
* | | * tests/chanio.test: Converted many tests to tcltest2 by marking the | dkf | 2010-11-20 | 1 | -1172/+1328 |
|
|
* | | Fix tests with known dependencies on hash iteration order. | dkf | 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 | 2008-12-19 | 1 | -5/+11 |
|
|
* | | * tests/chanio.test: Replaced [chan event] handlers that | dgp | 2008-12-19 | 1 | -5/+11 |
|
|
* | | * generic/tclIO.c (Tcl_CloseEx,CloseWrite,CloseChannelPart,ChanCloseHalf): | andreas_kupries | 2008-12-18 | 1 | -9/+9 |
|
|
* | | Converted 'if 0' into 'knownBug' constraints | dkf | 2008-12-18 | 1 | -242/+80 |
|
|
* | | Temporarily disable half-close test because of issue in tcltest cleanup | ferrieux | 2008-12-18 | 1 | -3/+3 |
|
|
* | | TIP #332 IMPLEMENTATION - Half-Close for Bidirectional Channels | ferrieux | 2008-12-18 | 1 | -2/+51 |
|
|
* | | * changes: Updates for 8.6a1 release. | dgp | 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 | andreas_kupries | 2008-05-23 | 1 | -6/+6 |
|
|
* | | Assorted improvements to make better use of tcltest2 | dkf | 2008-04-23 | 1 | -45/+50 |
|
|
* | | * generic/tclIO.c (CopyData): Applied another patch by Alexandre | andreas_kupries | 2008-04-15 | 1 | -1/+41 |
|
|
* | | * generic/tclIOCmd.c (Tcl_FcopyObjCmd): Keeping check for negative | andreas_kupries | 2008-04-10 | 1 | -3/+37 |
|
|
* | | * tests/chanio.test (chan-io-52.5): Removed '-size -1' from test, | andreas_kupries | 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. | andreas_kupries | 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 | andreas_kupries | 2008-04-04 | 1 | -3/+51 |
|
|
* | | * generic/tclIO.c (CopyData): Applied patch [Bug 1932639] to | andreas_kupries | 2008-04-03 | 1 | -1/+46 |
|/ |
|
* | merge stable branch onto HEAD | dgp | 2007-12-13 | 1 | -1/+1 |
|
|
* | * tests/io.test, tests/chanio.test (io-73.1): Make sure to invalidate | hobbs | 2007-12-09 | 1 | -1/+6 |
|
|
* | * tests/chanio.test: New file. This is essentially a duplicate of | andreas_kupries | 2007-11-14 | 1 | -0/+7463 |
|
|