summaryrefslogtreecommitdiffstats
path: root/generic/tclIOGT.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* | | | merge trunkdgp2018-10-241-12/+11
|\ \ \ \ | |/ / /
| * | | merge trunkjan.nijtmans2018-09-131-7/+6
| |\ \ \ | | |/ /
| | * | Eliminate the use of macro's like LLONG_MAX|MIN, since they assume that Tcl_W...jan.nijtmans2018-09-131-7/+6
| * | | Change ckalloc and friends to Tcl_Alloc and friends. Add two defines, TCL_IO_...jan.nijtmans2018-09-011-5/+5
| |/ /
* | | Detect binary errors in reflected channels.dgp2016-12-131-7/+20
|/ /
* | More internal use of size_t in stead of int.jan.nijtmans2016-11-211-2/+2
|/
* Revert some refcount changes on I/O structs.dgp2015-07-021-1/+1
* Another round of refCount consistancy improvements.jan.nijtmans2015-07-021-2/+2
* merge iogt fixes.dgp2014-11-061-4/+11
|\
| * fix failing testdgp2014-11-061-4/+11
* | Same patch re-enabling read after EOF, but here applied to 8.6.dgp2014-11-031-8/+12
|\ \ | |/
| * Work in progress restoring ability to [read] after [eof] and get non-emptydgp2014-10-281-8/+12
| * Simplify the inputProc of [testchannel transform].dgp2014-05-171-21/+18
* | Simplify the inputProc of [testchannel transform].dgp2014-05-171-23/+18