| Commit message (Expand) | Author | Age | Files | Lines |
* | Eliminate "register" keyword _everywhere_ in Tcl. This keyword is deprecated ... | jan.nijtmans | 2019-07-17 | 1 | -1/+1 |
|
|
* | Make more clear that TCL_INDEX_END|TCL_INDEX_NONE not necessary are int's (in... | jan.nijtmans | 2019-05-08 | 1 | -4/+4 |
|
|
* | Add missed timer cleanup in tclIORChan.c/ReflectClose. | pooryorick | 2019-04-24 | 1 | -0/+6 |
|
|
* | Ensure that Tcl_CreateTimerHandler is not called if there is an existing timer | pooryorick | 2019-04-23 | 1 | -2/+6 |
|
|
* | Fix for [67a5eabbd3d1], refchan, coroutine, and postevent from the "watch" | pooryorick | 2019-04-23 | 1 | -6/+50 |
|
|
* | More use of (efficient) TclHasIntRep() macro. Also eliminate many (size_t) an... | jan.nijtmans | 2019-02-27 | 1 | -3/+3 |
|
|
* | Eliminate the use of macro's like LLONG_MAX|MIN, since they assume that Tcl_W... | jan.nijtmans | 2018-09-13 | 1 | -3/+3 |
|
|
* | Simplify usage of TCL_THREAD, along the lines of [eeddb0693a950be980a66de3811... | jan.nijtmans | 2018-05-22 | 1 | -24/+24 |
|
|
* | TIP #491 implementation: Threading Support: phasing out non-threaded builds | jan.nijtmans | 2018-05-17 | 1 | -24/+24 |
|
|
* | merge 8.6 | dgp | 2017-08-10 | 1 | -0/+4 |
|\ |
|
| * | Silence compiler warning in --disable-threads build | dgp | 2017-08-10 | 1 | -0/+4 |
|
|
* | | Remove some unnecessary "struct" definitions and some type casts no longer ne... | jan.nijtmans | 2017-04-11 | 1 | -7/+7 |
|
|
* | | More minor style fixes. | dkf | 2017-04-10 | 1 | -20/+37 |
|
|
* | | Use more "size_t" in stead of "int" internall. Also eliminate a lot of type-c... | jan.nijtmans | 2016-11-16 | 1 | -9/+9 |
|
|
* | | Micro-optimization: Use TclGetStringFromObj in stead of Tcl_GetStringFromObj ... | jan.nijtmans | 2016-07-08 | 1 | -4/+4 |
|/ |
|
* | [bbc304f61a] Avoid event handling when reflected channel has a watch | dgp | 2016-03-08 | 1 | -2/+2 |
|\ |
|
| * | [bbc304f61a] Proposed fix for reflected watch race condition. | dgp | 2016-03-02 | 1 | -1/+3 |
|/ |
|
* | Backout failed attempt to fix [32ae34e63a]. | dgp | 2015-09-25 | 1 | -0/+8 |
|\ |
|
* \ | [32ae34e63a] Prevent segfaults and data corruption when CopyData() is called ... | dgp | 2015-09-23 | 1 | -8/+0 |
|\ \
| |/ |
|
| * | Protect CopyState buffer from conflicting uses when CopyData() is called | dgp | 2015-09-23 | 1 | -8/+0 |
|
|
| * | Backport the cheaper Preserve/Release on channels. | dgp | 2014-08-01 | 1 | -2/+2 |
| |\
| |/
|/| |
|
* | | Reduce the cost of Preserve/Release on channels | dgp | 2014-07-30 | 1 | -2/+2 |
|
|
* | | [12b0997ce7] Plug memleak in iocmd.tf-32.0 . | dgp | 2014-07-22 | 1 | -23/+40 |
|
|
* | | [b47b176adf] Stop possible segfaults when variability in mutex lock | aku | 2014-06-20 | 1 | -0/+16 |
|\ \
| |/ |
|
| * | [b47b176adf] Stop possible segfaults when variability in mutex lock | aku | 2014-06-20 | 1 | -0/+16 |
|
|
* | | Test iocmd-32.1 is not "impossible" but after writing it properly it does seg... | dgp | 2014-05-09 | 1 | -1/+11 |
|\ \
| |/ |
|
| * | Test iocmd-32.1 is not "impossible" but after writing it properly it | dgp | 2014-05-09 | 1 | -1/+11 |
|
|
* | | silence compiler warning | dgp | 2014-05-08 | 1 | -2/+2 |
|
|
* | | Merge 8.5. | dgp | 2014-05-08 | 1 | -10/+21 |
|\ \
| |/ |
|
| * | Stop leaks of cloned Tcl_ChannelTypes. | dgp | 2014-05-07 | 1 | -8/+20 |
|
|
* | | Make sure the ReflectedChannel struct is freed in the handler thread, | dgp | 2014-04-24 | 1 | -2/+2 |
|
|
* | | Merge reflected channel improvements. | dgp | 2014-04-17 | 1 | -95/+50 |
|\ \
| |/ |
|
| * | Reflected channels. Keep a set of method names cached so we don't create | dgp | 2014-04-17 | 1 | -40/+43 |
|
|
| * | Simplify reflected channels. | dgp | 2014-04-17 | 1 | -55/+7 |
|
|
* | | Remove unused variable, don't use deprecated function, some formatting. | jan.nijtmans | 2014-04-16 | 1 | -1/+1 |
|
|
* | | Purge the (now unused) argc and argv fields. | dgp | 2014-04-15 | 1 | -124/+4 |
|\ \
| |/ |
|
| * | Purge (now unused) argc and argv fields. | dgp | 2014-04-15 | 1 | -107/+3 |
|
|
* | | [88aef05cda] Stop reentrancy segfault in reflected channels by managing | dgp | 2014-04-15 | 1 | -2/+20 |
|\ \
| |/ |
|
| * | [88aef05cda] Stop reentrancy segfault in reflected channels by managing | dgp | 2014-04-15 | 1 | -2/+20 |
|
|
* | | Merge minimal fix for iocmd-23.11. | dgp | 2014-03-28 | 1 | -0/+2 |
|\ \
| |/ |
|
| * | Minimal patch to fix iocmd-23.11. Might not be the best fix, but is *a* fix. | dgp | 2014-03-27 | 1 | -0/+2 |
|
|
| * | Fix gcc warning (discovered with latest mingw, based on gcc 4.6.1) | jan.nijtmans | 2011-10-07 | 1 | -2/+0 |
|
|
* | | Minor changes to improve style (C89 declarations, consistent indentation, | dkf | 2012-08-07 | 1 | -1/+3 |
|
|
* | | Final part of result generation conversion (modulo any minor blunders) | dkf | 2012-08-05 | 1 | -58/+71 |
|
|
* | | converting to using Tcl_Obj API for error message generation; part done | dkf | 2012-08-03 | 1 | -1/+2 |
|
|
* | | Factor out a number of common patterns of use of Tcl_DStringAppend. | dkf | 2012-07-03 | 1 | -6/+5 |
|
|
* | | 3528601 Fix broken --disable-threads build. | dgp | 2012-05-22 | 1 | -0/+4 |
|
|
* | | Undone part of change [32d93a8414], keeping [chan postevent] synchronous for ... | andreask | 2012-05-09 | 1 | -16/+15 |
|
|
* | | * generic/tclIORChan.c [Bug 3522560]: Fixed the crash, enabled the | andreask | 2012-05-09 | 1 | -15/+159 |
|
|
* | | Re-using the "interp" field to signal a dead channel (via NULL value)
| dgp | 2011-09-20 | 1 | -6/+13 |
|
|