Mercurial > hg > xemacs-beta
diff src/ChangeLog @ 1383:517919955e3f
[xemacs-hg @ 2003-03-26 04:22:47 by james]
Add Andrew Begel's support for MacOS X dynamic bundles. Also some minor
tweaks to sysdll.c to enhance compatibility and clarity.
author | james |
---|---|
date | Wed, 26 Mar 2003 04:22:49 +0000 |
parents | 20547bbdcf1e |
children | 607ad5a2ae95 |
line wrap: on
line diff
--- a/src/ChangeLog Tue Mar 25 23:45:45 2003 +0000 +++ b/src/ChangeLog Wed Mar 26 04:22:49 2003 +0000 @@ -1,3 +1,15 @@ +2003-03-25 Jerry James <james@xemacs.org> + + * config.h.in: Add HAVE_DYLD to indicate Darwin/MacOSX dynamic + linking (from Andrew Begel). + * sysdll.c: Factor common code into MAYBE_PREPEND_UNDERSCORE. + Try DL_LAZY and DL_NOW if RTLD_LAZY and RTLD_NOW are undefined. + Add Andrew Begel's support for loading bundles using the + Darwin/MacOSX native API. + * sysdll.c (dll_function): Use MAYBE_PREPEND_UNDERSCORE. + * sysdll.c (dll_variable): Ditto. + * sysdll.c (dll_open): Minor whitespace fix. + 2003-03-25 Andrew Begel <abegel@cs.berkeley.edu> * emodules.c (vars_of_module): Add .dylib as an acceptable shared