summaryrefslogtreecommitdiffstats
path: root/generic/tclIORTrans.c
Commit message (Expand)AuthorAgeFilesLines
* Merge 8.6jan.nijtmans2024-04-041-1/+1
|\
| * Tcl_GetString() -> TclGetString(), for minor speedup.jan.nijtmans2024-04-041-15/+15
* | Restore TclListObjLength()/TclListObjGetElements() macro's, as they were in 8.6jan.nijtmans2024-03-131-3/+3
* | Merge 8.6jan.nijtmans2023-10-111-8/+9
|\ \ | |/
| * Remove typecasts, just define directly as Tcl_FreeProcjan.nijtmans2023-10-111-8/+8
| * Proposed fix for [8ab8a138c9]: Do not pass incompatible function pointers to ...jan.nijtmans2023-10-101-8/+9
| * Correct spelling errors in comments and documentation, but also 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 8.7jan.nijtmans2022-05-191-3/+3
|\ \
| * | Rename macro's TclListObjGetElements -> TclListObjGetElementsM and TclListObj...jan.nijtmans2022-05-171-3/+3
* | | Merge 8.7jan.nijtmans2022-04-261-52/+52
|\ \ \ | |/ /
| * | Merge 8.6jan.nijtmans2022-02-101-3/+3
| |\ \ | | |/
| | * Use TclListObjLength/TclListObjGetElements in stead of Tcl_ListObjLength/Tcl_...jan.nijtmans2022-02-101-3/+3
| | * Tcl_NewObj() -> TclNewObj()jan.nijtmans2022-01-171-1/+1
| * | Merge 8.6jan.nijtmans2022-01-141-14/+14
| |\ \ | | |/
| | * Suggested fix for [bca10e3790]: Undefined behavior in ResultAdd(). Make funct...jan.nijtmans2022-01-131-15/+15
| * | 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
| |\ \ | | |/
| | * Implement WideSeekProc() for all channels which have a SeekProc(). Implement ...jan.nijtmans2020-03-041-38/+57
* | | Make TCL_QUEUE_ALERT_IF_EMPTY a separate flagjan.nijtmans2021-08-151-1/+1
* | | Proposed TIP #609 implementationjan.nijtmans2021-08-151-2/+2
|/ /
* | 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
* | Eliminate many usages of Tcl_NewObj (-> TclNewObj) and Tcl_NewIntObj (-> TclN...jan.nijtmans2020-09-171-1/+1
* | More unused arguments through the IO code.dgp2020-03-061-10/+5
* | Implement TIP #562: Deprecate channel types 1-4jan.nijtmans2020-02-281-24/+32
|\ \
| * | Make Tcl_ChannelCloseProc() deprecated too. Implement close2Proc and wideSeek...jan.nijtmans2020-01-311-4/+9
| * | Merge 8.7jan.nijtmans2020-01-301-61/+17
| |\ \
| * | | Deprecate channel types 1-4jan.nijtmans2020-01-291-12/+27
* | | | Merge 8.7jan.nijtmans2020-02-131-35/+3
|\ \ \ \ | | |/ / | |/| |
| * | | Merge 8.6jan.nijtmans2020-01-301-35/+3
| |\ \ \ | | |/ / | |/| / | | |/
| | * Simplify the use of HaveVersion() in Channel handling. Nothing functional, on...jan.nijtmans2020-01-301-35/+3
* | | Let's try a real C++ build with Travis on Linuxjan.nijtmans2019-08-301-3/+8
|\ \ \ | |/ /
* | | Merge tip-548jan.nijtmans2019-08-151-1/+1
|\ \ \ | |/ /
| * | Eliminate "register" keyword _everywhere_ in Tcl. This keyword is deprecated ...jan.nijtmans2019-07-171-1/+1
* | | Merge 8.7, and continue implementation. Almost donejan.nijtmans2019-07-101-27/+27
|/ /
* | More use of (efficient) TclHasIntRep() macro. Also eliminate many (size_t) an...jan.nijtmans2019-02-271-5/+5
* | Eliminate the use of macro's like LLONG_MAX|MIN, since they assume that Tcl_W...jan.nijtmans2018-09-131-9/+8
* | Simplify usage of TCL_THREAD, along the lines of [eeddb0693a950be980a66de3811...jan.nijtmans2018-05-221-19/+19
* | TIP #491 implementation: Threading Support: phasing out non-threaded buildsjan.nijtmans2018-05-171-19/+19
* | Eliminate use of certain unnecessary struct names. Also white-spacing. Nothin...jan.nijtmans2017-11-301-3/+3
* | Remove some unnecessary "struct" definitions and some type casts no longer ne...jan.nijtmans2017-04-111-1/+1
* | Use more "size_t" in stead of "int" internall. Also eliminate a lot of type-c...jan.nijtmans2016-11-161-13/+13
* | Micro-optimization: Use TclGetStringFromObj in stead of Tcl_GetStringFromObj ...jan.nijtmans2016-07-081-2/+2
|/
* typo in comment. Eliminate unnecessary end-of-line spacing.jan.nijtmans2015-10-191-3/+3
* Reflected Transform channel fix. Be sure each EOF on the base channel getsdgp2014-11-051-3/+15
* Make sure reflected channels do not make a double call to Tcl_ReadRaw(),dgp2014-11-031-4/+5
* The write and flush operations of reflected transforms ([chan push]) havedgp2014-07-081-2/+2