| Commit message (Expand) | Author | Age | Files | Lines |
... | |
| | * | * 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/io.test (io-52.5): Removed '-size -1' from test, does not | andreas_kupries | 2008-04-09 | 1 | -2/+2 |
|
|
| | * | * tests/io.test (io-53.8,53.9,53.10): Backported das' fix of typo | andreas_kupries | 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 |
|
|
| | * | * generic/tclIO.c (BUSY_STATE, CheckChannelErrors, | andreas_kupries | 2008-04-07 | 1 | -1/+2 |
|
|
| | * | * 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 |
|
|
| | * | * generic/tclEncoding.c (EscapeFromUtfProc): Applied patch | andreas_kupries | 2007-02-12 | 1 | -1/+61 |
|
|
| | * | * tests/io.test (io-43.1 io-44.[1234]): Rewritten to be | andreas_kupries | 2006-03-16 | 1 | -23/+43 |
|
|
| | * | * generic/tclIO.c (Tcl_SetChannelBufferSize): Lowest size limit | davygrvy | 2005-04-14 | 1 | -2/+2 |
|
|
| | * | TIP#218 IMPLEMENTATION | andreas_kupries | 2005-01-27 | 1 | -1/+7 |
|
|
| | * | * tests/fileName.test: | das | 2004-11-11 | 1 | -2/+2 |
|
|
| | * | * tests/appendComp.test: Backport test suite fixes of errors | dgp | 2004-10-28 | 1 | -3/+3 |
|
|
| | * | (io-61.1): create file in binary mode for x-platcore_8_4_7 | hobbs | 2004-07-26 | 1 | -1/+2 |
|
|
| | * | * tests/eofchar.data (removed): Test io-61.1 now generates its own | dgp | 2004-07-23 | 1 | -8/+14 |
|
|
| | * | * generic/tclIO.c (Tcl_SetChannelOption): Fixed [SF Tcl Bug | andreas_kupries | 2004-04-23 | 1 | -1/+18 |
|
|
| | * | * tests/basic.test: Made several tests more robust to the | dgp | 2004-02-25 | 1 | -40/+50 |
|
|
| | * | * tests/exec.test: Corrected temporary file management | dgp | 2003-10-07 | 1 | -366/+364 |
|
|
| | * | * tests/io.test: Corrected several tests that failed when paths | dgp | 2003-10-07 | 1 | -22/+13 |
|
|
| * | | [Bug 3148192]: Commands "read/puts" incorrectly interpret parameters. | nijtmans | 2011-01-17 | 1 | -2/+2 |
|
|
| * | | [backport] Make sure [fcopy -size ... -command ...] always calls the callback... | ferrieux | 2010-12-10 | 1 | -1/+39 |
|
|
| * | | * tests/io.test: New test io-53.11 to test for [Bug 2895565]. | dgp | 2009-11-12 | 1 | -1/+32 |
|
|
| * | | * generic/tclIO.c (SetChannelFromAny and related): Modified the | andreas_kupries | 2008-12-11 | 1 | -1/+11 |
|
|
| * | | * generic/tclInterp.c: Fixed completely boneheaded mistake that | dgp | 2008-06-20 | 1 | -3/+3 |
|
|
| * | | (io-53.9): need to close chan before removing file | hobbs | 2008-05-26 | 1 | -1/+2 |
|
|
| * | | * 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/io.test (io-53.8): Fixed ordering of vwait and after | andreas_kupries | 2008-04-08 | 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/+4 |
|
|
| * | | * 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 |
|
|
* | | | Make sure [fcopy -size ... -command ...] always calls the callback asynchrono... | ferrieux | 2010-12-10 | 1 | -1/+39 |
|
|
* | | | Fix tests with known dependencies on hash iteration order. | dkf | 2010-02-07 | 1 | -2/+2 |
|
|
* | | | a bit of cleanup | dgp | 2009-11-20 | 1 | -5/+5 |
|
|
* | | | * generic/tclIO.c (CopyData): [Bug 2895565]. Dropped bogosity | andreas_kupries | 2009-11-12 | 1 | -1/+32 |
|
|
* | | | * tests/io.test: Add missing [close $f] to io-73.2. | dgp | 2008-12-19 | 1 | -4/+7 |
|
|
* | | | * generic/tclIO.c (SetChannelFromAny and related): Modified the | andreas_kupries | 2008-12-11 | 1 | -1/+11 |
|
|
* | | | * changes: Updates for 8.6a1 release. | dgp | 2008-06-20 | 1 | -3/+3 |
|
|
* | | | (io-53.9): need to close chan before removing file | hobbs | 2008-05-26 | 1 | -1/+2 |
|
|
* | | | * 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 |
|
|