diff options
author | das <das> | 2006-08-18 11:23:31 (GMT) |
---|---|---|
committer | das <das> | 2006-08-18 11:23:31 (GMT) |
commit | c925813266e101493b3ca5049dbb21f4c1764d8b (patch) | |
tree | deed8c8f9e32409fb4215df0ce36cdf36ed2cfc9 /ChangeLog | |
parent | 14bd76d3ec59b713ec76126253b3ed6c91ffc64a (diff) | |
download | tcl-c925813266e101493b3ca5049dbb21f4c1764d8b.zip tcl-c925813266e101493b3ca5049dbb21f4c1764d8b.tar.gz tcl-c925813266e101493b3ca5049dbb21f4c1764d8b.tar.bz2 |
* unix/tclUnixChan.c (TclUnixWaitForFile): with timeout < 0, if select()
returns early (e.g. due to a signal), call it again instead of returning
a timeout result. Fixes intermittent event-13.8 failures.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -13,6 +13,10 @@ * macosx/README: updates for x86_64 support and Xcode 2.3. + * unix/tclUnixChan.c (TclUnixWaitForFile): with timeout < 0, if select() + returns early (e.g. due to a signal), call it again instead of returning + a timeout result. Fixes intermittent event-13.8 failures. + 2006-08-09 Don Porter <dgp@users.sourceforge.net> * generic/tclEncoding.c: Replace buffer copy in for loop |