summaryrefslogtreecommitdiffstats
path: root/generic/tclIO.c
Commit message (Expand)AuthorAgeFilesLines
* more spacing/formatting tweaksdkf2024-03-191-5/+5
* Fix indentation/brace usage style issuesdkf2024-03-191-58/+62
* Restore TclListObjGetElements()/TclListObjLength() as they were in 8.6 too.jan.nijtmans2024-03-121-1/+1
* Remove some dead codejan.nijtmans2024-02-211-12/+3
* merge 8.7sebres2024-01-291-1/+2
|\
| * merge 8.6sebres2024-01-291-1/+2
| |\
| | * closes [db4f2843cd]: fixes SF by BO in ReadChars (and Tcl_ReadChars with appe...sebres2024-01-291-1/+2
* | | Merge 8.7jan.nijtmans2024-01-221-1/+1
|\ \ \ | |/ /
| * | Merge TCL8.6oehhar2024-01-221-1/+1
| |\ \ | | |/
| | * [db4f2843cd],[da16d15574]: revert Tcl_ReadChars fix, due to performance impact.oehhar2024-01-221-1/+1
* | | merge 8.7 (fix for [db4f2843cd])sebres2023-12-061-1/+1
|\ \ \ | |/ /
| * | merge 8.6 (fix for [db4f2843cd])sebres2023-12-061-1/+1
| |\ \ | | |/
| | * closes [db4f2843cd]: fixes SF by BO in ReadChars (and Tcl_ReadChars with appe...sebres2023-12-051-1/+1
* | | Fix bug [a173f922]: fcopy does not write leading correct chars on later encod...oehhar2023-11-201-0/+18
|\ \ \ | |/ /
| * | Merge core-8-branchoehhar2023-11-201-1/+28
| |\ \
| * | | Bug [a173f922]: fix bug: fcopy does not write leading correct chars on later ...oehhar2023-11-201-0/+18
* | | | TIP #653: Handle consumed data of channel commands in case of encoding errorsjan.nijtmans2023-11-181-0/+27
|\ \ \ \ | | |/ / | |/| |
| * | | Add test for blocking modejan.nijtmans2023-11-141-1/+28
| |/ /
* | | Merge 8.7. Also fix Windows symbols build with Visual Studiojan.nijtmans2023-11-181-1/+1
|\ \ \ | |/ /
* | | Revise macro usagejan.nijtmans2023-11-161-1/+1
* | | Merge 8.7jan.nijtmans2023-11-151-1/+1
|\ \ \ | |/ /
* | | Bug [c4eb46a1]: endless loop on non blocking gets with encoding error. No add...oehhar2023-11-131-2/+17
|\ \ \ | |/ /
| * | Bug [c4eb46a1]: non-blocking gets fires the error on 2nd call when sequence i...oehhar2023-11-131-0/+6
| * | Bug [c4eb46a1]: endless loop on gets, non blocking, profile strict, encoding ...oehhar2023-11-121-2/+11
* | | Rebase to latest 9.0jan.nijtmans2023-11-101-22/+6
|\ \ \
| * \ \ Merge mainoehhar2023-11-021-5/+5
| |\ \ \
| * \ \ \ Merge 9.0. Make stderr channel -profile replacejan.nijtmans2023-09-291-0/+6
| |\ \ \ \
| * \ \ \ \ Merge 9.0jan.nijtmans2023-06-121-41/+19
| |\ \ \ \ \ | | |/ / / /
| * | | | | Remove more ... to be split off in separate TIP'sjan.nijtmans2023-05-051-70/+33
| * | | | | Tcl_InputEncodingError() -> TclInputEncodingError. It will be split off in a ...jan.nijtmans2023-05-041-2/+2
| * | | | | Some int -> Tcl_Size. Remove unnecessary knownBug constraintjan.nijtmans2023-05-041-2/+2
| * | | | | Merge 9.0jan.nijtmans2023-05-031-22/+22
| |\ \ \ \ \
| * \ \ \ \ \ Merge 9.0jan.nijtmans2023-04-211-28/+33
| |\ \ \ \ \ \
| * \ \ \ \ \ \ Merge 9.0jan.nijtmans2023-04-181-13/+12
| |\ \ \ \ \ \ \
| * \ \ \ \ \ \ \ Merge 9.0jan.nijtmans2023-04-151-3/+5
| |\ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ Merge 9.0jan.nijtmans2023-04-141-10/+10
| |\ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ Merge 9.0jan.nijtmans2023-04-121-94/+80
| |\ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ Merge 9.0jan.nijtmans2023-04-051-40/+70
| |\ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ Rebase to 9.0jan.nijtmans2023-03-311-8/+37
| |\ \ \ \ \ \ \ \ \ \ \ \
| | * \ \ \ \ \ \ \ \ \ \ \ Merge 9.0jan.nijtmans2023-03-301-11/+9
| | |\ \ \ \ \ \ \ \ \ \ \ \
| | * \ \ \ \ \ \ \ \ \ \ \ \ Merge 9.0jan.nijtmans2023-03-281-7/+0
| | |\ \ \ \ \ \ \ \ \ \ \ \ \
| | * \ \ \ \ \ \ \ \ \ \ \ \ \ Merge 9.0jan.nijtmans2023-03-221-12/+12
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | |/ / / / / / / / / / / / /
| | * | | | | | | | | | | | | | exchange profile <-> eofchar output in "fconfigure". Fix some testcases, whic...jan.nijtmans2023-03-211-14/+14
| | * | | | | | | | | | | | | | Don't reset CHANNEL_ENCODING_ERROR here, otherwise Tcl_InputEncodingError() w...jan.nijtmans2023-03-161-1/+0
| | * | | | | | | | | | | | | | Merge tip-656-tcl9jan.nijtmans2023-03-161-16/+36
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | | | | | Allow -encoding to be shortened (again)jan.nijtmans2023-03-161-1/+1
| | * | | | | | | | | | | | | | | Merge tip-656-tcl9jan.nijtmans2023-03-141-27/+40
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | | | | | | Implement return options for read/getsjan.nijtmans2023-03-141-3/+9
| | * | | | | | | | | | | | | | | | Implement new function Tcl_InputEncodingError()jan.nijtmans2023-03-101-0/+26
| | * | | | | | | | | | | | | | | | Oopsjan.nijtmans2023-03-081-3/+1