diff options
author | das <das> | 2004-07-20 05:37:43 (GMT) |
---|---|---|
committer | das <das> | 2004-07-20 05:37:43 (GMT) |
commit | 344d66a51bb1caa147e4fc14c9c97c2c2549ab0d (patch) | |
tree | 9a6890bb7f0fefe80a83184bbd3b2eada01d5bc4 /ChangeLog | |
parent | 34259c8123aa7777282ae8029f04aa8caea77e1c (diff) | |
download | tcl-344d66a51bb1caa147e4fc14c9c97c2c2549ab0d.zip tcl-344d66a51bb1caa147e4fc14c9c97c2c2549ab0d.tar.gz tcl-344d66a51bb1caa147e4fc14c9c97c2c2549ab0d.tar.bz2 |
* macosx/tclMacOSXBundle.c: dynamically acquire address for
CFBundleOpenBundleResourceMap symbol, since it is only present in
full CoreFoundation on Mac OS X and not in CFLite on pure Darwin.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -1,3 +1,9 @@ +2004-07-20 Daniel Steffen <das@users.sourceforge.net> + + * macosx/tclMacOSXBundle.c: dynamically acquire address for + CFBundleOpenBundleResourceMap symbol, since it is only present in + full CoreFoundation on Mac OS X and not in CFLite on pure Darwin. + 2004-07-19 Jeff Hobbs <jeffh@ActiveState.com> * unix/Makefile.in, unix/tcl.m4: move (C|LD)FLAGS after their |