| Commit message (Expand) | Author | Age | Files | Lines |
* | * generic/tclIO.c: Removed dead code. | dgp | 2007-07-02 | 1 | -9/+1 |
|
|
* | * tests/encoding.test: Modified so that encoding tests happen | Kevin B Kenny | 2007-05-04 | 1 | -2/+2 |
|
|
* | * generic/tclIO.c (DeleteChannelTable): Made changes so that | Kevin B Kenny | 2007-05-01 | 1 | -60/+72 |
|
|
* | * generic/tclIO.c (FixLevelCode): Corrected reference count | andreas_kupries | 2007-04-30 | 1 | -13/+19 |
|
|
* | Whitespace policing, replacing commas in varargs with constant string catenat... | Kevin B Kenny | 2007-04-20 | 1 | -11/+11 |
|
|
* | Simplification of some argument processing through introduction of a helper | dkf | 2007-04-05 | 1 | -26/+26 |
|
|
* | various "const" additions, in line with TIP #27 | nijtmans | 2007-02-23 | 1 | -69/+69 |
|
|
* | Missed a spot; thanks to Andreas Kupries for spotting this one. | dkf | 2007-01-17 | 1 | -5/+10 |
|
|
* | Added macros to make usage of ChannelBuffers clearer. | dkf | 2007-01-17 | 1 | -81/+128 |
|
|
* | * generic/tclIO.c (Tcl_GetsObj): | mdejong | 2006-12-27 | 1 | -14/+20 |
|
|
* | * generic/tclIO.c: When [gets] on a binary channel needs to use | dgp | 2006-11-13 | 1 | -12/+41 |
|
|
* | * generic/tclCompExpr.c: fix gcc warnings about 'cast to/from | das | 2006-11-13 | 1 | -2/+2 |
|
|
* | Rewrite for style and clarity (esp. tclPkg.c) | dkf | 2006-11-08 | 1 | -231/+275 |
|
|
* | * generic/tclIO.c (Tcl_GetsObj): added two test'n'panic guards for | Miguel Sofer | 2006-09-28 | 1 | -1/+7 |
|
|
* | * generic/tclIO.c (Tcl_StackChannel): Fixed [SF Tcl Bug 1564642], | andreas_kupries | 2006-09-25 | 1 | -2/+2 |
|
|
* | * generic/tclIO.c (ReadChars): Added check and panic and | andreas_kupries | 2006-04-05 | 1 | -1/+76 |
|
|
* | * doc/CrtChannel.3: Added TCL_CHANNEL_VERSION_5, made it | andreas_kupries | 2006-03-27 | 1 | -2/+4 |
|
|
* | Calls TclpFinalizeSockets() as part | vasiljevic | 2006-03-10 | 1 | -1/+8 |
|
|
* | * generic/tclIO.c: Made several routines tolerant of | dgp | 2006-02-15 | 1 | -23/+39 |
|
|
* | Export stubs for libtommath; fix mingw compiler warnings | Kevin B Kenny | 2005-12-13 | 1 | -2/+2 |
|
|
* | * generic/tclIO.c (TclFinalizeIOSubsystem): preserve statePtr | hobbs | 2005-11-18 | 1 | -5/+10 |
|
|
* | * generic/tclIO.c (TclFinalizeIOSubsystem): Applied Pat Thoyts' | andreas_kupries | 2005-11-18 | 1 | -2/+6 |
|
|
* | typo | dgp | 2005-10-31 | 1 | -2/+2 |
|
|
* | Convert to using ANSI decls/definitions and using the (ANSI) assumption that ... | dkf | 2005-10-31 | 1 | -1162/+1126 |
|
|
* | Backed off change from 2005-10-04 (see ChangeLog and Tcl Bug# 1323992 | vasiljevic | 2005-10-14 | 1 | -13/+1 |
|
|
* | Added some more clarifying comments in Tcl_ClearChannelHandlers() | vasiljevic | 2005-10-13 | 1 | -7/+6 |
|
|
* | 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 | -6/+18 |
|
|
* | * 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 |
|
|