summaryrefslogtreecommitdiffstats
path: root/generic/tclIORChan.c
Commit message (Expand)AuthorAgeFilesLines
* Fix MSVC++ 6.0 buildjan.nijtmans2020-10-141-6/+7
* Merge 8.6jan.nijtmans2020-10-131-3/+5
|\
| * More usage of TclNewObj() in stead of Tcl_NewObj() and TclNewIntObj() in stea...jan.nijtmans2020-10-131-4/+6
* | More usage of TclNewIntObj() macrojan.nijtmans2020-08-131-3/+5
* | More unused arguments through the IO code.dgp2020-03-061-15/+8
* | Merge 8.6jan.nijtmans2020-03-041-9/+9
|\ \ | |/
| * Implement WideSeekProc() for all channels which have a SeekProc(). Implement ...jan.nijtmans2020-03-041-57/+93
* | Implement TIP #562: Deprecate channel types 1-4jan.nijtmans2020-02-281-5/+20
|\ \
| * | Make Tcl_ChannelCloseProc() deprecated too. Implement close2Proc and wideSeek...jan.nijtmans2020-01-311-4/+9
| * | Merge 8.7jan.nijtmans2020-01-301-1/+9
| |\ \
| * | | Deprecate channel types 1-4jan.nijtmans2020-01-291-0/+2
| |/ /
* | | Let's try a real C++ build with Travis on Linuxjan.nijtmans2019-08-301-3/+8
|\ \ \ | |/ /
* | | Merge tip-548jan.nijtmans2019-08-151-1/+1
|\ \ \ | |/ /
| * | Eliminate "register" keyword _everywhere_ in Tcl. This keyword is deprecated ...jan.nijtmans2019-07-171-1/+1
* | | Merge 8.7, and continue implementation. Almost donejan.nijtmans2019-07-101-33/+33
|/ /
* | Make more clear that TCL_INDEX_END|TCL_INDEX_NONE not necessary are int's (in...jan.nijtmans2019-05-081-4/+4
* | Add missed timer cleanup in tclIORChan.c/ReflectClose.pooryorick2019-04-241-0/+6
* | Ensure that Tcl_CreateTimerHandler is not called if there is an existing timerpooryorick2019-04-231-2/+6
* | Fix for [67a5eabbd3d1], refchan, coroutine, and postevent from the "watch"pooryorick2019-04-231-6/+50
* | More use of (efficient) TclHasIntRep() macro. Also eliminate many (size_t) an...jan.nijtmans2019-02-271-3/+3
* | Eliminate the use of macro's like LLONG_MAX|MIN, since they assume that Tcl_W...jan.nijtmans2018-09-131-3/+3
* | Simplify usage of TCL_THREAD, along the lines of [eeddb0693a950be980a66de3811...jan.nijtmans2018-05-221-24/+24
* | TIP #491 implementation: Threading Support: phasing out non-threaded buildsjan.nijtmans2018-05-171-24/+24
* | merge 8.6dgp2017-08-101-0/+4
|\ \ | |/
| * Silence compiler warning in --disable-threads builddgp2017-08-101-0/+4
* | Remove some unnecessary "struct" definitions and some type casts no longer ne...jan.nijtmans2017-04-111-7/+7
* | More minor style fixes.dkf2017-04-101-20/+37
* | Use more "size_t" in stead of "int" internall. Also eliminate a lot of type-c...jan.nijtmans2016-11-161-9/+9
* | Micro-optimization: Use TclGetStringFromObj in stead of Tcl_GetStringFromObj ...jan.nijtmans2016-07-081-4/+4
|/
* [bbc304f61a] Avoid event handling when reflected channel has a watchdgp2016-03-081-2/+2
|\
| * [bbc304f61a] Proposed fix for reflected watch race condition.dgp2016-03-021-1/+3
|/
* Backout failed attempt to fix [32ae34e63a].dgp2015-09-251-0/+8
|\
* \ [32ae34e63a] Prevent segfaults and data corruption when CopyData() is called ...dgp2015-09-231-8/+0
|\ \ | |/
| * Protect CopyState buffer from conflicting uses when CopyData() is calleddgp2015-09-231-8/+0
| * Backport the cheaper Preserve/Release on channels.dgp2014-08-011-2/+2
| |\ | |/ |/|
* | Reduce the cost of Preserve/Release on channelsdgp2014-07-301-2/+2
* | [12b0997ce7] Plug memleak in iocmd.tf-32.0 .dgp2014-07-221-23/+40
* | [b47b176adf] Stop possible segfaults when variability in mutex lockaku2014-06-201-0/+16
|\ \ | |/
| * [b47b176adf] Stop possible segfaults when variability in mutex lockaku2014-06-201-0/+16
* | Test iocmd-32.1 is not "impossible" but after writing it properly it does seg...dgp2014-05-091-1/+11
|\ \ | |/
| * Test iocmd-32.1 is not "impossible" but after writing it properly itdgp2014-05-091-1/+11
* | silence compiler warningdgp2014-05-081-2/+2
* | Merge 8.5.dgp2014-05-081-10/+21
|\ \ | |/
| * Stop leaks of cloned Tcl_ChannelTypes.dgp2014-05-071-8/+20
* | Make sure the ReflectedChannel struct is freed in the handler thread,dgp2014-04-241-2/+2
* | Merge reflected channel improvements.dgp2014-04-171-95/+50
|\ \ | |/
| * Reflected channels. Keep a set of method names cached so we don't createdgp2014-04-171-40/+43
| * Simplify reflected channels.dgp2014-04-171-55/+7
* | Remove unused variable, don't use deprecated function, some formatting.jan.nijtmans2014-04-161-1/+1
* | Purge the (now unused) argc and argv fields.dgp2014-04-151-124/+4
|\ \ | |/