| Commit message (Expand) | Author | Age | Files | Lines |
* | * generic/tclIO.c: Backport memleak fix in TclFinalizeIOSubsystem. | dgp | 2007-05-24 | 1 | -74/+79 |
|
|
* | * generic/tclIO.c (Tcl_StackChannel): Fixed [SF Tcl Bug 1564642], | andreas_kupries | 2006-09-25 | 1 | -2/+2 |
|
|
* | * generic/tclIO.c (Tcl_CreateChannel): allow Tcl std channel | hobbs | 2006-07-10 | 1 | -3/+8 |
|
|
* | * generic/tclIO.c (ReadChars): Added check and panic and | andreas_kupries | 2006-04-05 | 1 | -2/+77 |
|
|
* | Invokes TclpFinalizeSockets() as part of the TclFinalizeIOSubsystem() call. | vasiljevic | 2006-03-10 | 1 | -3/+16 |
|
|
* | * generic/tclIO.c: Made several routines tolerant of | dgp | 2006-02-15 | 1 | -25/+41 |
|
|
* | * generic/tclIO.c (TclFinalizeIOSubsystem): preserve statePtr | hobbs | 2005-11-18 | 1 | -10/+13 |
|
|
* | * generic/tclIO.c (TclFinalizeIOSubsystem): Applied Pat Thoyts' | andreas_kupries | 2005-11-18 | 1 | -2/+6 |
|
|
* | Backed off change from 2005-10-04 (see ChangeLog and Tcl Bug# 1323992 | vasiljevic | 2005-10-14 | 1 | -14/+2 |
|
|
* | Added some more clarifying comments in Tcl_ClearChannelHandlers() | vasiljevic | 2005-10-13 | 1 | -6/+5 |
|
|
* | Temporary ifdef TCL_THREADS changes done to de-activate pending | vasiljevic | 2005-10-13 | 1 | -1/+8 |
|
|
* | Tcl_ClearChannelHandlers(): now deletes any outstanding | vasiljevic | 2005-10-04 | 1 | -2/+14 |
|
|
* | bug 1225727 | Kevin B Kenny | 2005-06-22 | 1 | -1/+2 |
|
|
* | * generic/tclIO.c (Tcl_SetChannelBufferSize): Lowest size limit | davygrvy | 2005-04-14 | 1 | -8/+9 |
|
|
* | TIP#218 IMPLEMENTATION | andreas_kupries | 2005-01-27 | 1 | -15/+57 |
|
|
* | Fix [Bug 1025359] to make sure wide seeks don't lose errors | dkf | 2004-09-10 | 1 | -5/+5 |
|
|
* | * generic/tclIO.h (CHANNEL_INCLOSE): New flag. Set in | andreas_kupries | 2004-07-15 | 1 | -1/+48 |
|
|
* | Removed one bogus clearance of the has-more flag. Erroneously kept | andreas_kupries | 2004-05-19 | 1 | -3/+1 |
|
|
* | * tclIO.c: Fixed [SF Tcl Bug 943274]. This is the same problem as | andreas_kupries | 2004-05-19 | 1 | -6/+91 |
|
|
* | * generic/tclIO.c (Tcl_SetChannelOption): Fixed [SF Tcl Bug | andreas_kupries | 2004-04-23 | 1 | -1/+10 |
|
|
* | * generic/tclIO.c (Tcl_Ungets): fixes improper filling of the channel buffer. | davygrvy | 2004-02-02 | 1 | -3/+2 |
|
|
* | * generic/tclIO.c (UpdateInterest): When dropping interest in | andreas_kupries | 2003-04-11 | 1 | -7/+38 |
|
|
* | Experimental change. Easier to check in and later back out if there | andreas_kupries | 2003-04-10 | 1 | -1/+13 |
|
|
* | (HaveVersion): correctly decl static | hobbs | 2003-02-19 | 1 | -2/+2 |
|
|
* | * generic/tclIO.c (Tcl_GetsObj): Minor change | mdejong | 2003-02-17 | 1 | -2/+2 |
|
|
* | * generic/tclIO.c (Tcl_CutChannel, Tcl_SpliceChannel): | mdejong | 2003-01-26 | 1 | -1/+5 |
|
|
* | stringObj unicode Tcl_SetObjLength fixes | vincentdarley | 2003-01-24 | 1 | -1/+7 |
|
|
* | * tests/io.test: | andreas_kupries | 2002-07-30 | 1 | -2/+16 |
|
|
* | TIP#91 implementation; makes old style channels binary compatible with | dkf | 2002-05-24 | 1 | -53/+141 |
|
|
* | * generic/tclEncoding.c (EscapeFromUtfProc): | hobbs | 2002-04-18 | 1 | -26/+59 |
|
|
* | * generic/tclEncoding.c: Fix typo in comment. | mdejong | 2002-03-11 | 1 | -16/+18 |
|
|
* | * tests/encoding.test: added encoding-23.* tests | hobbs | 2002-03-02 | 1 | -4/+11 |
|
|
* | TIP#72 implementation. See ChangeLog for details. | dkf | 2002-02-15 | 1 | -34/+69 |
|
|
* | * Sought out and eliminated instances of CONST-casting that are no | dgp | 2002-01-26 | 1 | -3/+3 |
|
|
* | Make -eofchar and -translation options read only for | mdejong | 2002-01-25 | 1 | -3/+11 |
|
|
* | * Updated interfaces of generic/tclEncoding, generic/tclFilename.c, | dgp | 2002-01-25 | 1 | -5/+5 |
|
|
* | * generic/tclIO.c (WriteChars): Fix for SF #506297, reported by | andreas_kupries | 2002-01-21 | 1 | -1/+19 |
|
|
* | * More TIP 27 updates in tclIOUtil.c and tclIndexObj.c that were | dgp | 2002-01-17 | 1 | -2/+2 |
|
|
* | * Updated APIs in generic/tclUtf.c and generic/tclRegexp.c according | dgp | 2002-01-17 | 1 | -2/+2 |
|
|
* | * Updated APIs in generic/tclIOUtil.c and generic/tclPosixStr.c | dgp | 2002-01-15 | 1 | -2/+9 |
|
|
* | * Updated APIs in the file generic/tclIO.c according to the guidelines | dgp | 2002-01-15 | 1 | -34/+36 |
|
|
* | * Applied #219311 on behalf of Rolf Schroedter | andreas_kupries | 2001-12-17 | 1 | -14/+29 |
|
|
* | * generic/tclIO.c (Tcl_GetsObj): Applied patch for bug #491341 as | andreas_kupries | 2001-12-12 | 1 | -4/+4 |
|
|
* | See ChangeLog | andreas_kupries | 2001-11-07 | 1 | -7/+17 |
|
|
* | Undo of mistaken commit. Sorry! | dgp | 2001-10-16 | 1 | -2/+2 |
|
|
* | * Added test to demonstrate memory corruption problems. [Bug 219393]. | dgp | 2001-10-16 | 1 | -2/+2 |
|
|
* | Added necessary casts to ClientData on a pair of calls to Tcl_Preserve | Kevin B Kenny | 2001-09-28 | 1 | -3/+3 |
|
|
* | * Added Tcl_Preserve() | dgp | 2001-09-28 | 1 | -2/+3 |
|
|
* | * The changes below fix [Bug #462317] where Expect tried to read | andreas_kupries | 2001-09-27 | 1 | -16/+42 |
|
|
* | Changes due to TIP#49 "Tcl_OutputBuffered" from Rolf Schroedter | dkf | 2001-09-06 | 1 | -46/+47 |
|
|