| Commit message (Expand) | Author | Age | Files | Lines |
... | |
| * | | * 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 |
|
|
* | | | * 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 |
|/ / |
|
* | | 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 | -2/+2 |
|
|
* | | * generic/tclIOCmd.c: Revise [open] so that it interprets leading | dgp | 2007-10-15 | 1 | -5/+5 |
|
|
* | | * tests/encoding.test: Modified so that encoding tests happen | Kevin B Kenny | 2007-05-04 | 1 | -1/+10 |
|
|
* | | * generic/tclEncoding.c (EscapeFromUtfProc): | mdejong | 2006-12-27 | 1 | -1/+61 |
|
|
* | | Keep most tests from making sockets that are reachable off the machine. | dkf | 2006-11-03 | 1 | -25/+27 |
|
|
* | | * doc/ParseCmd.3, doc/Tcl.n, doc/eval.n, doc/exec.n: | hobbs | 2006-11-03 | 1 | -2/+2 |
|
|
* | | * tests/*.test: updated all tests to refer explicitly to thetip_278_20061009 | Miguel Sofer | 2006-10-09 | 1 | -7/+7 |
|
|
* | | Use test constraints properly instead of looking in tcl_platform | dkf | 2006-03-21 | 1 | -12/+5 |
|
|
* | | * tests/io.test (io-43.1 io-44.[1234]): Rewritten to be | andreas_kupries | 2006-03-16 | 1 | -19/+36 |
|
|
* | | TIP#219 IMPLEMENTATION | andreas_kupries | 2005-08-24 | 1 | -8/+269 |
|
|
* | | Merged kennykb-numerics-branch back to the head; TIPs 132 and 232 | Kevin B Kenny | 2005-05-10 | 1 | -1/+1 |
|
|
* | | * 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/basic.test: Updated functional (not testing) uses of | dgp | 2004-11-18 | 1 | -12/+37 |
|
|
* | | * tests/fileName.test: | das | 2004-11-11 | 1 | -3/+3 |
|
|
* | | typo fix | dgp | 2004-10-31 | 1 | -2/+2 |
|
|
* | | Turn umask2 constraint into something more commonly satisfiable | dkf | 2004-10-31 | 1 | -85/+39 |
|
|
* | | * tests/clock.test: Correct duplicate test names. | dgp | 2004-10-28 | 1 | -3/+3 |
|
|
* | | * tests/io.test: Make io-61.1 create file as binary to pass on Win32 | patthoyts | 2004-07-25 | 1 | -1/+2 |
|
|
* | | * tests/eofchar.data (removed): Test io-61.1 now generates its own | dgp | 2004-07-23 | 1 | -6/+13 |
|
|
* | | tests/io.test: Changed several tests to run the event | Kevin B Kenny | 2004-07-02 | 1 | -13/+14 |
|
|
* | | * tests/io.test: Added -force to 18.1 and 18.2. This was failing | patthoyts | 2004-06-23 | 1 | -3/+3 |
|
|
* | | Standardize some use of test constraints onto names that are documented | dkf | 2004-06-23 | 1 | -13/+13 |
|
|