summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorguest <guest>2012-03-04 19:36:35 (GMT)
committerguest <guest>2012-03-04 19:36:35 (GMT)
commit63091b714288c8fc0ad80f2559c6b0c11ae76df3 (patch)
tree7916c884a95471edcb948c918c8787e7ebaed680 /ChangeLog
parentb5830ef3aed89fc5af7d49820dcbeca3c5ebc65e (diff)
downloadtcl-63091b714288c8fc0ad80f2559c6b0c11ae76df3.zip
tcl-63091b714288c8fc0ad80f2559c6b0c11ae76df3.tar.gz
tcl-63091b714288c8fc0ad80f2559c6b0c11ae76df3.tar.bz2
Backport to 8.4/unix the healthy FD_SET reform started by das. Allows Tcl8.4 to have sane fileevents on x86_64 unices at last.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index dff2032..d8da57f 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2012-03-04 Alexandre Ferrieux <ferrieux@users.sourceforge.net>
+ * unix/tclUnixChan.c: TclUnixWaitForFile(): use FD_* macros
+ * macosx/tclMacOSXNotify.c: to manipulate select masks (Cassoff).
+ [Bug 3486554]. Backport of das' checkin [e496f9ef50]. Allows
+ Tcl8.4 to have sane fileevents on x86_64 at last.
+
2012-03-04 Jan Nijtmans <nijtmans@users.sf.net>
* generic/tclLoad.c: Patch from the cygwin folks