libtool/libltdl
Gary V. Vaughan bd96d1928a * NEWS: Updated.
* doc/libtool.texi (User defined module data):  Document it all.
* ltdl.m4:  Check for memcpy, or else bcopy.
* ltdl.c (lt_caller_data): New type.
(lt_dl_handle_struct): Add an lt_caller_data field.
(lt_dlcaller_register, lt_dlcaller_set_data,
lt_dlcaller_get_data): New functions.
(rpl_memcpy): A minimal fallback implementation.
(rpl_realloc): A realloc implemented with lt_dlmalloc and
lt_dlfree.
(LT_DLMALLOC, LT_DLFREE, LT_DLREALLOC, LT_DLMEM_REASSIGN):
New memory handling convenience macros.  Use them
appropriately throughout the rest of this file.
* ltdl.h (lt_dlcaller_register, lt_dlcaller_set_data,
lt_dlcaller_get_data): Prototyped.
2001-01-05 09:33:39 +00:00
..
.cvsignore added acinclude.m4 1999-03-14 05:43:03 +00:00
acconfig.h * libltdl/Makefile.am (ltdl.lo): Add dependencies. 1999-04-29 08:09:19 +00:00
configure.in * update all copyright notices to 2000 2000-01-13 00:28:09 +00:00
COPYING.LIB * libltdl/COPYING.LIB: Update to version 2.1. 1999-08-07 07:40:18 +00:00
ltdl.c * NEWS: Updated. 2001-01-05 09:33:39 +00:00
ltdl.h * NEWS: Updated. 2001-01-05 09:33:39 +00:00
Makefile.am * libltdl/Makefile.am (libltdl_la_LDFLAGS): increment the version 2000-11-21 08:53:34 +00:00
README * NEWS, TODO: updated (pic flags) 1999-07-17 09:00:53 +00:00

This is GNU libltdl, a system independent dlopen wrapper for GNU libtool.

It supports the following dlopen interfaces:
* dlopen (Solaris, Linux and various BSD flavors)
* shl_load (HP-UX)
* LoadLibrary (Win16 and Win32)
* load_add_on (BeOS)
* GNU DLD (emulates dynamic linking for static libraries)
* libtool's dlpreopen