summaryrefslogtreecommitdiffstats
path: root/generic/tclIORChan.c
Commit message (Expand)AuthorAgeFilesLines
* Revise macro usagejan.nijtmans2023-11-161-2/+2
* Tcl_GetByteArrayFromObj -> Tcl_GetBytesFromObj everywhere in core, since it h...jan.nijtmans2023-11-081-2/+2
* Merge 8.7jan.nijtmans2023-10-191-1/+1
|\
| * Handle sentinels for any C++ compilerjan.nijtmans2023-10-171-1/+1
* | Merge 8.7jan.nijtmans2023-10-111-4/+5
|\ \ | |/
| * Merge 8.6jan.nijtmans2023-10-111-4/+5
| |\
| | * Remove typecasts, just define directly as Tcl_FreeProcjan.nijtmans2023-10-111-4/+4
| | * Proposed fix for [8ab8a138c9]: Do not pass incompatible function pointers to ...jan.nijtmans2023-10-101-4/+5
| | * Correct spelling errors in comments and documentation, but also non-comment pooryorick2023-04-121-13/+13
| * | The experiment deployment of TclDuplicatePureObj() has been reverted fromdgp2023-08-211-8/+2
| * | Use TclDuplicatePureObj() in stead of TclListObjCopy() where appropriate. Bac...jan.nijtmans2023-05-311-5/+9
| * | More int/Tcl_Size backportjan.nijtmans2023-05-201-17/+18
* | | Replace more DuplicateObj with ListObjCopy.griffin2023-08-121-2/+2
* | | Revert more bits.griffin2023-08-101-6/+0
* | | Revert DupolicatePureObj back to DuplicateObj.griffin2023-08-101-2/+2
* | | Merge trunkgriffin2023-05-231-4/+11
|\ \ \
| * | | Improve TclDuplicatePureObj(), remove unnecessary increment/decrement pairs, ...pooryorick2023-05-171-4/+11
|/ / /
* | | New function, TclDuplicatePureObj(), doesn't duplicate the string pooryorick2023-05-161-2/+2
* | | Merge trunkapnadkarni2023-04-141-13/+13
|\ \ \
| * \ \ Correct spelling errors in comments and documentation, but also a non-comment...pooryorick2023-04-121-13/+13
| |\ \ \ | | |/ /
| | * | Correct spelling errors in comments and documentation, but also a non-comment pooryorick2023-04-121-13/+13
* | | | Merge 9.0jan.nijtmans2023-04-011-1/+1
|\ \ \ \ | |/ / /
| * | | Merge 8.7jan.nijtmans2023-03-301-1/+1
| |\ \ \ | | |/ /
| | * | Merge 8.6jan.nijtmans2023-03-301-1/+1
| | |\ \ | | | |/
| | | * Fix [0cb3554903]: macOS 13 SDK deprecates sprintf(). But better not use it on...jan.nijtmans2023-03-301-1/+1
* | | | TIP 660. No compiler warnings. Tests suite pass on Win and Ubuntuapnadkarni2023-03-301-19/+19
|/ / /
* | | Merge 8.7: Allow empty mode list in [chan create].max2023-03-301-11/+10
|\ \ \ | |/ /
| * | Merge 8.6: Allow empty mode list in [chan create].max2023-03-301-11/+10
| |\ \ | | |/
| | * Allow empty mode list in [chan create], so that refchans are able to mimic th...max2023-03-301-11/+10
* | | Merge 8.7jan.nijtmans2023-02-221-0/+2
|\ \ \ | |/ /
| * | Merge 8.6jan.nijtmans2023-02-221-0/+2
| |\ \ | | |/
| | * Proposed fix for [534172ff5b]: Crash in DeleteReflectedChannelMap (introduced...jan.nijtmans2023-02-211-5/+7
* | | Use Tcl_GetByteArrayFromObj(... in stead of Tcl_GetBytesFromObj(NULL,.... Add...jan.nijtmans2022-11-241-1/+1
* | | Merge 8.7jan.nijtmans2022-07-031-4/+4
|\ \ \ | |/ /
| * | Merge 8.7jan.nijtmans2022-05-191-5/+5
| |\ \
| * \ \ Merge 8.7jan.nijtmans2022-04-261-42/+42
| |\ \ \
| * \ \ \ Merge 8.7jan.nijtmans2021-11-161-0/+2
| |\ \ \ \
| * | | | | Make TCL_QUEUE_ALERT_IF_EMPTY a separate flagjan.nijtmans2021-08-151-2/+2
| * | | | | Proposed TIP #609 implementationjan.nijtmans2021-08-151-4/+4
* | | | | | Merge 9.0jan.nijtmans2022-05-171-5/+5
|\ \ \ \ \ \
| * \ \ \ \ \ Merge 8.7jan.nijtmans2022-05-171-5/+5
| |\ \ \ \ \ \ | | | |_|_|/ / | | |/| | | |
| | * | | | | Rename macro's TclListObjGetElements -> TclListObjGetElementsM and TclListObj...jan.nijtmans2022-05-171-5/+5
| | | |_|/ / | | |/| | |
* | | | | | More size_tjan.nijtmans2022-03-081-2/+2
* | | | | | Merge 9.0jan.nijtmans2022-02-171-2/+2
|\ \ \ \ \ \ | |/ / / / /
| * | | | | Merge 8.7jan.nijtmans2022-02-101-2/+2
| |\ \ \ \ \ | | |/ / / /
| | * | | | Use Tcl_NewWideIntObj() for values that might be bigger than 32-bitjan.nijtmans2022-02-101-2/+2
| * | | | | Merge 8.7jan.nijtmans2022-02-101-5/+5
| |\ \ \ \ \ | | |/ / / /
| | * | | | Merge 8.6jan.nijtmans2022-02-101-5/+5
| | |\ \ \ \ | | | | |_|/ | | | |/| |
| | | * | | Use TclListObjLength/TclListObjGetElements in stead of Tcl_ListObjLength/Tcl_...jan.nijtmans2022-02-101-5/+5
* | | | | | Same with TclListObjGetElementsjan.nijtmans2022-02-101-5/+5