summaryrefslogtreecommitdiffstats
path: root/generic/tclIORChan.c
Commit message (Expand)AuthorAgeFilesLines
* Merge 8.6jan.nijtmans2024-04-191-2/+2
|\
| * More code cleanup, backported from 8.7jan.nijtmans2024-04-191-158/+161
| * Reduce the diff between 8.6 and 8.7, by backporting some formatting/restructu...jan.nijtmans2024-04-181-37/+38
* | More indentingjan.nijtmans2024-04-191-30/+30
* | (backport) Fix indentingjan.nijtmans2024-04-191-113/+113
* | Merge 8.6. Use Tcl_NewBooleanObj for booleans; we should say what we meanjan.nijtmans2024-04-111-1/+1
|\ \ | |/
| * Tcl_GetString() -> TclGetString(), for minor speedup.jan.nijtmans2024-04-041-11/+11
* | Restore TclListObjLength()/TclListObjGetElements() macro's, as they were in 8.6jan.nijtmans2024-03-131-5/+5
* | Don't use TCL_SIZE_MODIFIER "u", since Tcl_Size can be negativejan.nijtmans2023-12-261-2/+5
* | Handle sentinels for any C++ compilerjan.nijtmans2023-10-171-1/+1
* | 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
* | Correct spelling errors in comments and documentation, but also a non-comment pooryorick2023-04-121-13/+13
* | 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
* | 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.6jan.nijtmans2023-02-221-0/+2
|\ \ | |/
| * Proposed fix for [534172ff5b]: Crash in DeleteReflectedChannelMap (introduced...jan.nijtmans2023-02-211-5/+7
* | Merge 8.7jan.nijtmans2022-05-191-5/+5
|\ \
| * | Rename macro's TclListObjGetElements -> TclListObjGetElementsM and TclListObj...jan.nijtmans2022-05-171-5/+5
* | | Merge 8.7jan.nijtmans2022-04-261-42/+42
|\ \ \ | |/ /
| * | Use Tcl_NewWideIntObj() for values that might be bigger than 32-bitjan.nijtmans2022-02-101-2/+2
| * | Merge 8.6jan.nijtmans2022-02-101-5/+5
| |\ \ | | |/
| | * Use TclListObjLength/TclListObjGetElements in stead of Tcl_ListObjLength/Tcl_...jan.nijtmans2022-02-101-5/+5
| * | Merge 8.6jan.nijtmans2022-01-121-35/+35
| |\ \ | | |/
| | * Fix [da6f155ca4]: STRING_SIZE() macro: parenthesize numChars usage. Fix more ...jan.nijtmans2022-01-121-1/+1
* | | Merge 8.7jan.nijtmans2021-11-161-0/+2
|\ \ \ | |/ /
| * | Make everything compile warning-free when TCL_THREADS=0jan.nijtmans2021-08-231-0/+2
| |\ \ | | |/
| | * Remove incorrect/useless commentjan.nijtmans2021-03-181-2/+1
* | | Make TCL_QUEUE_ALERT_IF_EMPTY a separate flagjan.nijtmans2021-08-151-2/+2
* | | Proposed TIP #609 implementationjan.nijtmans2021-08-151-4/+4
|/ /
* | TCL_THREADS=0 means no threads toojan.nijtmans2021-06-291-1/+1
* | Re-apply fix for [67a5eabbd3d1]: refchan, coroutine, and postevent from the "...pooryorick2021-06-161-6/+60
* | Fix [18f4a94d03] by backout out [9bcec7cd880540c3]jan.nijtmans2021-06-151-60/+6
* | Fix for io-28.6.pooryorick2021-04-261-4/+4
* | Proposed implementation of RFE [4b4830eb54]jan.nijtmans2021-03-181-5/+98
* | Omit -Wdeclaration-after-statement from CFLAGS: No longer needed since we sto...jan.nijtmans2021-01-081-4/+4
* | Add -finput-charset=UTF-8 and -fextended-identifiers to gcc (and clang). All ...jan.nijtmans2020-12-081-1/+1
* | Fix MSVC++ 6.0 buildjan.nijtmans2020-10-141-6/+7
* | Merge 8.6jan.nijtmans2020-10-131-3/+5
|\ \ | |/
| * More usage of TclNewObj() in stead of Tcl_NewObj() and TclNewIntObj() in stea...jan.nijtmans2020-10-131-4/+6
* | More usage of TclNewIntObj() macrojan.nijtmans2020-08-131-3/+5
* | More unused arguments through the IO code.dgp2020-03-061-15/+8
* | Merge 8.6jan.nijtmans2020-03-041-9/+9
|\ \ | |/