summaryrefslogtreecommitdiffstats
path: root/unix/tclUnixChan.c
Commit message (Expand)AuthorAgeFilesLines
* Clean up a lot of small whitespace issues dkf/to-redodkf2024-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
|\ \ \ \ \
| * \ \ \ \ 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