summaryrefslogtreecommitdiffstats
path: root/Utilities/Git
ModeNameSize
-rwxr-xr-xcommit-msg352logstatsplain
-rwxr-xr-xpre-commit2221logstatsplain
-rwxr-xr-xprepare-commit-msg231logstatsplain
661d2135'>bug_31661d2135 Tcl is a high-level, general-purpose, interpreted, dynamic programming language. It was designed with the goal of being very simple but powerful.
summaryrefslogtreecommitdiffstats
path: root/generic/tclIORChan.c
Commit message (Expand)AuthorAgeFilesLines
* 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.bug_bbc304f61adgp2016-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 .bug_12b0997ce7dgp2014-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-07