libtool/libltdl
Gary V. Vaughan 9d4089fbbb * libltdl/ltdl.c (lt_dlcaller_register): Renamed to avoid problems
with module visibilty when linked with programs written for the
old API.
(lt_dlinterface_register): New name.
* Makefile.am (VERSION_INFO): Bumped.
* doc/libtool.texi (User defined module data): Updated.
2005-09-27 10:03:51 +00:00
..
config * libltdl/config/ltmain.m4sh (func_win32_libid) 2005-09-25 07:35:58 +00:00
libltdl * libltdl/ltdl.c (lt_dlcaller_register): Renamed to avoid problems 2005-09-27 10:03:51 +00:00
loaders * libltdl/loaders/loadlibrary.c (vm_open): Silence gcc warnings. 2005-09-23 07:58:42 +00:00
m4 * libltdl/m4/libtool.m4 (_LT_CMD_GLOBAL_SYMBOLS): Fix awk 2005-09-23 10:33:34 +00:00
.cvsignore Updated. 2005-08-24 14:41:27 +00:00
argz_.h The FSF are moving offices today. Changed their contact address 2005-04-22 10:10:31 +00:00
argz.c * libltdl/m4/ltdl.m4 (LTDL_INIT) <CONFIG_H>: Rename to.. 2005-09-17 07:29:03 +00:00
configure.ac The FSF are moving offices today. Changed their contact address 2005-04-22 10:10:31 +00:00
COPYING.LIB The FSF are moving offices today. Changed their contact address 2005-04-22 10:10:31 +00:00
lt__alloc.c * libltdl/m4/ltdl.m4 (LTDL_INIT) <CONFIG_H>: Rename to.. 2005-09-17 07:29:03 +00:00
lt__dirent.c The FSF are moving offices today. Changed their contact address 2005-04-22 10:10:31 +00:00
lt__strl.c The FSF are moving offices today. Changed their contact address 2005-04-22 10:10:31 +00:00
lt_dlloader.c The FSF are moving offices today. Changed their contact address 2005-04-22 10:10:31 +00:00
lt_error.c * libltdl/libltdl/lt__private.h, libltdl/lt_error.c: 2005-09-25 07:01:29 +00:00
ltdl.c * libltdl/ltdl.c (lt_dlcaller_register): Renamed to avoid problems 2005-09-27 10:03:51 +00:00
ltdl.h * libltdl/ltdl.c (lt_dlcaller_register): Renamed to avoid problems 2005-09-27 10:03:51 +00:00
README * ltmain.in: Always use $echo not echo for consistency. 2003-03-20 20:24:21 +00:00
slist.c The FSF are moving offices today. Changed their contact address 2005-04-22 10:10:31 +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)
* dyld (darwin/Mac OS X)
* libtool's dlpreopen