summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authordas <das>2009-04-10 20:46:21 (GMT)
committerdas <das>2009-04-10 20:46:21 (GMT)
commitdd6bcc6bb3edd682d8ecd29b6c8e1ac5cf459d01 (patch)
tree23d5bf7192417f028e9e377d4c5817f7c27231eb /ChangeLog
parent85c2084bc56dd2b7a1e758e8b11cf77f034724b8 (diff)
downloadtcl-dd6bcc6bb3edd682d8ecd29b6c8e1ac5cf459d01.zip
tcl-dd6bcc6bb3edd682d8ecd29b6c8e1ac5cf459d01.tar.gz
tcl-dd6bcc6bb3edd682d8ecd29b6c8e1ac5cf459d01.tar.bz2
* unix/tclUnixChan.c: TclUnixWaitForFile(): use FD_* macros
* macosx/tclMacOSXNotify.c: to manipulate select masks (Cassoff). [Bug 1960647]
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index b279100..c3726e0 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -18,6 +18,10 @@
2008-04-10 Daniel Steffen <das@users.sourceforge.net>
+ * unix/tclUnixChan.c: TclUnixWaitForFile(): use FD_* macros
+ * macosx/tclMacOSXNotify.c: to manipulate select masks (Cassoff).
+ [Bug 1960647]
+
* unix/tclLoadDyld.c: use RTLD_GLOBAL instead of RTLD_LOCAL.
[Bug 1961211]