Tcl Source Code

Check-in [cf8be3fc82]
Login

Many hyperlinks are disabled.
Use anonymous login to enable hyperlinks.

Overview
Comment:Fix a case of lf not being flushed in certain cases when the crlf sequence gets split across two buffers on channels in crlf mode with line buffering [https://core.tcl-lang.org/tcllib/tktview?name=c9d8a52fe]
Downloads: Tarball | ZIP archive
Timelines: family | ancestors | descendants | both | trunk | main
Files: files | file ages | folders
SHA3-256: cf8be3fc82dcee22fbf6337dffe3fa27804cd4ee812938494e61e674c2de54b3
User & Date: max 2022-08-04 15:15:46.126
Original Comment: Fix a case of lf not being flushed in certain cases when the crlf sequence gets split across two buffers on channels in crlf mode with line buffering [https://core.tcl-lang.org/tcllib/tktedit?name=c9d8a52fe]
Context
2022-08-20
17:09
Merged fix for bug [baa51423c2] check-in: 87687f362f user: apnadkarni tags: trunk, main
2022-08-19
05:49
Merge trunk check-in: 8da10854c5 user: apnadkarni tags: tip-602
2022-08-08
12:48
merge trunk check-in: a8c6470f5d user: dgp tags: dgp-refactor
12:47
merge trunk check-in: fb43e49751 user: dgp tags: novem
2022-08-04
15:15
Fix a case of lf not being flushed in certain cases when the crlf sequence gets split across two buf... check-in: cf8be3fc82 user: max tags: trunk, main
15:09
Fix a case of lf not being flushed in certain cases when the crlf sequence gets split across two buf... check-in: 2e8fc36e39 user: max tags: core-8-6-branch
2022-07-29
11:10
merge 8.7 check-in: 7288bae49d user: sebres tags: trunk, main
Changes
Unified Diff Side-by-Side Diff Patch
Changes to generic/tclIO.c.
Changes to tests/io.test.