Mercurial > hg > xemacs-beta
comparison src/ChangeLog @ 2078:0bcc1e4dfd91
[xemacs-hg @ 2004-05-14 15:34:36 by james]
Add support for loading modules with LTDL, the libtool library.
author | james |
---|---|
date | Fri, 14 May 2004 15:34:40 +0000 |
parents | 00f374c78661 |
children | e8db6a10ad42 |
comparison
equal
deleted
inserted
replaced
2077:8f6c15382b31 | 2078:0bcc1e4dfd91 |
---|---|
1 2004-05-10 Jerry James <james@xemacs.org> | |
2 | |
3 * config.h.in: Add HAVE_LTDL. | |
4 * emodules.c: Include LTDL headers, if needed. | |
5 * emodules.c (vars_of_module): Add LTDL initialization code. | |
6 * sysdll.c: Remove unused dll_init functions. Add LTDL support. | |
7 * sysdll.h: Remove dll_init declaration and adjust spacing. | |
8 | |
1 2004-05-05 Chuck Hines <chuck.hines@baesystems.com> | 9 2004-05-05 Chuck Hines <chuck.hines@baesystems.com> |
2 | 10 |
3 * dgif_lib.c (DGifSlurp): Changed do-while to while to stop | 11 * dgif_lib.c (DGifSlurp): Changed do-while to while to stop |
4 coredump from deref of NULL ptr (ExtData) | 12 coredump from deref of NULL ptr (ExtData) |
5 | 13 |