summaryrefslogtreecommitdiffstats
path: root/unix/tclUnixChan.c
Commit message (Expand)AuthorAgeFilesLines
* Backport: Add [[unreachable]] and [[fallthrough]] from C23 (where available)jan.nijtmans2025-06-021-6/+6
* Fix some -Wconversion warningsjan.nijtmans2025-04-011-23/+17
|\
| * Fix some -Wconversion warningscore-conversion-warningjan.nijtmans2025-03-301-11/+11
|/
* Don't use "9.0b3" any more. Spacingjan.nijtmans2024-09-261-1/+1
|\
| * Backport Tcl_BounceRefCount() from Tcl 9.0jan.nijtmans2024-09-261-1/+1
* | merge 8.7: avoid unneeded (but expensive) path normalization for several file...sebres2024-09-171-0/+21
|\ \ | |/
| * merge 8.6 (fix attempt for [02d5d65d70adab97], however the small bottleneck i...sebres2024-09-171-0/+21
| |\
| | * improve comments (no functional changes)sebres2024-09-171-0/+2
| | * small amend: move the normalization to the block where the error message real...core-bug-02d5d65d70adab97sebres2024-09-131-0/+19
| * | Merge 8.6jan.nijtmans2024-06-181-3/+3
| |\ \ | | |/
| | * Backport some code cleanup from 8.7/9.0. Fix indentingjan.nijtmans2024-06-181-51/+45
* | | Simpler commenting of Tcl_ChannelType instances; make zip channel type constdkf2024-06-091-31/+31
* | | A clearer way of writing what parity options are availabledkf2024-06-051-28/+24
* | | Merge 8.7dkf2024-05-261-16/+1
|\ \ \ | |/ /
| * | merge 8.6dkf2024-05-261-16/+1
| |\ \ | | |/
* | | Backout the "dullest commit ever" (not my words ....). It breaks the build. jan.nijtmans2024-05-141-19/+19
* | | Clean up a lot of small whitespace issues dkf2024-05-131-19/+19
* | | Merge 8.7jan.nijtmans2024-04-101-1/+1
|\ \ \ | |/ /
| * | Merge 8.6 Use TclHasInternalRep() macro in more places.jan.nijtmans2024-04-101-1/+1
| |\ \ | | |/
| | * Use O_ACCMODE in stead of the non-standard RW_MODES. Since O_RDONLY|O_WRONLY|...jan.nijtmans2024-04-101-1/+1
* | | Fix [6811a00819]: lsearch performance degradation on Tcl 8.6.11 release (than...jan.nijtmans2024-03-201-2/+2
|\ \ \ | |/ /
| * | Fix [6811a00819]: lsearch performance degradation on Tcl 8.6.11 release (than...jan.nijtmans2024-03-201-2/+2
| |\ \ | | |/
| | * (cherry-pick) Don't call getsockname(2) in Tcl_MakeFileChannel(3) unless abso...jan.nijtmans2023-12-301-12/+16
* | | Few more spacing/formatting tweaksjan.nijtmans2024-03-201-16/+16
|\ \ \ | |/ /
| * | (backport) more spacing/formatting tweaks. For now, macosx/unix/win only.jan.nijtmans2024-03-201-1/+1
* | | Merge 8.7 (Some Tcl_GetStringFromObj -> TclGetStringFromObj internal changes)jan.nijtmans2024-03-191-1/+1
|\ \ \ | |/ /
* | | Merge 8.7 ("struct stat" -> Tcl_StatBuf change only)jan.nijtmans2023-12-311-2/+2
|\ \ \ | |/ /
| * | missing gotojan.nijtmans2023-12-301-3/+4
| * | (cherry-pick) Don't call getsockname(2) in Tcl_MakeFileChannel(3) unless abso...jan.nijtmans2023-12-301-7/+9
* | | Fix incorrect Tcl_UtfNcasecmp() usage (since len is in bytes, not characters ...jan.nijtmans2023-12-301-15/+15
|\ \ \ | |/ /
| * | Merge 8.6jan.nijtmans2023-12-291-35/+35
| |\ \ | | |/
| | * Fix incorrect TclUtfNcasecmp() usage (since len is in bytes, not characters h...jan.nijtmans2023-12-291-26/+25
| | * Proposed fix for [abd489a1c]: TclStringCmp() calls functions through pointer ...jan.nijtmans2023-10-131-7/+7
* | | Merge 8.7jan.nijtmans2023-10-191-16/+16
|\ \ \ | |/ /
| * | Handle sentinels for any C++ compilerjan.nijtmans2023-10-171-16/+16
* | | Merge 8.7jan.nijtmans2023-10-121-6/+18
|\ \ \ | |/ /
| * | Merge 8.7jan.nijtmans2023-10-121-6/+18
| |\ \ | | |/
| | * Fix [ad5a57f2f2]: Functions passed to Tcl_CreateFileHandler() must be declare...jan.nijtmans2023-10-121-30/+43
| | * Correct spelling errors in comments and documentation, but also non-comment pooryorick2023-04-121-2/+2
* | | Merge 8.7jan.nijtmans2023-06-021-1/+1
|\ \ \ | |/ /
| * | New (internal) macro TclAttemptInitStringRep()jan.nijtmans2023-06-021-1/+1
* | | Merge 8.7jan.nijtmans2023-05-291-3/+3
|\ \ \ | |/ /
| * | int -> Tcl_Size, for full Tcl 9 supportjan.nijtmans2023-05-291-7/+8
* | | merge 8.7fvogel2023-05-281-1/+174
|\ \ \ | |/ /
| * | merge core-8-branchdkf2023-05-241-11/+11
| |\ \
| * \ \ rebase to latest 8.7jan.nijtmans2022-09-221-1/+174
| |\ \ \
| | * \ \ Merge 8.7. Fix fstat() call in tclUnixChan.c, in case Tcl_StatBuf == struct s...jan.nijtmans2021-06-291-1/+1
| | |\ \ \
| | * | | | Added in missing fielddkf2021-06-191-10/+16
| | * | | | Start of implementing TIP 603: chan configure -statdkf2021-06-191-1/+168
| | |/ / /
* | | | | Merge trunkapnadkarni2023-04-141-2/+2
|\ \ \ \ \