summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorKevin B Kenny <kennykb@acm.org>2006-11-27 20:16:02 (GMT)
committerKevin B Kenny <kennykb@acm.org>2006-11-27 20:16:02 (GMT)
commit560ef2959a601d2e63d900821bc0946392be40c6 (patch)
tree7ecf464ae3646a2382ad3ca291c8397797a4a018 /ChangeLog
parentd8d2992ff2e190e6b68d55ae255aaea89183265b (diff)
downloadtcl-560ef2959a601d2e63d900821bc0946392be40c6.zip
tcl-560ef2959a601d2e63d900821bc0946392be40c6.tar.gz
tcl-560ef2959a601d2e63d900821bc0946392be40c6.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 497ebee..4757839 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-27 Don Porter <dgp@users.sourceforge.net>
* generic/tclExecute.c (TclIncrObj): Correct failure to detect