summaryrefslogtreecommitdiffstats
path: root/generic/tclIORTrans.c
Commit message (Expand)AuthorAgeFilesLines
* merge 8.7dgp2020-03-061-10/+5
|\
| * More unused arguments through the IO code.dgp2020-03-061-10/+5
* | Merge 8.7jan.nijtmans2020-02-281-45/+14
|\ \ | |/
| * 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-281-30/+35
|\ \ \ \ | |/ / /
| * | | Merge 8.7jan.nijtmans2020-02-131-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
| |\ \ \ | | |/ /
| * | | Merge 8.7, and continue implementation. Almost donejan.nijtmans2019-07-101-27/+27
* | | | Merge 8.7jan.nijtmans2020-01-301-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
* | | | Merge 8.7jan.nijtmans2019-08-151-1/+1
|\ \ \ \ | |/ / /
| * | | Eliminate "register" keyword _everywhere_ in Tcl. This keyword is deprecated ...jan.nijtmans2019-07-171-1/+1
| | |/ | |/|
* | | Merge 8.7jan.nijtmans2019-03-081-8/+8
|\ \ \ | |/ /
| * | More use of (efficient) TclHasIntRep() macro. Also eliminate many (size_t) an...jan.nijtmans2019-02-271-5/+5
* | | More size_t-related consolidations. Now regexp can handle strings >2GB and mo...jan.nijtmans2019-02-051-4/+4
* | | Another (big) round of int -> size_t enhancements. So Tcl can handle string >...jan.nijtmans2019-02-011-12/+12
|\ \ \ | |/ /
* | | Merge 8.7jan.nijtmans2018-12-111-2/+2
|\ \ \ | |/ /
* | | merge trunkjan.nijtmans2018-09-131-9/+8
|\ \ \ | |/ /
| * | Eliminate the use of macro's like LLONG_MAX|MIN, since they assume that Tcl_W...jan.nijtmans2018-09-131-9/+8
* | | Change ckalloc and friends to Tcl_Alloc and friends. Add two defines, TCL_IO_...jan.nijtmans2018-09-011-24/+24
|\ \ \ | |/ /
* | | Use size_t in more API's, e.g. *RegExp* typesjan.nijtmans2018-07-021-17/+17
|/ /
* | 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
* [b47b176adf] Stop segfault when variability in mutex lock schedules cause dgp2014-06-191-0/+6
* Simplify ReflectInput(). Also stop intruding on channel internals withdgp2014-05-191-36/+16
* Have the [chan push] machinery ReadRaw() directly into the argument to bedgp2014-05-121-14/+20
* Repair another "impossible" test and the segfault it reveals.dgp2014-05-091-0/+2
* remove stray calls to Tcl_Alloc and friends: the core should only use ckalloc...mig2013-01-021-3/+3
* Final part of result generation conversion (modulo any minor blunders)dkf2012-08-051-53/+58
* Factor out constant that must be the same in multiple places. Prompted by adkf2012-05-251-1/+2
* Use zero-delays instead of finite ones when posting fileevents, because (1) t...ferrieux2012-05-221-8/+1
* Fix for bug 3525907. Reworked TransformInput() entirely, tightened use of tim...andreask2012-05-171-1/+1
* Fix gcc warnings (discovered with latest mingw, based on gcc 4.6.1)jan.nijtmans2011-10-071-1/+1
* More revisions to get finalization of ReflectedTransforms correct,dgp2011-09-231-56/+63
* * generic/tclIORTrans.c (ForwardOpToOwnerThread): Fixed theandreask2011-09-211-0/+1
* Revised ReflectClose() and FreeReflectedTransform() so that we stop leakingdgp2011-09-201-25/+43
* Leak of ReflectedTransformMap.dgp2011-08-291-4/+3