| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove from tclIO.h structs used only in tclIO.c. | dgp | 2013-02-26 | 1 | -0/+102 |
|\ |
|
| * | 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 |
| |\ \
| | |/ |
|
| | * | Repair linked list management in Tcl_DeleteCloseHandler().
| dgp | 2013-02-25 | 1 | -0/+14 |
|
|
* | | | merge core-8-5-branch | jan.nijtmans | 2013-01-31 | 1 | -2/+2 |
|\ \ \
| |/ / |
|
| * | | 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 |
|
|
* | | | Fix busyloop at exit under TCL_FINALIZE_ON_EXIT when there are unflushed no... | ferrieux | 2012-12-08 | 1 | -1/+1 |
|
|
* | | | Fix for core bug yet to be named/numbered.dgp_stackedstdchan | dgp | 2012-10-02 | 1 | -3/+9 |
|
|
* | | | Final part of result generation conversion (modulo any minor blunders) | dkf | 2012-08-05 | 1 | -58/+67 |
|
|
* | | | 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 |
|
|
* | | | [Bug 3545365]: Never try a bg-flush on a dead channel, just like before 201... | ferrieux | 2012-07-23 | 1 | -1/+4 |
|
|
* | | | Factor out a number of common patterns of use of Tcl_DStringAppend. | dkf | 2012-07-03 | 1 | -5/+3 |
|
|
* | | | Factor out constant that must be the same in multiple places. Prompted by a | dkf | 2012-05-25 | 1 | -3/+4 |
|
|
* | | | * generic/tclIORChan.c [Bug 3522560]: Fixed the crash, enabled the | andreask | 2012-05-09 | 1 | -1/+1 |
|
|
* | | | Properly close nonblocking channels even when not flushing them. | ferrieux | 2012-05-07 | 1 | -3/+3 |
|
|
* | | | IMPLEMENTATION OF TIP#398 : Quickly Exit with Non-Blocking Blocked Channels | ferrieux | 2012-04-28 | 1 | -7/+28 |
|\ \ \ |
|
| * | | | Compat flag, test, and doc update.tip_398_impl | ferrieux | 2012-04-28 | 1 | -3/+29 |
|
|
| * | | | merge trunk | ferrieux | 2012-04-24 | 1 | -1/+1 |
| |\ \ \ |
|
| * | | | | Take two. Don't forget to apply all patches, even when the phone rings in bet... | ferrieux | 2012-03-22 | 1 | -5/+1 |
|
|
| * | | | | Implement tip 398 : Quickly Exit with Non-Blocking Blocked Channels. This is ... | ferrieux | 2012-03-22 | 1 | -3/+2 |
|
|
* | | | | | get rid of _ANSI_ARGS_ and CONST | jan.nijtmans | 2012-04-26 | 1 | -1/+1 |
|\ \ \ \ \
| |_|/ / /
|/| | / /
| | |/ /
| |/| | |
|
* | | | | 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 some more internal tables const | jan.nijtmans | 2012-04-23 | 1 | -1/+1 |
|
|
* | | | [Bug 3412487]: Now short reads are allowed in synchronous fcopy, avoid mistak... | ferrieux | 2011-09-21 | 1 | -2/+2 |
|
|
* | | | 3394654, 3393276 Revise FlushChannel() to account for the possibility | dgp | 2011-08-19 | 1 | -1/+3 |
|
|
* | | | Preserve the chanPtr during FlushChannel so that channel drivers | dgp | 2011-08-19 | 1 | -4/+11 |
|
|
* | | | [Bug 3096275] Sync fcopy buffers input. | ferrieux | 2011-08-18 | 1 | -5/+10 |
|
|
* | | | [Bug 2946474] Consistently resume backgrounded flushes+closes when exiting. | ferrieux | 2011-08-17 | 1 | -2/+3 |
|
|
* | | | Use Tcl_PrintfObj to generate more (complex) error messages. | dkf | 2011-08-05 | 1 | -6/+3 |
|
|
* | | | Make sure SetFooFromAny routines react reasonably when passed a NULL interp. | dgp | 2011-04-21 | 1 | -0/+3 |
|\ \ \
| |/ / |
|
| * | | Make sure SetFooFromAny routines react reasonably when passed a NULL interp. | dgp | 2011-04-21 | 1 | -0/+3 |
| |\ \
| | |/ |
|
* | | | Adjust ckalloc/ckfree macros to greatly reduce number of explicit casts in | dkf | 2011-03-12 | 1 | -41/+41 |
|
|
* | | | MINOR: Formatting fixes, mainly to comments, so code better fits the style in | dkf | 2011-03-10 | 1 | -2/+3 |
|
|
* | | | Now that we're no longer using SCM based on RCS, the RCS Keyword lines | 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-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 |
|
|