| Commit message (Expand) | Author | Age | Files | Lines |
* | align comment, no functional change | jan.nijtmans | 2015-09-28 | 1 | -1/+1 |
|
|
* | Member field which should not have been CONST, because it is dynamically allo... | jan.nijtmans | 2015-06-23 | 1 | -1/+1 |
|
|
* | Backport the cheaper Preserve/Release on channels. | dgp | 2014-08-01 | 1 | -0/+2 |
|\ |
|
| * | Reduce the cost of Preserve/Release on channels | dgp | 2014-07-30 | 1 | -0/+2 |
|
|
| * | Refinements of FlushChannel() and its callers. Notably includes removal of th... | dgp | 2014-05-29 | 1 | -5/+0 |
| |\
| |/
|/| |
|
| * | merge trunk | dgp | 2014-04-21 | 1 | -0/+1 |
| |\ |
|
| | * | Merge refcounting machinery for ChannelBuffer. | dgp | 2014-04-21 | 1 | -0/+1 |
| | |\ |
|
| * | \ | Merge the checkins of the dgp-read-bytes branch onto the trunk, up to | dgp | 2014-03-23 | 1 | -26/+0 |
| |\ \ \
| | |/ /
| |/| | |
|
| * | | | Remove from tclIO.h structs used only in tclIO.c. | dgp | 2013-02-26 | 1 | -108/+4 |
| |\ \ \ |
|
| * \ \ \ | Repair linked list management in Tcl_DeleteCloseHandler(). | dgp | 2013-02-25 | 1 | -13/+4 |
| |\ \ \ \ |
|
| * | | | | | Factor out constant that must be the same in multiple places. Prompted by a | dkf | 2012-05-25 | 1 | -0/+7 |
|
|
| * | | | | | Now that we're no longer using SCM based on RCS, the RCS Keyword lines | dgp | 2011-03-02 | 1 | -2/+0 |
| |\ \ \ \ \ |
|
| * | | | | | | [Bug 3129448]: Possible over-allocation on 64-bit platforms, part 2 | nijtmans | 2010-12-10 | 1 | -4/+4 |
|
|
| * | | | | | | Allow [fcopy] to move more than 2GB per call. Frederic Bonnet identified issue. | dkf | 2010-03-20 | 1 | -3/+3 |
|
|
| * | | | | | | [Bug 218977] Tcl_DbCkfree needs a return value | nijtmans | 2009-02-27 | 1 | -2/+2 |
|
|
| * | | | | | | * generic/tclIO.c (Tcl_CloseEx,CloseWrite,CloseChannelPart,ChanCloseHalf): | andreas_kupries | 2008-12-18 | 1 | -1/+4 |
|
|
| * | | | | | | * doc/ChnlStack.3: CONSTified the typePtr argument | nijtmans | 2008-10-04 | 1 | -2/+2 |
|
|
| * | | | | | | More elimination of pre-C89-isms. | dkf | 2008-05-02 | 1 | -2/+2 |
|
|
| * | | | | | | * tests/io.test (io-53.10): Testcase for bi-directionaly fcopy. | andreas_kupries | 2008-04-07 | 1 | -2/+3 |
|
|
* | | | | | | | Further simplifications to FlushChannel(). This makes clear the | dgp | 2014-05-28 | 1 | -5/+0 |
|
|
* | | | | | | | merge 8.5 | dgp | 2014-04-21 | 1 | -0/+1 |
|\ \ \ \ \ \ \
| |_|_|_|_|/ /
|/| | | | | /
| | |_|_|_|/
| |/| | | | |
|
| * | | | | | Added a refcounting mechanism to ChannelBuffers. Other edits to | dgp | 2014-04-21 | 1 | -0/+1 |
| | |_|_|/
| |/| | | |
|
* | | | | | Remove long dead "BAD_BLOCKING" support code so it no longer confuses | dgp | 2014-03-17 | 1 | -23/+0 |
|
|
* | | | | | Remove old dead code; silence compiler warnings; tidy up. | dgp | 2014-03-05 | 1 | -3/+0 |
|/ / / / |
|
* | | | | structs *ChannelHandler* GetsState CopyState used only locally. | dgp | 2013-02-26 | 1 | -108/+4 |
|\ \ \ \
| |_|_|/
|/| | | |
|
| * | | | structs ChannelHandler ChannelHandlerEvent GetsState CopyState used locally. | dgp | 2013-02-26 | 1 | -83/+4 |
|
|
| * | | | struct NextChannelHandler used only locally. Remove from tclIO.h. | dgp | 2013-02-26 | 1 | -25/+0 |
|
|
* | | | | Repair linked list management in Tcl_DeleteCloseHandler(). | dgp | 2013-02-25 | 1 | -13/+4 |
|\ \ \ \
| |/ / /
| | | /
| |_|/
|/| | |
|
| * | | Repair linked list management in Tcl_DeleteCloseHandler().
| dgp | 2013-02-25 | 1 | -12/+4 |
|
|
* | | | Now that we're no longer using SCM based on RCS, the RCS Keyword lines cause | dgp | 2011-03-02 | 1 | -2/+0 |
|\ \ \
| |/ / |
|
| * | | Now that we're no longer using SCM based on RCS, the RCS Keyword lines cause | dgp | 2011-03-01 | 1 | -2/+0 |
|
|
| * | | * tests/io.test (io-53.10): Testcase for bi-directionaly fcopy. | andreas_kupries | 2008-04-07 | 1 | -2/+3 |
|
|
| * | | * generic/tclIO.h (CHANNEL_INCLOSE): New flag. Set in | andreas_kupries | 2004-07-15 | 1 | -1/+10 |
|
|
| * | | * tclIO.c: Fixed [SF Tcl Bug 943274]. This is the same problem as | andreas_kupries | 2004-05-19 | 1 | -1/+17 |
|
|
* | | | * generic/tclIO.c (CopyData): Allow the total number of bytes copied | dkf | 2010-03-20 | 1 | -2/+2 |
|
|
* | | | * tests/io.test (io-53.10): Testcase for bi-directionaly fcopy. | andreas_kupries | 2008-04-07 | 1 | -2/+3 |
| |/
|/| |
|
* | | merge stable branch onto HEAD | dgp | 2007-12-13 | 1 | -1/+1 |
|
|
* | | * generic/tclIO.h: Create Tcl_Obj for Tcl channels to reduce | hobbs | 2007-12-05 | 1 | -1/+5 |
|
|
* | | formatting | dkf | 2005-10-13 | 1 | -182/+178 |
|
|
* | | TIP#219 IMPLEMENTATION | andreas_kupries | 2005-08-24 | 1 | -1/+15 |
|
|
* | | * generic/tclIO.h (CHANNEL_INCLOSE): New flag. Set in | andreas_kupries | 2004-07-15 | 1 | -1/+10 |
|
|
* | | * tclIO.c: Fixed [SF Tcl Bug 943274]. This is the same problem as | andreas_kupries | 2004-05-19 | 1 | -1/+17 |
|/ |
|
* | * Updated APIs in the file generic/tclIO.c according to the guidelines | dgp | 2002-01-15 | 1 | -4/+4 |
|
|
* | * The changes below fix [Bug #462317] where Expect tried to read | andreas_kupries | 2001-09-27 | 1 | -1/+12 |
|
|
* | 2001-03-30 Andreas Kupries <andreas_kupries@users.sourceforge.net> | andreas_kupries | 2001-03-30 | 1 | -1/+3 |
|
|
* | up-port of the stacked channel implementation rewrite in 8.3.2 to | hobbs | 2000-09-28 | 1 | -46/+77 |
|
|
* | * generic/tclTest.c: | hobbs | 2000-05-19 | 1 | -0/+348 |
|
|