summaryrefslogtreecommitdiffstats
path: root/tests/io.test
Commit message (Expand)AuthorAgeFilesLines
* Left-over TCL_ENCODING_STRICT, not used any more.jan.nijtmans2023-05-091-1/+3
* Make some tests select an encoding profile instead of relying on the default.pooryorick2023-05-041-249/+265
* More size_t -> Tcl_Size, missed by earlier updatesjan.nijtmans2023-04-271-1/+1
|\
| * Cherry-pick: Rearrange code blocks in DoReadChars to do less work when return...jan.nijtmans2023-04-121-2/+6
* | Fix for [25cdcb7e8fb381fb]: Incomplete utf-8 sequence followed by eofcharpooryorick2023-04-181-4/+30
* | Fix io-75.1{4,5} on Windows. Ticket [a7a89d422a]apnadkarni2023-04-181-2/+2
* | Make encoding profile explicit in some tests.pooryorick2023-04-171-1/+1
* | Fix for [eabcbd08274f2d22], [read] error persists on channel with strictpooryorick2023-04-161-0/+24
* | Fix mistake in test io-75.14 and make some spelling corrections.pooryorick2023-04-161-14/+13
* | Extend test io-75.15 to read invalid bytes in binary mode and then use [gets] pooryorick2023-04-151-1/+10
* | Fix for [a7a89d422a4f5dd3], Under strict encoding, [gets] returns an error in...pooryorick2023-04-151-13/+13
* | New test for [gets] with strict encoding. Also add "\" in io-76.9, missing inpooryorick2023-04-141-7/+32
* | Fix for [0cd1ae596e709259], under strict encoding, [gets] returns an error evenpooryorick2023-04-141-14/+56
* | Remove last reference to -nocomplainencoding and fix some spelling errors.pooryorick2023-04-131-1/+1
* | Rearrange code blocks in DoReadChars to do less work when returning early.pooryorick2023-04-121-2/+6
* | Correct spelling errors in comments and documentation, but also a non-comment...pooryorick2023-04-121-3/+3
|\ \ | |/
| * Correct spelling errors in comments and documentation, but also a non-comment pooryorick2023-04-121-3/+3
* | Remove obsolete comments.pooryorick2023-04-061-3/+0
* | Further fix for [fa3d9fd818fa0072]. In ChannelState.encoding, NULL no longerpooryorick2023-04-061-17/+41
* | Merge 8.7jan.nijtmans2023-04-041-1/+1
|\ \ | |/
| * Starting with [51d813943bcaf835], chan-io-52.10 and io-52.10 are failing on ...jan.nijtmans2023-04-041-1/+1
| * Fix for [9ca87e6286262a62], sync fcopy buffers input in ReadChars().pooryorick2023-04-041-1/+27
* | Fix for [fa3d9fd818fa0072], [fcopy $chan1 $chan2 -size $size] is not [putspooryorick2023-04-031-14/+38
* | Fix typo in previous commit.pooryorick2023-04-031-1/+1
* | Failing test for [9ca87e6286262a62f], Sync fcopy buffers input in ReadChars().pooryorick2023-04-031-1/+27
* | Merge 8.7jan.nijtmans2023-03-281-10/+10
|\ \ | |/
| * Merge 8.7. Go back to lowercase for POSIX err-messagesjan.nijtmans2023-03-271-17/+17
| |\
| * \ Merge 8.7jan.nijtmans2023-03-261-1/+1
| |\ \ | | |/
| * | Experimental fix for [fa128568a5]: EOVERFLOW does not necessarily mean "file ...jan.nijtmans2023-03-251-18/+18
| |/
* | Merge 9.0jan.nijtmans2023-03-221-6/+2
|\ \ | |/
| * Remove knownProfileBug constraint: this is already fixedjan.nijtmans2023-03-221-4/+1
* | Merge 8.7jan.nijtmans2023-03-211-5/+21
|\ \ | |/
| * Some test-cases, which test for partial read without throwing EILSEQ immediat...jan.nijtmans2023-03-211-5/+5
| * Proposed fix for [1bedc53c8c]: synchronous [read] with -strictencoding does n...jan.nijtmans2023-03-201-0/+16
* | Merge 8.7jan.nijtmans2023-03-211-2/+18
|\ \ | |/
| * Proposed fix for [154ed7ce56]: Tcl 9: [gets] on -strictencoding 1 configured ...jan.nijtmans2023-03-201-2/+18
* | Merge 8.7jan.nijtmans2023-03-201-1/+1
|\ \ | |/
| * Fix [bdcb5126c0]: Failed assertion in test chan-io-7.3jan.nijtmans2023-03-201-1/+1
* | Merge 8.7jan.nijtmans2023-03-201-1/+1
|\ \ | |/
| * Fix [d7fd37ebd9]: handling leftover prefix in table encodingjan.nijtmans2023-03-201-1/+1
| * Change -encodingprofile to -profileapnadkarni2023-03-161-22/+22
| * Merge 8.7apnadkarni2023-03-141-2/+2
| |\
| * \ Merge 8.7apnadkarni2023-03-101-4/+14
| |\ \
| * \ \ Merge 8.7 - disable tests on WSLapnadkarni2023-03-021-2/+4
| |\ \ \
| * | | | Bug [e778e3f804]. Fix error message for invalid profile name.apnadkarni2023-03-021-1/+1
| * | | | Merge 8.7apnadkarni2023-02-281-0/+21
| |\ \ \ \
| * \ \ \ \ Merge 8.7apnadkarni2023-02-281-63/+0
| |\ \ \ \ \
| * \ \ \ \ \ Merge 8.7apnadkarni2023-02-241-8/+8
| |\ \ \ \ \ \
| * | | | | | | -strictencoding 1 -> -encodingprofile strict (since the testcases placed back...jan.nijtmans2023-02-231-8/+8
| * | | | | | | Remove left-over traces of [0a74820b6d], which was merged into the apn-encodi...jan.nijtmans2023-02-231-382/+92