| Commit message (Expand) | Author | Age | Files | Lines |
* | * generic/tclIO.c: Moved Tcl_{Cut,Splice}Channel to | andreas_kupries | 2005-08-26 | 1 | -9/+147 |
|
|
* | TIP#219 IMPLEMENTATION | andreas_kupries | 2005-08-24 | 1 | -25/+444 |
|
|
* | * generic/tclIO.c (CloseChannel): Fixed comment nit, added | andreas_kupries | 2005-08-04 | 1 | -2/+2 |
|
|
* | Getting more systematic about style | dkf | 2005-07-17 | 1 | -1619/+1564 |
|
|
* | bug 1225727 | Kevin B Kenny | 2005-06-22 | 1 | -1/+2 |
|
|
* | Stick to TCL_CHANNEL_VERSION_4; it's all in alpha anyway! | dkf | 2005-06-07 | 1 | -2/+19 |
|
|
* | typo | dgp | 2005-06-07 | 1 | -2/+2 |
|
|
* | TIP#208 implementation | dkf | 2005-06-06 | 1 | -1/+83 |
|
|
* | Merged kennykb-numerics-branch back to the head; TIPs 132 and 232 | Kevin B Kenny | 2005-05-10 | 1 | -1/+1 |
|
|
* | * generic/tclInt.decls: Converted TclMatchIsTrivial to a macro. | dgp | 2005-05-05 | 1 | -2/+13 |
|
|
* | * 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 |
|
|