diff options
author | Kevin B Kenny <kennykb@acm.org> | 2006-11-28 16:29:47 (GMT) |
---|---|---|
committer | Kevin B Kenny <kennykb@acm.org> | 2006-11-28 16:29:47 (GMT) |
commit | 78afab8ec5cb163b94f8fed86fb67d9e339d9268 (patch) | |
tree | 2a4153277da51a6fe37fa2b23a1c880874e8872f /ChangeLog | |
parent | 6da4a8974f27a03af1fd2ef3ded24be102f381bd (diff) | |
download | tcl-78afab8ec5cb163b94f8fed86fb67d9e339d9268.zip tcl-78afab8ec5cb163b94f8fed86fb67d9e339d9268.tar.gz tcl-78afab8ec5cb163b94f8fed86fb67d9e339d9268.tar.bz2 |
* unix/tclUnixChan.c (TclUnixWaitForFile):
* tests/event.test (event-14.*): Corrected a bug where
TclUnixWaitForFile would present select() with the wrong mask
on an LP64 machine if a fd number exceeds 32. Thanks to
Jean-Luc Fontaine for reporting and diagnosing [Bug 1602208].
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -1,3 +1,11 @@ +2006-11-27 Kevin Kenny <kennykb@acm.org> + + * unix/tclUnixChan.c (TclUnixWaitForFile): + * tests/event.test (event-14.*): Corrected a bug where + TclUnixWaitForFile would present select() with the wrong mask + on an LP64 machine if a fd number exceeds 32. Thanks to + Jean-Luc Fontaine for reporting and diagnosing [Bug 1602208]. + 2006-11-26 Daniel Steffen <das@users.sourceforge.net> * tcl.m4 (Linux): --enable-64bit support. [Patch 1597389], [Bug 1230558] |