Mercurial > hg > xemacs-beta
comparison 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 |
comparison
equal
deleted
inserted
replaced
1382:134a4093b1e7 | 1383:517919955e3f |
---|---|
1 2003-03-25 Jerry James <james@xemacs.org> | |
2 | |
3 * config.h.in: Add HAVE_DYLD to indicate Darwin/MacOSX dynamic | |
4 linking (from Andrew Begel). | |
5 * sysdll.c: Factor common code into MAYBE_PREPEND_UNDERSCORE. | |
6 Try DL_LAZY and DL_NOW if RTLD_LAZY and RTLD_NOW are undefined. | |
7 Add Andrew Begel's support for loading bundles using the | |
8 Darwin/MacOSX native API. | |
9 * sysdll.c (dll_function): Use MAYBE_PREPEND_UNDERSCORE. | |
10 * sysdll.c (dll_variable): Ditto. | |
11 * sysdll.c (dll_open): Minor whitespace fix. | |
12 | |
1 2003-03-25 Andrew Begel <abegel@cs.berkeley.edu> | 13 2003-03-25 Andrew Begel <abegel@cs.berkeley.edu> |
2 | 14 |
3 * emodules.c (vars_of_module): Add .dylib as an acceptable shared | 15 * emodules.c (vars_of_module): Add .dylib as an acceptable shared |
4 library file extension to support MacOS X. | 16 library file extension to support MacOS X. |
5 | 17 |