Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge 8.7 - fix tests - hardcoded port and wsl. | apnadkarni | 2023-06-19 | 1 | -5/+6 |
|\ | |||||
| * | Merge 8.6 - fix tests - hardcoded port and wsl. | apnadkarni | 2023-06-19 | 1 | -5/+6 |
| |\ | |||||
| | * | Fix hardcoded port numbers causing Windows failures with hyperv. Disable | apnadkarni | 2023-06-19 | 1 | -7/+10 |
| | | | | | | | | | file perm test for WSL. | ||||
| | * | Correct spelling errors in comments and documentation, but also non-comment | pooryorick | 2023-04-12 | 1 | -3/+3 |
| | | | | | | | | | corrections in history.tcl and tcltest.test. | ||||
* | | | Merge 8.7 | jan.nijtmans | 2023-05-30 | 1 | -54/+45 |
|\ \ \ | |/ / | |||||
| * | | Backport IO-related changes from Tcl 9.0. Needed for preparation of TIP #653 | jan.nijtmans | 2023-05-30 | 1 | -303/+421 |
| | | | |||||
* | | | Left-over TCL_ENCODING_STRICT, not used any more. | jan.nijtmans | 2023-05-09 | 1 | -1/+3 |
| | | | | | | | | | Add "-profile tcl8" for testcases which don't work in strict profile | ||||
* | | | Make some tests select an encoding profile instead of relying on the default. | pooryorick | 2023-05-04 | 1 | -249/+265 |
| | | | |||||
* | | | More size_t -> Tcl_Size, missed by earlier updates | jan.nijtmans | 2023-04-27 | 1 | -1/+1 |
|\ \ \ | |/ / | |||||
| * | | Cherry-pick: Rearrange code blocks in DoReadChars to do less work when ↵ | jan.nijtmans | 2023-04-12 | 1 | -2/+6 |
| | | | | | | | | | | | | returning early | ||||
* | | | Fix for [25cdcb7e8fb381fb]: Incomplete utf-8 sequence followed by eofchar | pooryorick | 2023-04-18 | 1 | -4/+30 |
| | | | | | | | | | results in failed assertion. | ||||
* | | | Fix io-75.1{4,5} on Windows. Ticket [a7a89d422a] | apnadkarni | 2023-04-18 | 1 | -2/+2 |
| | | | |||||
* | | | Make encoding profile explicit in some tests. | pooryorick | 2023-04-17 | 1 | -1/+1 |
| | | | |||||
* | | | Fix for [eabcbd08274f2d22], [read] error persists on channel with strict | pooryorick | 2023-04-16 | 1 | -0/+24 |
| | | | | | | | | | encoding after encoding is changed to binary. | ||||
* | | | Fix mistake in test io-75.14 and make some spelling corrections. | pooryorick | 2023-04-16 | 1 | -14/+13 |
| | | | |||||
* | | | Extend test io-75.15 to read invalid bytes in binary mode and then use [gets] | pooryorick | 2023-04-15 | 1 | -1/+10 |
| | | | | | | | | | to retrieve last two lines. | ||||
* | | | Fix for [a7a89d422a4f5dd3], Under strict encoding, [gets] returns an error ↵ | pooryorick | 2023-04-15 | 1 | -13/+13 |
| | | | | | | | | | | | | | | | instead of returning the second line. Also, ensure that position in file does not change if [gets] return an error. | ||||
* | | | New test for [gets] with strict encoding. Also add "\" in io-76.9, missing in | pooryorick | 2023-04-14 | 1 | -7/+32 |
| | | | | | | | | | last commit. | ||||
* | | | Fix for [0cd1ae596e709259], under strict encoding, [gets] returns an error even | pooryorick | 2023-04-14 | 1 | -14/+56 |
| | | | | | | | | | though a complete line is available. | ||||
* | | | Remove last reference to -nocomplainencoding and fix some spelling errors. | pooryorick | 2023-04-13 | 1 | -1/+1 |
| | | | |||||
* | | | Rearrange code blocks in DoReadChars to do less work when returning early. | pooryorick | 2023-04-12 | 1 | -2/+6 |
| | | | |||||
* | | | Correct spelling errors in comments and documentation, but also a ↵ | pooryorick | 2023-04-12 | 1 | -3/+3 |
|\ \ \ | |/ / | | | | | | | non-comment corrections in history.tcl and tcltest.test. | ||||
| * | | Correct spelling errors in comments and documentation, but also a non-comment | pooryorick | 2023-04-12 | 1 | -3/+3 |
| | | | | | | | | | corrections in history.tcl and tcltest.test. | ||||
* | | | Remove obsolete comments. | pooryorick | 2023-04-06 | 1 | -3/+0 |
| | | | |||||
* | | | Further fix for [fa3d9fd818fa0072]. In ChannelState.encoding, NULL no longer | pooryorick | 2023-04-06 | 1 | -17/+41 |
| | | | | | | | | | represents the binary encoding. | ||||
* | | | Merge 8.7 | jan.nijtmans | 2023-04-04 | 1 | -1/+1 |
|\ \ \ | |/ / | |||||
| * | | Starting with [51d813943bcaf835], chan-io-52.10 and io-52.10 are failing on ↵ | jan.nijtmans | 2023-04-04 | 1 | -1/+1 |
| | | | | | | | | | | | | the Windows (with Visual Studio) environment. For now, disable the testcases. | ||||
| * | | Fix for [9ca87e6286262a62], sync fcopy buffers input in ReadChars(). | pooryorick | 2023-04-04 | 1 | -1/+27 |
| | | | |||||
* | | | Fix for [fa3d9fd818fa0072], [fcopy $chan1 $chan2 -size $size] is not [puts | pooryorick | 2023-04-03 | 1 | -14/+38 |
| | | | | | | | | | -nonewline $chan2 [read $chan1 -size $size]. | ||||
* | | | Fix typo in previous commit. | pooryorick | 2023-04-03 | 1 | -1/+1 |
| | | | |||||
* | | | Failing test for [9ca87e6286262a62f], Sync fcopy buffers input in ReadChars(). | pooryorick | 2023-04-03 | 1 | -1/+27 |
| | | | |||||
* | | | Merge 8.7 | jan.nijtmans | 2023-03-28 | 1 | -10/+10 |
|\ \ \ | |/ / | |||||
| * | | Merge 8.7. Go back to lowercase for POSIX err-messages | jan.nijtmans | 2023-03-27 | 1 | -17/+17 |
| |\ \ | |||||
| * \ \ | Merge 8.7 | jan.nijtmans | 2023-03-26 | 1 | -1/+1 |
| |\ \ \ | | |/ / | |||||
| * | | | Experimental fix for [fa128568a5]: EOVERFLOW does not necessarily mean "file ↵ | jan.nijtmans | 2023-03-25 | 1 | -18/+18 |
| |/ / | | | | | | | | | | | | | too big" Let's synchronize the POSIX error-messages with what Linux gives nowadays. | ||||
* | | | Merge 9.0 | jan.nijtmans | 2023-03-22 | 1 | -6/+2 |
|\ \ \ | |/ / | |||||
| * | | Remove knownProfileBug constraint: this is already fixed | jan.nijtmans | 2023-03-22 | 1 | -4/+1 |
| | | | |||||
* | | | Merge 8.7 | jan.nijtmans | 2023-03-21 | 1 | -5/+21 |
|\ \ \ | |/ / | |||||
| * | | Some test-cases, which test for partial read without throwing EILSEQ ↵ | jan.nijtmans | 2023-03-21 | 1 | -5/+5 |
| | | | | | | | | | | | | immediately, only work with ""-blocking 0". That's expected. | ||||
| * | | Proposed fix for [1bedc53c8c]: synchronous [read] with -strictencoding does ↵ | jan.nijtmans | 2023-03-20 | 1 | -0/+16 |
| | | | | | | | | | | | | not produce an error on invalid input | ||||
* | | | Merge 8.7 | jan.nijtmans | 2023-03-21 | 1 | -2/+18 |
|\ \ \ | |/ / | |||||
| * | | Proposed fix for [154ed7ce56]: Tcl 9: [gets] on -strictencoding 1 configured ↵ | jan.nijtmans | 2023-03-20 | 1 | -2/+18 |
| | | | | | | | | | | | | | | | channel. Extracted from TIP #657 branch (better keeping bug-fix separate from enhancements) | ||||
* | | | Merge 8.7 | jan.nijtmans | 2023-03-20 | 1 | -1/+1 |
|\ \ \ | |/ / | |||||
| * | | Fix [bdcb5126c0]: Failed assertion in test chan-io-7.3 | jan.nijtmans | 2023-03-20 | 1 | -1/+1 |
| | | | |||||
* | | | Merge 8.7 | jan.nijtmans | 2023-03-20 | 1 | -1/+1 |
|\ \ \ | |/ / | |||||
| * | | Fix [d7fd37ebd9]: handling leftover prefix in table encoding | jan.nijtmans | 2023-03-20 | 1 | -1/+1 |
| | | | |||||
| * | | Change -encodingprofile to -profile | apnadkarni | 2023-03-16 | 1 | -22/+22 |
| | | | |||||
| * | | Merge 8.7 | apnadkarni | 2023-03-14 | 1 | -2/+2 |
| |\ \ | |||||
| * \ \ | Merge 8.7 | apnadkarni | 2023-03-10 | 1 | -4/+14 |
| |\ \ \ | |||||
| * \ \ \ | Merge 8.7 - disable tests on WSL | apnadkarni | 2023-03-02 | 1 | -2/+4 |
| |\ \ \ \ |