| Commit message (Expand) | Author | Age | Files | Lines |
* | Imported fix for bug [97069ea11a] from branch bug-97069ea11a: empty error mes... | oehhar | 2014-04-01 | 1 | -1/+11 |
|\ |
|
| * | Fix test failure socket-2.9: "1 {not owner}" instead of "1 {couldn't open soc... | oehhar | 2014-04-01 | 1 | -9/+8 |
|
|
| * | Set return message in close if a flush error is reported (which may be an err... | oehhar | 2014-04-01 | 1 | -2/+13 |
|
|
| * | Minimal patch to fix iocmd-23.11. Might not be the best fix, but is *a* fix. | dgp | 2014-03-27 | 1 | -3/+20 |
|
|
* | | Simplify the core output operations of channels. Reduce duplicative and dead ... | dgp | 2014-02-04 | 1 | -590/+63 |
|\ \
| |/ |
|
| * | 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 |
|
|
* | | Eliminate the use of a staging buffer in WriteChars(). | dgp | 2014-01-30 | 1 | -185/+115 |
|\ \
| |/ |
|
| * | 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 |
|
|
* | | In WriteChars(), eliminate the copy step through a staging buffer when it | dgp | 2014-01-24 | 1 | -10/+12 |
|\ \
| |/ |
|
| * | 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 |
|
|
* | | 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 |
|\ \ \ \ \
| |_|/ / /
|/| | / /
| | |/ /
| |/| | |
|