summaryrefslogtreecommitdiffstats
path: root/generic/tclIO.c
Commit message (Expand)AuthorAgeFilesLines
* Missing guard against NULL interp.dgp2024-07-221-2/+6
* Add "chan isbinary" for checking whether a _channel_ is binaryjan.nijtmans2024-06-241-0/+28
|\
| * Add "chan isbinary" for checking whether a _channel_ is binary.jan.nijtmans2024-06-231-0/+28
* | TIP #699: Remove support for encoding aliases {} and "binary".jan.nijtmans2024-06-241-2/+4
|\ \ | |/ |/|
| * Eliminate "-encoding binary" in favour of "-translation binary". Meant for in...jan.nijtmans2024-06-211-1/+5
|/
* Remove dead code / outdated commentjan.nijtmans2024-06-201-9/+0
* Fix [7be97a6859]: Reviewing chan.n changesjan.nijtmans2024-06-191-1/+1
|\
| * Fix [7be97a6859]: Reviewing chan.n changesjan.nijtmans2024-06-191-1/+1
| |\
| | * Change "channelId" to "channel" in documentation, error-handling and testcasesjan.nijtmans2024-06-171-1/+1
| |/ |/|
| * Fix [18f4a94d03], by reverting [9bcec7cd880540c3], which caused it.jan.nijtmans2024-05-291-70/+21
| |\
* | | Simpler commenting of Tcl_ChannelType instances; make zip channel type constdkf2024-06-091-3/+4
* | | Space before tab is an extremely unlikely to be correct indentation patterndkf2024-06-041-15/+15
| |/ |/|
* | Merge trunkapnadkarni2024-05-291-4/+4
|\ \
| * \ Merge 8.7jan.nijtmans2024-05-281-4/+4
| |\ \ | | |/
| | * Eliminate some unnecessary type-casts. Tcl_GetString -> TclGetString where ap...jan.nijtmans2024-05-281-5/+5
| | |\
| | | * Make TclGlob() a static function. Sentinel/indenting/comment improvements (al...jan.nijtmans2024-05-281-5/+5
| | | * Fix [3fc3287497]: TclGetProcessGlobalValue encodes information twice on Windowsjan.nijtmans2024-05-231-1/+1
| | | |\
* | | | \ Merge trunkapnadkarni2024-05-241-37/+96
|\ \ \ \ \ | |/ / / /
| * | | | Merge 8.7jan.nijtmans2024-05-231-2/+2
| |\ \ \ \ | | |/ / /
| | * | | Merge 8.6jan.nijtmans2024-05-231-3/+3
| | |\ \ \ | | | |/ /
| | | * | Fix 2 warnings on Win32 (Thanks, Harald). Some more code cleanup, backported ...jan.nijtmans2024-05-231-9/+7
| | | |/
| | * | Merge 8.6. Fix TCL_NO_DEPRECATED buildjan.nijtmans2024-05-221-1/+1
| | |\ \ | | | |/
| * | | Merge 8.7. Some int -> Tcl_Sizejan.nijtmans2024-05-211-1/+1
| |\ \ \ | | |/ /
| * | | merge 8.7sebres2024-05-211-22/+89
| |\ \ \ | | |/ /
| | * | merge 8.6sebres2024-05-211-22/+89
| | |\ \ | | | |/
| | | * merge apn-channelstate-leak, fixes possible leaks on several members that may...sebres2024-05-171-1/+29
| | | |\
| | | | * Free ChannelState.chanMsg .unreportedMsgapnadkarni2024-05-171-2/+20
| | | * | fixes yet another segfault (if write handler doesn't generate an error, but r...sebres2024-05-171-8/+9
| | | |/
| | | * A couple of tiny code style improvementsdkf2024-05-161-4/+4
| | | * code review: preserving r/w channels after all possible failures (don't need ...sebres2024-05-161-3/+3
| | | |\
| | | | * code review: preserving r/w channels after all possible failures (don't need ...sebres2024-05-161-3/+3
| | | * | small code review: removal of unneeded - result is initially TCL_OKsebres2024-05-151-3/+0
| | | |\ \ | | | | |/
| | | | * small code review: removal of unneeded - result is initially TCL_OKsebres2024-05-151-3/+0
| | | * | ultimate fix for [79474c58800cdf94]: avoid segfault on copy-state structure f...sebres2024-05-151-13/+54
| | | |\ \ | | | | |/
| | | | * ultimate fix for [79474c58800cdf94]: avoid segfault on copy-state structure f...sebres2024-05-151-13/+54
| * | | | Backout the "dullest commit ever" (not my words ....). It breaks the build. jan.nijtmans2024-05-141-50/+51
| * | | | Clean up a lot of small whitespace issues dkf2024-05-131-51/+50
| * | | | More whitespace cleanupdkf2024-05-101-18/+9
* | | | | Rebase to 9.0jan.nijtmans2024-04-191-65/+17
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | Rebase to 9.0jan.nijtmans2024-04-181-68/+19
| |\ \ \ \
| | * | | | Fix [18f4a94d03] by backing out [9bcec7cd880540c3] (again)jan.nijtmans2024-04-181-68/+19
* | | | | | Merge 8.7jan.nijtmans2024-04-191-6/+3
|\ \ \ \ \ \ | | |_|/ / / | |/| | | |
| * | | | | Merge 8.6jan.nijtmans2024-04-191-6/+3
| |\ \ \ \ \ | | | |_|/ / | | |/| | |
| | * | | | More code cleanup, backported from 8.7jan.nijtmans2024-04-191-120/+122
* | | | | | Merge 8.7 (more indenting)jan.nijtmans2024-04-191-82/+82
|\ \ \ \ \ \ | |/ / / / /
| * | | | | More indentingjan.nijtmans2024-04-191-85/+85
| * | | | | (backport) Fix indentingjan.nijtmans2024-04-191-3/+2
| | |_|/ / | |/| | |
* | | | | Fix indentingjan.nijtmans2024-04-191-3/+2
| |_|/ / |/| | |
* | | | Merge 8.7jan.nijtmans2024-04-181-4/+4
|\ \ \ \ | |/ / /
| * | | Merge 8.6jan.nijtmans2024-04-181-4/+4
| |\ \ \ | | |/ /