| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge GotFlag() backport from 8.5. Conflicts galore! | dgp | 2014-05-05 | 1 | -90/+82 |
|\ |
|
| * | Backport "GotFlag" macro from Tcl 8.6. Makes code more readable. No change in... | jan.nijtmans | 2014-05-05 | 1 | -97/+89 |
|
|
* | | merge 8.5 | dgp | 2014-05-02 | 1 | -2/+59 |
|\ \
| |/ |
|
| * | Backport channel self restacking support. (Test iogt-2.4). | dgp | 2014-05-02 | 1 | -2/+59 |
| |\ |
|
| | * | Add some comments about possible other self-restacking troubles. | dgp | 2014-05-02 | 1 | -1/+8 |
|
|
| | * | Fully restore topChan resetting to accommodate self-restacking channels. | dgp | 2014-05-02 | 1 | -17/+26 |
|
|
| | * | Re-enable buffer recycling. | dgp | 2014-05-02 | 1 | -1/+1 |
|
|
| | * | Stop the segfault in iogt-2.4. First by changing the UpdateInterest() | dgp | 2014-05-01 | 1 | -1/+8 |
|
|
| | * | merge trunk | dgp | 2014-05-01 | 1 | -8/+27 |
| | |\ |
|
| | | * | Merge in the fixes for improper ChannelBuffer sharing via recycling. | dgp | 2014-05-01 | 1 | -8/+27 |
| | | |\
| | |_|/
| |/| | |
|
| | * | | merge trunk | dgp | 2014-04-29 | 1 | -2/+4 |
| | |\ \
| | | |/ |
|
| | | * | Fix bug exposed when buffer recycling is disabled. | dgp | 2014-04-29 | 1 | -2/+4 |
| | | |\ |
|
| | * | | | Disable buffer recycling, which creates mysteries. | dgp | 2014-04-25 | 1 | -1/+1 |
|
|
| | * | | | Test iortrans-4.8.2 demos an infinite loop. Possible trouble with | dgp | 2014-04-25 | 1 | -0/+5 |
| | |/ / |
|
| | * | | Merge refcounting machinery for ChannelBuffer. | dgp | 2014-04-21 | 1 | -8/+42 |
| | |\ \ |
|
| | * \ \ | Fix for Bug [97069ea11a]: Set return message in close if a flush error is rep... | oehhar | 2014-04-04 | 1 | -1/+11 |
| | |\ \ \ |
|
| | * \ \ \ | Merge minimal fix for iocmd-23.11. | dgp | 2014-03-28 | 1 | -10/+28 |
| | |\ \ \ \ |
|
| | * \ \ \ \ | Simplify the core output operations of channels. Reduce duplicative and dead ... | dgp | 2014-02-04 | 1 | -590/+63 |
| | |\ \ \ \ \ |
|
| | * \ \ \ \ \ | Eliminate the use of a staging buffer in WriteChars(). | dgp | 2014-01-30 | 1 | -185/+115 |
| | |\ \ \ \ \ \ |
|
| | * \ \ \ \ \ \ | In WriteChars(), eliminate the copy step through a staging buffer when it | dgp | 2014-01-24 | 1 | -10/+12 |
| | |\ \ \ \ \ \ \ |
|
| | * \ \ \ \ \ \ \ | Remove from tclIO.h structs used only in tclIO.c. | dgp | 2013-02-26 | 1 | -0/+102 |
| | |\ \ \ \ \ \ \ \ |
|
| | * \ \ \ \ \ \ \ \ | 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 |
| | |\ \ \ \ \ \ \ \ \ \ |
|
| | * | | | | | | | | | | | 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 |
| | |\ \ \ \ \ \ \ \ \ \ \ |
|
| | * | | | | | | | | | | | | [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 |
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \
| | | |/ / / / / / / / / / / / /
| | | | / / / / / / / / / / / /
| | | |/ / / / / / / / / / / /
| | |/| | | | | | | | | | | | |
|
| | * | | | | | | | | | | | | | [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 |
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ |
|
| | * | | | | | | | | | | | | | | 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 |
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ |
|
| | * | | | | | | | | | | | | | | | Make sure [fcopy -size ... -command ...] always calls the callback asynchrono... | ferrieux | 2010-12-10 | 1 | -1/+38 |
|
|