diff options
author | guest <guest> | 2012-03-04 19:36:35 (GMT) |
---|---|---|
committer | guest <guest> | 2012-03-04 19:36:35 (GMT) |
commit | 63091b714288c8fc0ad80f2559c6b0c11ae76df3 (patch) | |
tree | 7916c884a95471edcb948c918c8787e7ebaed680 /ChangeLog | |
parent | b5830ef3aed89fc5af7d49820dcbeca3c5ebc65e (diff) | |
download | tcl-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-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -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 |