summaryrefslogtreecommitdiffstats
path: root/generic/tclIOGT.c
Commit message (Expand)AuthorAgeFilesLines
* 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.bug_5adc350683_86dgp2014-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].dgp_channel_flag_repairdgp2014-05-171-21/+18
* | Simplify the inputProc of [testchannel transform].dgp2014-05-171-23/+18
* | Merge 8.5. New test iogt-2.5 panics.dgp2014-05-061-2/+13
|\ \ | |/
| * Have to manage the lifetime of the self handle in testchannel transform.dgp2014-05-061-2/+13
* | Merge the [testchannel transform] fixes.dgp2014-04-221-47/+75
|\ \ | |/
| * Add refcounting and preservation to [testchannel transform] to stop segfaultdgp2014-04-221-47/+75
| * make some more internal tables constjan.nijtmans2012-04-231-1/+1
| |\
| | * make some more internal tables constjan.nijtmans2012-04-231-0/+1
* | | Eliminate some redundant Tcl_GetErrno() calls.jan.nijtmans2013-11-181-2/+3
* | | Final part of result generation conversion (modulo any minor blunders)dkf2012-08-051-2/+2
* | | Adjust ckalloc/ckfree macros to greatly reduce number of explicit casts indkf2011-03-121-6/+6
* | | Now that we're no longer using SCM based on RCS, the RCS Keyword linesdgp2011-03-021-2/+0
|\ \ \ | |/ /
| * | Now that we're no longer using SCM based on RCS, the RCS Keyword lines causedgp2011-03-021-2/+0
| |\ \ | | |/
| | * Now that we're no longer using SCM based on RCS, the RCS Keyword lines causedgp2011-03-011-2/+0
| | * * generic/tclIOGT.c (ExecuteCallback):hobbs2006-08-301-2/+2
| | * * generic/tcl.h: Micro formatting fixes.andreas_kupries2004-09-101-2/+2
* | | * win/tclWinDde.c: VC++ 6.0 doesn't havenijtmans2010-01-101-3/+3
* | | made variable Tcl_ChannelType *parentType in TransFormSeek(Wide)?Proc a const...nijtmans2008-08-101-3/+3
|/ /
* | merge stable branch onto HEADdgp2007-12-131-1/+1
* | Trim the fat from the sourcedkf2007-11-211-310/+280
* | [Patch 1830038]: Increased usage of macros to detect and take advantage of ob...Miguel Sofer2007-11-111-2/+2
* | Eliminate use of (VOID*) casts when calling memset or memcpy.dkf2007-04-171-6/+5
* | * generic/tclIOGT.c (ExecuteCallback):hobbs2006-08-301-2/+2
* | * doc/CrtChannel.3: Added TCL_CHANNEL_VERSION_5, made itandreas_kupries2006-03-271-2/+4
* | ANSIfy. Also converted some deeply nested code to a less nested form for easi...dkf2005-11-011-192/+167
* | Getting more systematic about styledkf2005-07-171-577/+576
* | TIP #221 IMPLEMENTATIONdgp2004-11-131-5/+5
* | * generic/tclInt.h (Tcl*InterpState): New internal routinesdgp2004-10-191-5/+5
* | Braces round if bodies...dkf2004-10-061-5/+5
* | * generic/tcl.h: Micro formatting fixes.andreas_kupries2004-09-101-2/+2
* | Patch 922727 committed. Implements three changes:dgp2004-04-061-2/+1
|/
* TIP#91 implementation; makes old style channels binary compatible withdkf2002-05-241-10/+107
* * tclExecute.c:andreas_kupries2002-02-151-2/+2
* TIP#72 implementation. See ChangeLog for details.dkf2002-02-151-22/+19
* * Updated APIs in the file generic/tclIO.c according to the guidelinesdgp2002-01-151-10/+10
* * generic/tclIOGT.c (FLUSH_DELAY): renamed DELAY define tohobbs2000-09-291-3/+3
* up-port of the stacked channel implementation rewrite in 8.3.2 tohobbs2000-09-281-0/+1359