summaryrefslogtreecommitdiffstats
path: root/generic/tclIO.c
Commit message (Expand)AuthorAgeFilesLines
* * generic/tclIO.c: Backport memleak fix in TclFinalizeIOSubsystem.dgp2007-05-241-74/+79
* * generic/tclIO.c (Tcl_StackChannel): Fixed [SF Tcl Bug 1564642],andreas_kupries2006-09-251-2/+2
* * generic/tclIO.c (Tcl_CreateChannel): allow Tcl std channelhobbs2006-07-101-3/+8
* * generic/tclIO.c (ReadChars): Added check and panic andandreas_kupries2006-04-051-2/+77
* Invokes TclpFinalizeSockets() as part of the TclFinalizeIOSubsystem() call.vasiljevic2006-03-101-3/+16
* * generic/tclIO.c: Made several routines tolerant ofdgp2006-02-151-25/+41
* * generic/tclIO.c (TclFinalizeIOSubsystem): preserve statePtrhobbs2005-11-181-10/+13
* * generic/tclIO.c (TclFinalizeIOSubsystem): Applied Pat Thoyts'andreas_kupries2005-11-181-2/+6
* Backed off change from 2005-10-04 (see ChangeLog and Tcl Bug# 1323992vasiljevic2005-10-141-14/+2
* Added some more clarifying comments in Tcl_ClearChannelHandlers()vasiljevic2005-10-131-6/+5
* Temporary ifdef TCL_THREADS changes done to de-activate pendingvasiljevic2005-10-131-1/+8
* Tcl_ClearChannelHandlers(): now deletes any outstandingvasiljevic2005-10-041-2/+14
* bug 1225727kennykb2005-06-221-1/+2
* * generic/tclIO.c (Tcl_SetChannelBufferSize): Lowest size limitdavygrvy2005-04-141-8/+9
* TIP#218 IMPLEMENTATIONandreas_kupries2005-01-271-15/+57
* Fix [Bug 1025359] to make sure wide seeks don't lose errorsdkf2004-09-101-5/+5
* * generic/tclIO.h (CHANNEL_INCLOSE): New flag. Set inandreas_kupries2004-07-151-1/+48
* Removed one bogus clearance of the has-more flag. Erroneously keptandreas_kupries2004-05-191-3/+1
* * tclIO.c: Fixed [SF Tcl Bug 943274]. This is the same problem asandreas_kupries2004-05-191-6/+91
* * generic/tclIO.c (Tcl_SetChannelOption): Fixed [SF Tcl Bugandreas_kupries2004-04-231-1/+10
* * generic/tclIO.c (Tcl_Ungets): fixes improper filling of the channel buffer.davygrvy2004-02-021-3/+2
* * generic/tclIO.c (UpdateInterest): When dropping interest inandreas_kupries2003-04-111-7/+38
* Experimental change. Easier to check in and later back out if thereandreas_kupries2003-04-101-1/+13
* (HaveVersion): correctly decl statichobbs2003-02-191-2/+2
* * generic/tclIO.c (Tcl_GetsObj): Minor changemdejong2003-02-171-2/+2
* * generic/tclIO.c (Tcl_CutChannel, Tcl_SpliceChannel):mdejong2003-01-261-1/+5
* stringObj unicode Tcl_SetObjLength fixesvincentdarley2003-01-241-1/+7
* * tests/io.test:andreas_kupries2002-07-301-2/+16
* TIP#91 implementation; makes old style channels binary compatible withdkf2002-05-241-53/+141
* * generic/tclEncoding.c (EscapeFromUtfProc):hobbs2002-04-181-26/+59
* * generic/tclEncoding.c: Fix typo in comment.mdejong2002-03-111-16/+18
* * tests/encoding.test: added encoding-23.* testshobbs2002-03-021-4/+11
* TIP#72 implementation. See ChangeLog for details.dkf2002-02-151-34/+69
* * Sought out and eliminated instances of CONST-casting that are nodgp2002-01-261-3/+3
* Make -eofchar and -translation options read only formdejong2002-01-251-3/+11
* * Updated interfaces of generic/tclEncoding, generic/tclFilename.c,dgp2002-01-251-5/+5
* * generic/tclIO.c (WriteChars): Fix for SF #506297, reported byandreas_kupries2002-01-211-1/+19
* * More TIP 27 updates in tclIOUtil.c and tclIndexObj.c that weredgp2002-01-171-2/+2
* * Updated APIs in generic/tclUtf.c and generic/tclRegexp.c accordingdgp2002-01-171-2/+2
* * Updated APIs in generic/tclIOUtil.c and generic/tclPosixStr.cdgp2002-01-151-2/+9
* * Updated APIs in the file generic/tclIO.c according to the guidelinesdgp2002-01-151-34/+36
* * Applied #219311 on behalf of Rolf Schroedterandreas_kupries2001-12-171-14/+29
* * generic/tclIO.c (Tcl_GetsObj): Applied patch for bug #491341 asandreas_kupries2001-12-121-4/+4
* See ChangeLogandreas_kupries2001-11-071-7/+17
* Undo of mistaken commit. Sorry!dgp2001-10-161-2/+2
* * Added test to demonstrate memory corruption problems. [Bug 219393].dgp2001-10-161-2/+2
* Added necessary casts to ClientData on a pair of calls to Tcl_Preservekennykb2001-09-281-3/+3
* * Added Tcl_Preserve()dgp2001-09-281-2/+3
* * The changes below fix [Bug #462317] where Expect tried to readandreas_kupries2001-09-271-16/+42
* Changes due to TIP#49 "Tcl_OutputBuffered" from Rolf Schroedterdkf2001-09-061-46/+47