| Commit message (Expand) | Author | Age | Files | Lines |
* | * generic/tclIO.c (Tcl_SetChannelBufferSize): Lowest size limit | davygrvy | 2005-04-14 | 1 | -4/+4 |
|
|
* | explanatory comment | dgp | 2005-04-08 | 1 | -1/+8 |
|
|
* | TIP#218 IMPLEMENTATION | andreas_kupries | 2005-01-27 | 1 | -19/+60 |
|
|
* | Patch 976520 reworks several of the details involved with | dgp | 2004-11-30 | 1 | -3/+2 |
|
|
* | Janitorial whitespace/style fixes. | dkf | 2004-11-09 | 1 | -1423/+1455 |
|
|
* | * generic/tclBasic.c: | dgp | 2004-10-06 | 1 | -5/+7 |
|
|
* | Fix [Bug 1025359]; 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/+45 |
|
|
* | * generic/tclIO.c (Tcl_SetChannelOption): Took out the range | davygrvy | 2004-06-01 | 1 | -9/+1 |
|
|
* | * generic/tclIO.c (Tcl_SetChannelOption): Invalid settings | davygrvy | 2004-06-01 | 1 | -3/+14 |
|
|
* | * tclIO.c: Fixed [SF Tcl Bug 943274]. This is the same problem as | andreas_kupries | 2004-05-19 | 1 | -6/+89 |
|
|
* | * generic/tclIO.c (Tcl_SetChannelOption): Fixed [SF Tcl Bug | andreas_kupries | 2004-04-23 | 1 | -1/+10 |
|
|
* | Patch 922727 committed. Implements three changes: | dgp | 2004-04-06 | 1 | -2/+1 |
|
|
* | fixed typos in documentation and comments | vincentdarley | 2004-03-09 | 1 | -4/+4 |
|
|
* | * generic/tclIO.c (Tcl_Ungets): fixed improper filling of the channel buffer. | davygrvy | 2004-02-02 | 1 | -3/+2 |
|
|
* | All uses of 'panic' (the macro) changed | davygrvy | 2003-12-24 | 1 | -12/+12 |
|
|
* | * The changes below fix SF bugs [593810], and [718045]. | andreas_kupries | 2003-04-22 | 1 | -1/+3 |
|
|
* | * generic/tclIO.c (UpdateInterest): When dropping interest in | andreas_kupries | 2003-04-11 | 1 | -1/+44 |
|
|
* | * generic/tclIO.c (Tcl_Seek, Tcl_OutputBuffered): | mdejong | 2003-03-06 | 1 | -3/+13 |
|
|
* | * generic/tclIO.c (Tcl_Flush): Compare the | mdejong | 2003-03-06 | 1 | -2/+3 |
|
|
* | * generic/tclIO.c (Tcl_GetsObj): Check that | mdejong | 2003-03-06 | 1 | -2/+2 |
|
|
* | * generic/tclIO.c (WriteBytes, WriteChars, | mdejong | 2003-03-06 | 1 | -4/+15 |
|
|
* | * generic/tclIO.c (Tcl_SetChannelOption): | mdejong | 2003-03-06 | 1 | -5/+3 |
|
|
* | (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 |
|
|