summaryrefslogtreecommitdiffstats
path: root/generic/tclIOGT.c
Commit message (Expand)AuthorAgeFilesLines
* Simplify the inputProc of [testchannel transform].dgp@users.sourceforge.net2014-05-171-23/+18
* Merge 8.5. New test iogt-2.5 panics.dgp@users.sourceforge.net2014-05-061-2/+13
|\
| * Have to manage the lifetime of the self handle in testchannel transform.dgp@users.sourceforge.net2014-05-061-2/+13
* | Merge the [testchannel transform] fixes.dgp@users.sourceforge.net2014-04-221-47/+75
|\ \ | |/
| * Add refcounting and preservation to [testchannel transform] to stop segfaultdgp@users.sourceforge.net2014-04-221-47/+75
| * make some more internal tables constnijtmans@users.sourceforge.net2012-04-231-1/+1
| |\
| | * make some more internal tables constnijtmans@users.sourceforge.net2012-04-231-0/+1
* | | Eliminate some redundant Tcl_GetErrno() calls.nijtmans@users.sourceforge.net2013-11-181-2/+3
* | | Final part of result generation conversion (modulo any minor blunders)donal.k.fellows@manchester.ac.uk2012-08-051-2/+2
* | | Adjust ckalloc/ckfree macros to greatly reduce number of explicit casts indonal.k.fellows@manchester.ac.uk2011-03-121-6/+6
* | | Now that we're no longer using SCM based on RCS, the RCS Keyword linesdgp@users.sourceforge.net2011-03-021-2/+0
|\ \ \ | |/ /
| * | Now that we're no longer using SCM based on RCS, the RCS Keyword lines causedgp@users.sourceforge.net2011-03-021-2/+0
| |\ \ | | |/
| | * Now that we're no longer using SCM based on RCS, the RCS Keyword lines causedgp@users.sourceforge.net2011-03-011-2/+0
| | * * generic/tclIOGT.c (ExecuteCallback):hobbs2006-08-301-2/+2
| | * * generic/tcl.h: Micro formatting fixes.andreask@activestate.com2004-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 HEADdgp@users.sourceforge.net2007-12-131-1/+1
* | Trim the fat from the sourcedonal.k.fellows@manchester.ac.uk2007-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.donal.k.fellows@manchester.ac.uk2007-04-171-6/+5
* | * generic/tclIOGT.c (ExecuteCallback):hobbs2006-08-301-2/+2
* | * doc/CrtChannel.3: Added TCL_CHANNEL_VERSION_5, made itandreask@activestate.com2006-03-271-2/+4
* | ANSIfy. Also converted some deeply nested code to a less nested form for easi...donal.k.fellows@manchester.ac.uk2005-11-011-192/+167
* | Getting more systematic about styledonal.k.fellows@manchester.ac.uk2005-07-171-577/+576
* | TIP #221 IMPLEMENTATIONdgp@users.sourceforge.net2004-11-131-5/+5
* | * generic/tclInt.h (Tcl*InterpState): New internal routinesdgp@users.sourceforge.net2004-10-191-5/+5
* | Braces round if bodies...donal.k.fellows@manchester.ac.uk2004-10-061-5/+5
* | * generic/tcl.h: Micro formatting fixes.andreask@activestate.com2004-09-101-2/+2
* | Patch 922727 committed. Implements three changes:dgp@users.sourceforge.net2004-04-061-2/+1
|/
* TIP#91 implementation; makes old style channels binary compatible withdonal.k.fellows@manchester.ac.uk2002-05-241-10/+107
* * tclExecute.c:andreask@activestate.com2002-02-151-2/+2
* TIP#72 implementation. See ChangeLog for details.donal.k.fellows@manchester.ac.uk2002-02-151-22/+19
* * Updated APIs in the file generic/tclIO.c according to the guidelinesdgp@users.sourceforge.net2002-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