summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorKevin B Kenny <kennykb@acm.org>2006-11-28 16:29:47 (GMT)
committerKevin B Kenny <kennykb@acm.org>2006-11-28 16:29:47 (GMT)
commit78afab8ec5cb163b94f8fed86fb67d9e339d9268 (patch)
tree2a4153277da51a6fe37fa2b23a1c880874e8872f /ChangeLog
parent6da4a8974f27a03af1fd2ef3ded24be102f381bd (diff)
downloadtcl-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--ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 9e7a5cb..53c91d6 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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]