diff options
author | das <das> | 2006-08-18 11:23:22 (GMT) |
---|---|---|
committer | das <das> | 2006-08-18 11:23:22 (GMT) |
commit | c8aa816f783a31a2a7a3315813d563c83a73a5d1 (patch) | |
tree | 8ac3978c2740341ca4f922b5b8351092d7d9c2c4 /ChangeLog | |
parent | daccfbf9d19d8ffcfd4c6106a608bf441713d5ff (diff) | |
download | tcl-c8aa816f783a31a2a7a3315813d563c83a73a5d1.zip tcl-c8aa816f783a31a2a7a3315813d563c83a73a5d1.tar.gz tcl-c8aa816f783a31a2a7a3315813d563c83a73a5d1.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
@@ -33,6 +33,10 @@ * generic/tclLink.c (LinkTraceProc): fix 64-bit signed-with-unsigned comparison warning from gcc4 -Wextra. + * 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-17 Don Porter <dgp@users.sourceforge.net> * generic/tclCompile.c: Revised the new set of expression |