Commit message (Collapse) | 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 |
| |\ | | | | | | | Remove from tclIO.h. | ||||
| | * | structs ChannelHandler ChannelHandlerEvent GetsState CopyState used locally. | dgp | 2013-02-26 | 1 | -0/+78 |
| | | | | | | | | | Remove from tclIO.h. | ||||
| | * | 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 |
|\ \ \ | |/ / | | | | CloseCallback struct used only locally. Remove from tclIO.h. | ||||
| * | | Repair linked list management in Tcl_DeleteCloseHandler(). | dgp | 2013-02-25 | 1 | -0/+14 |
| |\ \ | | |/ | | | | CloseCallback struct used only locally. Remove from tclIO.h. | ||||
| | * | Repair linked list management in Tcl_DeleteCloseHandler(). | dgp | 2013-02-25 | 1 | -0/+14 |
| | | | | | | | | | CloseCallback struct is used only locally. Remove from tclIO.h. | ||||
* | | | merge core-8-5-branch | jan.nijtmans | 2013-01-31 | 1 | -2/+2 |
|\ \ \ | |/ / | |||||
| * | | Use twoPtrValue.ptr1 in stead of otherValuePtr everywhere. This is exactly ↵ | jan.nijtmans | 2013-01-31 | 1 | -2/+2 |
| | | | | | | | | | | | | the same field, but it allows twoPtrValue.ptr2 to be used for other purposes. | ||||
| * | | When checking for std channels being closed, compare the channel state, | dgp | 2012-10-03 | 1 | -5/+9 |
| |\ \ | | |/ | | | | not the channel itself so that stacked channels do not cause trouble. | ||||
| | * | When checking for std channels being closed, compare the channel state, | dgp | 2012-10-03 | 1 | -20/+24 |
| | | | | | | | | | not the channel itself so that stacked channels do not cause trouble. | ||||
| | * | Preserve the chanPtr so that script evaluation cannot invalidate it when | dgp | 2012-07-24 | 1 | -0/+2 |
| | | | | | | | | | we plan to use it again. | ||||
* | | | Fix busyloop at exit under TCL_FINALIZE_ON_EXIT when there are unflushed ↵ | ferrieux | 2012-12-08 | 1 | -1/+1 |
| | | | | | | | | | | | | nonblocking channels. Thanks Miguel for spotting. | ||||
* | | | 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 |
|\ \ \ | |/ / | | | | we plan to use it again. | ||||
| * | | Preserve the chanPtr so that script evaluation cannot invalidate it when | dgp | 2012-07-24 | 1 | -0/+2 |
| | | | | | | | | | we plan to use it again. | ||||
* | | | [Bug 3545365]: Never try a bg-flush on a dead channel, just like before ↵ | ferrieux | 2012-07-23 | 1 | -1/+4 |
| | | | | | | | | | | | | 2011-08-17. | ||||
* | | | 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 |
| | | | | | | | | | conversation with Alexandre Ferrieux. | ||||
* | | | * generic/tclIORChan.c [Bug 3522560]: Fixed the crash, enabled the | andreask | 2012-05-09 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | | test case. Modified [chan postevent] to properly inject the event(s) into the owner thread's event queue for execution in the correct context. Renamed the ForwardOpTo...Thread() function to match with our terminology. | ||||
* | | | 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 ↵ | ferrieux | 2012-03-22 | 1 | -5/+1 |
| | | | | | | | | | | | | | | | | | | | | between. | ||||
| * | | | | Implement tip 398 : Quickly Exit with Non-Blocking Blocked Channels. This is ↵ | ferrieux | 2012-03-22 | 1 | -3/+2 |
| | | | | | | | | | | | | | | | | | | | | simply a revert of the (C part of the) 1025712d5b commit of 2011-08-17. | ||||
* | | | | | 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 |
| | | | | | | | | | On cygwin, install dll's in /usr/bin, not in /usr/lib | ||||
* | | | [Bug 3412487]: Now short reads are allowed in synchronous fcopy, avoid ↵ | ferrieux | 2011-09-21 | 1 | -2/+2 |
| | | | | | | | | | | | | mistaking them as nonblocking ones. | ||||
* | | | 3394654, 3393276 Revise FlushChannel() to account for the possibility | dgp | 2011-08-19 | 1 | -1/+3 |
| | | | | | | | | | that the ChanWrite() call might recycle the buffer out from under us. | ||||
* | | | Preserve the chanPtr during FlushChannel so that channel drivers | dgp | 2011-08-19 | 1 | -4/+11 |
| | | | | | | | | | don't yank it away before we're done with it. | ||||
* | | | [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 |
| | | | | | | | | | rest of Tcl source code. No ABI change. API change *should* be harmless. | ||||
* | | | MINOR: Formatting fixes, mainly to comments, so code better fits the style in | dkf | 2011-03-10 | 1 | -2/+3 |
| | | | | | | | | | the Engineering Manual. | ||||
* | | | Now that we're no longer using SCM based on RCS, the RCS Keyword lines | dgp | 2011-03-02 | 1 | -2/+0 |
|\ \ \ | |/ / | | | | cause more harm than good. Purged them (except in zlib files). | ||||
| * | | Now that we're no longer using SCM based on RCS, the RCS Keyword lines cause | dgp | 2011-03-02 | 1 | -2/+0 |
| |\ \ | | |/ | | | | more harm than good. Purged them. | ||||
| | * | Now that we're no longer using SCM based on RCS, the RCS Keyword lines cause | dgp | 2011-03-01 | 1 | -2/+0 |
| | | | | | | | | | more harm than good. Purged them. | ||||
| | * | * generic/tclIO.c (CopyData): [Bug 2895565]. Dropped bogosity | andreas_kupries | 2009-11-12 | 1 | -5/+12 |
| | | | | | | | | | | | | | | | | | | * tests/io.test: which used the number of _written_ bytes or character to update the counters for the read bytes/characters. New test io-53.11. This is a backward port from the 8.5 branch. | ||||
| | * | * generic/tclIO.c (FlushChannel): Skip OutputProc for low-level | andreas_kupries | 2009-10-23 | 1 | -2/+6 |
| | | | | | | | | | | | | | | | | | | 0-length writes. When closing pipes which have already been closed not skipping leads to spurious SIG_PIPE signals. Reported by Mikhail Teterin <mi+thun@aldan.algebra.com>. | ||||
| | * | * generic/tclIO.c (TclFinalizeIOSubsystem): Revised latest commit to | dgp | 2008-12-01 | 1 | -3/+3 |
| | | | | | | | | | | | | something that doesn't crash the test suite. | ||||
| | * | * generic/tclIO.c (TclFinalizeIOSubsystem): Applied backport of | andreas_kupries | 2008-11-25 | 1 | -2/+2 |
| | | | | | | | | | | | | | | | | | | Alexandre Ferrieux's patch for [Bug 2270477] to prevent infinite looping during finalization of channels not bound to interpreters. | ||||
| | * | * 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 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Alexandre Ferrieux <ferrieux@users.sourceforge.net> to fix the [Bug 1965787]. 'tell' now works for locations > 2 GB as well instead of going negative. * generic/tclIO.c (Tcl_SetChannelBufferSize): Accepted a patch by * tests/io.test: Alexandre Ferrieux <ferrieux@users.sourceforge.net> to fix the [Bug 1969953]. Buffersize outside of the supported range are now clipped to nearest boundary instead of ignored. |