summaryrefslogtreecommitdiffstats
path: root/generic/tclIORTrans.c
Commit message (Expand)AuthorAgeFilesLines
* 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...bug_3525907ferrieux2012-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
* 3393279, 3393280 ReflectClose(.) is missing Tcl_EventuallyFree() callsdgp2011-08-191-0/+2
* Use Tcl_PrintfObj to generate more (complex) error messages.dkf2011-08-051-21/+15
* Adjust ckalloc/ckfree macros to greatly reduce number of explicit casts indkf2011-03-121-13/+11
* MINOR: Formatting fixes, mainly to comments, so code better fits the style indkf2011-03-101-1/+1
* More gcc warnings: variable set but not usedpseudotrunk_2011_03_08jan.nijtmans2011-03-081-2/+0
* Now that we're no longer using SCM based on RCS, the RCS Keyword linesdgp2011-03-021-2/+0
* * generic/tclIORChan.c: [Bug 3034840]: Fixed reference countingandreas_kupries2010-08-041-9/+30
* Use "tclIO.h" and "tclTomMathDecls.h" everywherenijtmans2010-05-031-2/+2
* If tclInt.h or tclPort.h is alreadynijtmans2010-04-271-2/+2
* * generic/tclIORTrans.c (ReflectInput, ReflectOutput,andreas_kupries2010-03-171-20/+36
* Fix [Bug 2964425].dkf2010-03-051-3/+1
* Code Audit results:dkf2010-03-051-11/+8
* More tidying up (whitespace, spelling, useless parentheses, useless casts)dkf2010-02-241-18/+21
* * win/tclWinDde.c: VC++ 6.0 doesn't havenijtmans2010-01-101-3/+3
* Eliminate unneccessary spacesnijtmans2009-11-181-4/+4
* * generic/tclIORTrans.c (ReflectInput): Remove error response toandreas_kupries2009-09-011-5/+2
* * generic/tclIORChan.c (ReflectClose): Fix for [Bug 2458202].andreas_kupries2009-01-221-6/+11
* Style fixes (unfouling whitespace, sorting comments, removing useless casts, ...dkf2009-01-091-7/+7
* Style improvements - invoking callbacks without visual junk.dkf2008-10-261-487/+507
* * generic/tclIORTrans.c (DeleteReflectedTransformMap): Removedandreas_kupries2008-10-171-5/+1
* Add "const" to many internalnijtmans2008-10-161-11/+11
* * generic/tclIORTrans.c: fix signed <-> unsigned cast warnings.das2008-06-121-15/+20
* * generic/tclIORTrans.c (ReflectInput): Fixed a bug triggered byandreas_kupries2008-06-101-3/+6
* TIP #230 IMPLEMENTATIONandreas_kupries2008-06-061-0/+3345