diff options
author | das <das> | 2009-04-10 18:10:39 (GMT) |
---|---|---|
committer | das <das> | 2009-04-10 18:10:39 (GMT) |
commit | a9bb49b48e59b917e2493b99426057fdf9484e35 (patch) | |
tree | 834ad6c9640d1d5ef8203eaf432cdcddc3aa5255 /ChangeLog | |
parent | da81669adaca006923b1f2f0bbd2dc1c7e9ebf94 (diff) | |
download | tcl-a9bb49b48e59b917e2493b99426057fdf9484e35.zip tcl-a9bb49b48e59b917e2493b99426057fdf9484e35.tar.gz tcl-a9bb49b48e59b917e2493b99426057fdf9484e35.tar.bz2 |
* unix/tclLoadDyld.c: use RTLD_GLOBAL instead of RTLD_LOCAL.
[Bug 1961211]
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -1,5 +1,8 @@ 2008-04-10 Daniel Steffen <das@users.sourceforge.net> + * unix/tclLoadDyld.c: use RTLD_GLOBAL instead of RTLD_LOCAL. + [Bug 1961211] + * macosx/tclMacOSXNotify.c: revise CoreFoundation notifier to allow embedding into applications that already have a CFRunLoop running and |