| Commit message (Expand) | Author | Age | Files | Lines |
* | Simplify macro typecasting. | dgp | 2014-01-31 | 1 | -6/+3 |
|
|
* | The "channel" Tcl_ObjType is caching only. It never needs an UpdateString ro... | dgp | 2014-01-31 | 1 | -46/+6 |
|
|
* | Do not call updateStringProc directly. We have TclGetString() for that. | dgp | 2014-01-31 | 1 | -10/+1 |
|
|
* | Refactor to eliminate the DoWriteChars() layer. | dgp | 2014-01-30 | 1 | -64/+22 |
|
|
* | Eliminate DoWrite(). It duplicates WriteBytes(). | dgp | 2014-01-30 | 1 | -163/+2 |
|
|
* | Trial: Implement DoWrite() as WriteBytes(). | dgp | 2014-01-30 | 1 | -0/+4 |
|
|
* | Simplification and cleanup enabled by last commit. | dgp | 2014-01-30 | 1 | -301/+7 |
|
|
* | Refactor WriteChars() and WriteBytes() into simple wrappers of a common | dgp | 2014-01-30 | 1 | -13/+35 |
|
|
* | The outputStage field is now unused, so never allocate it. | dgp | 2014-01-28 | 1 | -29/+0 |
|
|
* | tidy things up | dgp | 2014-01-28 | 1 | -194/+17 |
|
|
* | Working code with no staging buffer use. | dgp | 2014-01-28 | 1 | -31/+97 |
|
|
* | WIP | dgp | 2014-01-28 | 1 | -0/+69 |
|
|
* | Eliminate the copy to a staging buffer when that serves no functional purpose. | dgp | 2014-01-24 | 1 | -10/+12 |
|
|
* | Fix C99 comment-ism breaking the native AIX compiler. HPUX likely as well. | andreask | 2013-05-29 | 1 | -2/+2 |
|
|
* | Backport 8.6's fix [checkin 5af0d249de] to [Bug 2901998]: Inconsistent buffer... | ferrieux | 2013-05-01 | 1 | -8/+92 |
|
|
* | structs *ChannelHandler* GetsState CopyState used only locally. | dgp | 2013-02-26 | 1 | -0/+102 |
|\ |
|
| * | structs ChannelHandler ChannelHandlerEvent GetsState CopyState used locally. | dgp | 2013-02-26 | 1 | -0/+78 |
|
|
| * | struct NextChannelHandler used only locally. Remove from tclIO.h. | dgp | 2013-02-26 | 1 | -0/+24 |
|
|
* | | Repair linked list management in Tcl_DeleteCloseHandler(). | dgp | 2013-02-25 | 1 | -0/+14 |
|\ \
| |/ |
|
| * | Repair linked list management in Tcl_DeleteCloseHandler().
| dgp | 2013-02-25 | 1 | -0/+14 |
|
|
* | | Use twoPtrValue.ptr1 in stead of otherValuePtr everywhere. This is exactly th... | jan.nijtmans | 2013-01-31 | 1 | -2/+2 |
|
|
* | | When checking for std channels being closed, compare the channel state, | dgp | 2012-10-03 | 1 | -5/+9 |
|\ \
| |/ |
|
| * | When checking for std channels being closed, compare the channel state, | dgp | 2012-10-03 | 1 | -20/+24 |
|
|
| * | Preserve the chanPtr so that script evaluation cannot invalidate it when | dgp | 2012-07-24 | 1 | -0/+2 |
|
|
* | | Preserve the chanPtr so that script evaluation cannot invalidate it when | dgp | 2012-07-24 | 1 | -0/+2 |
|
|
* | | make some more internal tables const | jan.nijtmans | 2012-04-23 | 1 | -1/+1 |
|\ \
| |/ |
|
| * | make some more internal tables const | jan.nijtmans | 2012-04-23 | 1 | -1/+1 |
|
|
* | | Make sure SetFooFromAny routines react reasonably when passed a NULL interp. | dgp | 2011-04-21 | 1 | -0/+3 |
|\ \
| |/ |
|
* | | 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 |
|
|
| * | * generic/tclIO.c (CopyData): [Bug 2895565]. Dropped bogosity | andreas_kupries | 2009-11-12 | 1 | -5/+12 |
|
|
| * | * generic/tclIO.c (FlushChannel): Skip OutputProc for low-level | andreas_kupries | 2009-10-23 | 1 | -2/+6 |
|
|
| * | * generic/tclIO.c (TclFinalizeIOSubsystem): Revised latest commit to | dgp | 2008-12-01 | 1 | -3/+3 |
|
|
| * | * generic/tclIO.c (TclFinalizeIOSubsystem): Applied backport of | andreas_kupries | 2008-11-25 | 1 | -2/+2 |
|
|
| * | * generic/tclIO.c: Backport of fix for [Bug 2333466]. | andreas_kupries | 2008-11-23 | 1 | -2/+4 |
|
|
| * | * win/tclWinChan.c (FileWideSeekProc): Accepted a patch by | andreas_kupries | 2008-05-23 | 1 | -8/+8 |
|
|
| * | * generic/tclIO.c (CopyData): Applied another patch by Alexandre | andreas_kupries | 2008-04-15 | 1 | -6/+9 |
|
|
| * | * tests/io.test (io-53.10): Testcase for bi-directionaly fcopy. | andreas_kupries | 2008-04-07 | 1 | -27/+39 |
|
|
| * | * generic/tclIO.c (BUSY_STATE, CheckChannelErrors, | andreas_kupries | 2008-04-07 | 1 | -4/+8 |
|
|
| * | * generic/tclIO.c (CopyData): Applied patch [Bug 1932639] to | andreas_kupries | 2008-04-03 | 1 | -13/+23 |
|
|
| * | * generic/tclIO.c (CopyData): Applied patch for the fcopy problem | andreas_kupries | 2008-04-02 | 1 | -2/+2 |
|
|
| * | * 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 |
|
|