| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
|
|
| * | Added some more clarifying comments in Tcl_ClearChannelHandlers() | vasiljevic | 2005-10-13 | 1 | -6/+5 |
|
|
| * | 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 | -2/+14 |
|
|
| * | bug 1225727 | Kevin B Kenny | 2005-06-22 | 1 | -1/+2 |
|
|
| * | * generic/tclIO.c (Tcl_SetChannelBufferSize): Lowest size limit | davygrvy | 2005-04-14 | 1 | -8/+9 |
|
|
| * | TIP#218 IMPLEMENTATION | andreas_kupries | 2005-01-27 | 1 | -15/+57 |
|
|
| * | Fix [Bug 1025359] to 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/+48 |
|
|
| * | Removed one bogus clearance of the has-more flag. Erroneously kept | andreas_kupries | 2004-05-19 | 1 | -3/+1 |
|
|
| * | * tclIO.c: Fixed [SF Tcl Bug 943274]. This is the same problem as | andreas_kupries | 2004-05-19 | 1 | -6/+91 |
|
|
| * | * generic/tclIO.c (Tcl_SetChannelOption): Fixed [SF Tcl Bug | andreas_kupries | 2004-04-23 | 1 | -1/+10 |
|
|
| * | * generic/tclIO.c (Tcl_Ungets): fixes improper filling of the channel buffer. | davygrvy | 2004-02-02 | 1 | -3/+2 |
|
|
| * | * generic/tclIO.c (UpdateInterest): When dropping interest in | andreas_kupries | 2003-04-11 | 1 | -7/+38 |
|
|
| * | Experimental change. Easier to check in and later back out if there | andreas_kupries | 2003-04-10 | 1 | -1/+13 |
|
|
* | | [backport] Make sure [fcopy -size ... -command ...] always calls the callback... | ferrieux | 2010-12-10 | 1 | -1/+38 |
|
|
* | | * generic/tclIO.c (CopyData): Allow the total number of bytes copied | dkf | 2010-03-20 | 1 | -4/+5 |
|
|
* | | * generic/tclIO.c (CreateScriptRecord): [Bug 2918110]: Initialize | andreas_kupries | 2010-01-18 | 1 | -6/+23 |
|
|
* | | * generic/tclIO.c (CopyData): [Bug 2895565]. Dropped bogosity | andreas_kupries | 2009-11-12 | 1 | -10/+13 |
|
|
* | | Backported fix for [Bug 2888099] (close discards ENOSPC error) by | ferrieux | 2009-11-11 | 1 | -2/+15 |
|
|
* | | * generic/tclIO.c (FlushChannel): Skip OutputProc for low-level | andreas_kupries | 2009-10-23 | 1 | -2/+6 |
|
|
* | | * generic/tclIO.c: Revised ReadChars and FilterInputBytes routines | dgp | 2009-10-19 | 1 | -17/+27 |
|
|
* | | * generic/tclIO.c (Tcl_GetChannelHandle): [Bug 2826248]: Do not crash | andreas_kupries | 2009-07-24 | 1 | -1/+9 |
|
|
* | | * generic/tclIO.c (SetChannelFromAny and related): Modified the | andreas_kupries | 2008-12-11 | 1 | -3/+17 |
|
|
* | | * generic/tclIO.c (TclFinalizeIOSubsystem): Replaced Alexandre | andreas_kupries | 2008-12-02 | 1 | -3/+3 |
|
|