summaryrefslogtreecommitdiffstats
path: root/generic/tclIORChan.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* | | | | | Almost complete (at least the API)jan.nijtmans2022-01-271-13/+14
* | | | | | TIP #616: Tcl lists > 2^31 elements. WIPjan.nijtmans2022-01-241-5/+5
|/ / / / /
* | | | | Merge 8.7jan.nijtmans2022-01-121-33/+33
|\ \ \ \ \ | |/ / / /
| * | | | 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 trunkdgp2021-08-231-0/+2
|\ \ \ \
| * \ \ \ Merge 8.7jan.nijtmans2021-08-231-0/+2
| |\ \ \ \ | | |/ / /
| | * | | Make everything compile warning-free when TCL_THREADS=0jan.nijtmans2021-08-231-0/+2
| | |\ \ \ | | | |/ / | | | | / | | | |/ | | |/|
* | | | merge trunkdgp2021-07-191-1/+1
|\ \ \ \ | |/ / /
| * | | Merge 8.7jan.nijtmans2021-06-291-1/+1
| |\ \ \ | | |/ /
| | * | TCL_THREADS=0 means no threads toojan.nijtmans2021-06-291-1/+1
| * | | Merge 8.7jan.nijtmans2021-06-181-6/+60
| |\ \ \ | | |/ /
| | * | Re-apply fix for [67a5eabbd3d1]: refchan, coroutine, and postevent from the "...pooryorick2021-06-161-6/+60
| * | | Merge 8.7jan.nijtmans2021-06-151-60/+6
| |\ \ \ | | |/ /
| | * | Fix [18f4a94d03] by backout out [9bcec7cd880540c3]jan.nijtmans2021-06-151-60/+6
* | | | merge trunkdgp2021-04-281-4/+4
|\ \ \ \ | |/ / /
| * | | Merge 8.7jan.nijtmans2021-04-281-4/+4
| |\ \ \ | | |/ /
| | * | Fix for io-28.6.pooryorick2021-04-261-4/+4
* | | | merge trunkdgp2021-04-031-3/+97
|\ \ \ \ | |/ / /
| * | | Merge 8.7jan.nijtmans2021-03-301-3/+97
| |\ \ \ | | |/ /
| | * | Proposed implementation of RFE [4b4830eb54]jan.nijtmans2021-03-181-5/+98
* | | | merge trunkdgp2021-03-221-2/+1
|\ \ \ \ | |/ / /
| * | | Merge 8.7jan.nijtmans2021-03-181-2/+1
| |\ \ \
| | * \ \ Merge 8.6jan.nijtmans2021-03-181-2/+1
| | |\ \ \ | | | |/ / | | |/| / | | | |/
| | | * Remove incorrect/useless commentjan.nijtmans2021-03-181-2/+1
* | | | Merge TIP 481 (resolve conflicts)jan.nijtmans2021-01-211-6/+6
|\ \ \ \ | |/ / /
| * | | Merge 8.7, resolve conflictsjan.nijtmans2021-01-111-6/+6
| |\ \ \ | | |/ /
* | | | Merge pre-TIP 481 commits from trunkdgp2021-01-151-4/+4
|\ \ \ \ | |/ / /
| * | | Merge 8.7 (resolve conflicts)dgp2021-01-081-4/+4
| |\ \ \ | | |/ /