diff options
author | das <das> | 2009-04-10 20:46:21 (GMT) |
---|---|---|
committer | das <das> | 2009-04-10 20:46:21 (GMT) |
commit | dd6bcc6bb3edd682d8ecd29b6c8e1ac5cf459d01 (patch) | |
tree | 23d5bf7192417f028e9e377d4c5817f7c27231eb /ChangeLog | |
parent | 85c2084bc56dd2b7a1e758e8b11cf77f034724b8 (diff) | |
download | tcl-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-- | ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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] |