summaryrefslogtreecommitdiffstats
path: root/generic/tclIOGT.c
Commit message (Expand)AuthorAgeFilesLines
* Tcl_GetByteArrayFromObj -> Tcl_GetBytesFromObj everywhere in core, since it h...jan.nijtmans2023-11-081-3/+3
* Remaining fixes for [26870862f0]: Wrong sentinel in Tcl_SetErrorCode usagejan.nijtmans2023-10-221-1/+1
* Replace more DuplicateObj with ListObjCopy.griffin2023-08-121-1/+1
* Revert more bits.griffin2023-08-101-3/+0
* Revert DupolicatePureObj back to DuplicateObj.griffin2023-08-101-2/+1
* Merge trunkgriffin2023-05-231-1/+5
|\
| * Improve TclDuplicatePureObj(), remove unnecessary increment/decrement pairs, ...pooryorick2023-05-171-1/+5
|/
* New function, TclDuplicatePureObj(), doesn't duplicate the string pooryorick2023-05-161-2/+7
* More size_t -> Tcl_Size changes, which were missed before. Also (experimental...jan.nijtmans2023-04-261-1/+1
* Merge trunkapnadkarni2023-04-141-7/+7
|\
| * Correct spelling errors in comments and documentation, but also a non-comment...pooryorick2023-04-121-7/+7
| |\
| | * Correct spelling errors in comments and documentation, but also a non-comment pooryorick2023-04-121-7/+7
* | | TIP 660. No compiler warnings. Tests suite pass on Win and Ubuntuapnadkarni2023-03-301-3/+3
|/ /
* | Another round of -1 -> TCL_INDEX_NONEjan.nijtmans2023-03-051-26/+26
* | Merge 9.0jan.nijtmans2022-05-171-1/+1
|\ \
| * \ Merge 8.7jan.nijtmans2022-05-171-1/+1
| |\ \ | | |/
| | * Rename macro's TclListObjGetElements -> TclListObjGetElementsM and TclListObj...jan.nijtmans2022-05-171-1/+1
| * | Merge 8.7jan.nijtmans2022-02-101-1/+1
| |\ \ | | |/
| | * Merge 8.6jan.nijtmans2022-02-101-1/+1
| | |\
| | | * Use TclListObjLength/TclListObjGetElements in stead of Tcl_ListObjLength/Tcl_...jan.nijtmans2022-02-101-1/+1
* | | | Tcl_ListObjLength -> TclListObjLengthjan.nijtmans2022-02-101-1/+1
* | | | More work in progressjan.nijtmans2022-01-241-2/+2
|\ \ \ \ | |/ / /
* | | | TIP #616: Tcl lists > 2^31 elements. WIPjan.nijtmans2022-01-241-1/+1
|/ / /
* | | Merge 8.7. Fix (windows MSVC OPTS=symbols) build errorjan.nijtmans2022-01-141-4/+4
|\ \ \ | |/ /
| * | Merge 8.6jan.nijtmans2022-01-141-4/+4
| |\ \ | | |/
| | * Suggested fix for [bca10e3790]: Undefined behavior in ResultAdd(). Make funct...jan.nijtmans2022-01-131-4/+4
| | * Implement WideSeekProc() for all channels which have a SeekProc(). Implement ...jan.nijtmans2020-03-041-17/+31
* | | Merge TIP 481 (resolve conflicts)jan.nijtmans2021-01-211-3/+3
|\ \ \
| * \ \ Merge 8.7, resolve conflictsjan.nijtmans2021-01-111-3/+3
| |\ \ \ | | |/ /
* | | | Merge pre-TIP 481 commits from trunkdgp2021-01-151-5/+5
|\ \ \ \ | |/ / /
| * | | Merge 8.7 (resolve conflicts)dgp2021-01-081-5/+5
| |\ \ \ | | |/ /
| | * | Omit -Wdeclaration-after-statement from CFLAGS: No longer needed since we sto...jan.nijtmans2021-01-081-5/+5
* | | | merge trunkdgp2020-12-101-2/+2
|\ \ \ \ | |/ / /
| * | | Merge 8.7jan.nijtmans2020-12-081-2/+2
| |\ \ \ | | |/ /
| | * | Add -finput-charset=UTF-8 and -fextended-identifiers to gcc (and clang). All ...jan.nijtmans2020-12-081-2/+2
| | | |
| \ \ \
*-. \ \ \ merge near trunkdgp2020-03-181-2/+0
|\ \ \ \ \ | | |/ / /
| | * | | merge 8.7dgp2020-03-171-2/+0
| | |\ \ \ | |/ / / / | | | _ / | | | /
| | * | TIP 569 - remove lint commentsdgp2020-03-171-2/+0
* | | | merge trunkdgp2020-02-281-108/+30
|\ \ \ \ | |/ / /
| * | | Merge 8.7jan.nijtmans2020-02-281-94/+16
| |\ \ \ | | |/ /
| | * | Implement TIP #562: Deprecate channel types 1-4jan.nijtmans2020-02-281-21/+45
| | |\ \
| | | * | Make Tcl_ChannelCloseProc() deprecated too. Implement close2Proc and wideSeek...jan.nijtmans2020-01-311-4/+9
| | | * | Merge 8.7jan.nijtmans2020-01-301-11/+17
| | | |\ \
| | | * | | Deprecate channel types 1-4jan.nijtmans2020-01-291-21/+34
| | | |/ /
| * | | | Merge 8.7jan.nijtmans2020-02-281-15/+15
| |\ \ \ \ | | |/ / /
| | * | | Merge 8.7, and continue implementation. Almost donejan.nijtmans2019-07-101-15/+15
| | |/ /
* | | | Merge trunkjan.nijtmans2019-03-141-1/+1
|\ \ \ \ | |/ / /
| * | | Merge 8.7jan.nijtmans2019-03-081-1/+1
| |\ \ \ | | |/ /
* | | | Merge trunk through 2019-01-25dgp2019-02-141-4/+4
|\ \ \ \ | |/ / /
| * | | Another round of int -> size_t modifications, so strings > 2Gb are handled co...jan.nijtmans2019-01-241-4/+4