summaryrefslogtreecommitdiffstats
path: root/unix/tclUnixChan.c
Commit message (Expand)AuthorAgeFilesLines
* 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
|\ \ \ \ \
| * \ \ \ \ Correct spelling errors in comments and documentation, but also a non-comment...pooryorick2023-04-121-2/+2
| |\ \ \ \ \ | | | |_|/ / | | |/| | |
| | * | | | Correct spelling errors in comments and documentation, but also a non-comment pooryorick2023-04-121-2/+2
* | | | | | Merge 9.0jan.nijtmans2023-04-011-9/+9
|\ \ \ \ \ \ | |/ / / / /
| * | | | | Merge 8.7jan.nijtmans2023-03-301-9/+9
| |\ \ \ \ \ | | |/ / / /
| | * | | | Merge 8.6jan.nijtmans2023-03-301-9/+9
| | |\ \ \ \ | | | |/ / / | | |/| | / | | | | |/ | | | |/|
| | | * | Fix [0cb3554903]: macOS 13 SDK deprecates sprintf(). But better not use it on...jan.nijtmans2023-03-301-6/+6
* | | | | TIP 660. No compiler warnings. Tests suite pass on Win and Ubuntuapnadkarni2023-03-301-2/+2
|/ / / /
* | | | Compiles and runs. Tests still to be ported.apnadkarni2023-02-251-2/+2
* | | | Merge 8.7jan.nijtmans2022-07-191-5/+3
|\ \ \ \ | |/ / /
| * | | Make a start converting -1 -> TCL_INDEX_NONE where appropriatejan.nijtmans2022-07-191-5/+3
| | |/ | |/|
* | | Merge 9.0jan.nijtmans2022-03-211-2/+2
|\ \ \
| * | | Fix compiler warnings, due to the use of macro'sjan.nijtmans2022-03-211-2/+2
* | | | More work in progressjan.nijtmans2022-01-241-2/+3
|/ / /
* | | Merge 8.7jan.nijtmans2021-03-091-5/+8
|\ \ \ | |/ /
| * | Merge 8.6jan.nijtmans2021-03-091-5/+8
| |\ \ | | |/
| | * Fix [8419c55e2c]: Tclsh read loop does not handle EINTRjan.nijtmans2021-03-091-5/+8
* | | Merge 8.7 (resolve conflicts)dgp2021-01-081-7/+7
|\ \ \ | |/ /
| * | Omit -Wdeclaration-after-statement from CFLAGS: No longer needed since we sto...jan.nijtmans2021-01-081-8/+8
* | | Merge 8.7jan.nijtmans2020-12-081-2/+2
|\ \ \ | |/ /
| * | Add -finput-charset=UTF-8 and -fextended-identifiers to gcc (and clang). All ...jan.nijtmans2020-12-081-2/+2
* | | Merge 8.7jan.nijtmans2020-09-171-2/+2
|\ \ \ | |/ /
| * | Change version number of http package from 2.9.5 -> 2.10.0a1, since it's diff...jan.nijtmans2020-09-171-2/+2
| |\ \ | | |/
| | * Merge-mark 8.5. Remove some ARGSUSED usage.jan.nijtmans2020-04-171-1/+0
| | |\
| | | * Unbreak shared windows build. Remove some ARGSUSED usage.jan.nijtmans2020-04-171-6/+0
| | * | Implement WideSeekProc() for all channels which have a SeekProc(). Implement ...jan.nijtmans2020-03-041-2/+15