summaryrefslogtreecommitdiffstats
path: root/tests/io.test
Commit message (Expand)AuthorAgeFilesLines
* Mention compatibility matters in Changelog. Make test insensitive to ambient ...ferrieux2012-04-301-0/+1
* Compat flag, test, and doc update.tip_398_implferrieux2012-04-281-1/+20
* revert test-case change for [Bug 2935503]jan.nijtmans2011-10-131-3/+3
|\
| * revert test-case from [Bug 2935503]jan.nijtmans2011-10-131-3/+3
| |\
| | * revert test-case change from [Bug 2935503]jan.nijtmans2011-10-131-3/+3
* | | [Bug 2935503] Incorrect mode field returned by file stat commandjan.nijtmans2011-10-111-4/+4
|\ \ \ | |/ /
| * | [Bug 2935503] Incorrect mode field returned by file stat commandjan.nijtmans2011-10-111-4/+4
| |\ \ | | |/
| | * [Bug 2935503] Incorrect mode field returned by file stat commandjan.nijtmans2011-10-111-3/+3
* | | 3389733 Convert [testthread] use to Thread package use in *io-70.1.dgp2011-09-091-25/+8
* | | Now that we're no longer using SCM based on RCS, the RCS Keyword linesdgp2011-03-021-2/+0
|\ \ \ | |/ /
| * | Now that we're no longer using SCM based on RCS, the RCS Keyword lines causedgp2011-03-021-2/+0
| |\ \ | | |/
| | * Now that we're no longer using SCM based on RCS, the RCS Keyword lines causedgp2011-03-011-2/+0
| | * * generic/tclIO.c (CopyData): [Bug 2895565]. Dropped bogosityandreas_kupries2009-11-121-1/+32
| | * * tests/binary.test: Corrected flawed tests revealed by a -debug 1dgp2008-06-201-3/+3
| | * * tests/io.test (io-53.9): need to close chan before removing file.hobbs2008-05-261-1/+2
| | * * win/tclWinChan.c (FileWideSeekProc): Accepted a patch byandreas_kupries2008-05-231-6/+6
| | * * generic/tclIO.c (CopyData): Applied another patch by Alexandreandreas_kupries2008-04-151-1/+41
| | * * generic/tclIOCmd.c (Tcl_FcopyObjCmd): Keeping check for negativeandreas_kupries2008-04-101-3/+37
| | * * tests/io.test (io-52.5): Removed '-size -1' from test, does notandreas_kupries2008-04-091-2/+2
| | * * tests/io.test (io-53.8,53.9,53.10): Backported das' fix of typoandreas_kupries2008-04-081-4/+4
| | * * tests/io.test (io-53.10): Testcase for bi-directionaly fcopy.andreas_kupries2008-04-071-1/+71
| | * * generic/tclIO.c (BUSY_STATE, CheckChannelErrors,andreas_kupries2008-04-071-1/+2
| | * * tests/io.test (io-53.9): Added testcase for [Bug 780533], basedandreas_kupries2008-04-041-3/+51
| | * * generic/tclIO.c (CopyData): Applied patch [Bug 1932639] toandreas_kupries2008-04-031-1/+46
| | * * generic/tclEncoding.c (EscapeFromUtfProc): Applied patchandreas_kupries2007-02-121-1/+61
| | * * tests/io.test (io-43.1 io-44.[1234]): Rewritten to beandreas_kupries2006-03-161-23/+43
| | * * generic/tclIO.c (Tcl_SetChannelBufferSize): Lowest size limitdavygrvy2005-04-141-2/+2
| | * TIP#218 IMPLEMENTATIONandreas_kupries2005-01-271-1/+7
| | * * tests/fileName.test:das2004-11-111-2/+2
| | * * tests/appendComp.test: Backport test suite fixes of errorsdgp2004-10-281-3/+3
| | * (io-61.1): create file in binary mode for x-platcore_8_4_7hobbs2004-07-261-1/+2
| | * * tests/eofchar.data (removed): Test io-61.1 now generates its owndgp2004-07-231-8/+14
| | * * generic/tclIO.c (Tcl_SetChannelOption): Fixed [SF Tcl Bugandreas_kupries2004-04-231-1/+18
| | * * tests/basic.test: Made several tests more robust to thedgp2004-02-251-40/+50
| | * * tests/exec.test: Corrected temporary file managementdgp2003-10-071-366/+364
| | * * tests/io.test: Corrected several tests that failed when pathsdgp2003-10-071-22/+13
| * | [Bug 3148192]: Commands "read/puts" incorrectly interpret parameters.nijtmans2011-01-171-2/+2
| * | [backport] Make sure [fcopy -size ... -command ...] always calls the callback...ferrieux2010-12-101-1/+39
| * | * tests/io.test: New test io-53.11 to test for [Bug 2895565].dgp2009-11-121-1/+32
| * | * generic/tclIO.c (SetChannelFromAny and related): Modified theandreas_kupries2008-12-111-1/+11
| * | * generic/tclInterp.c: Fixed completely boneheaded mistake thatdgp2008-06-201-3/+3
| * | (io-53.9): need to close chan before removing filehobbs2008-05-261-1/+2
| * | * win/tclWinChan.c (FileWideSeekProc): Accepted a patch byandreas_kupries2008-05-231-6/+6
| * | * generic/tclIO.c (CopyData): Applied another patch by Alexandreandreas_kupries2008-04-151-1/+41
| * | * generic/tclIOCmd.c (Tcl_FcopyObjCmd): Keeping check for negativeandreas_kupries2008-04-101-3/+37
| * | * tests/chanio.test (chan-io-52.5): Removed '-size -1' from test,andreas_kupries2008-04-091-2/+2
| * | * tests/io.test (io-53.8): Fixed ordering of vwait and afterandreas_kupries2008-04-081-2/+2
| * | * tests/chanio.test (chan-io-53.8,53.9,53.10): fix typo & quoting fordas2008-04-081-4/+4
| * | * tests/io.test (io-53.10): Testcase for bi-directionaly fcopy.andreas_kupries2008-04-071-1/+71
| * | * tests/chanio.test (chan-io-53.9):Kevin B Kenny2008-04-061-3/+4