libtool/libltdl
Ralf Wildenhues 5faec2f98a * libltdl/m4/libtool.m4 (_LT_SYS_DYNAMIC_LINKER)
(_LT_LINKER_SHLIBS): Double-quote unsafe tag variable
descriptions: they are literals.
2005-08-26 09:58:39 +00:00
..
config * libltdl/config/ltmain.sh (func_mode_install): Try "ln -s -f" 2005-08-24 15:57:32 +00:00
libltdl The FSF are moving offices today. Changed their contact address 2005-04-22 10:10:31 +00:00
loaders * libltdl/loaders/loadlibrary.c (vm_open): Set the error mode so 2005-07-28 10:15:57 +00:00
m4 * libltdl/m4/libtool.m4 (_LT_SYS_DYNAMIC_LINKER) 2005-08-26 09:58:39 +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/argz.c (argz_create_sep): Fix typo. 2005-06-01 19:09:00 +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 The FSF are moving offices today. Changed their contact address 2005-04-22 10:10:31 +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 The FSF are moving offices today. Changed their contact address 2005-04-22 10:10:31 +00:00
ltdl.c * libltdl/ltdl.c: The linker is confused by having one 2005-07-28 10:01:03 +00:00
ltdl.h The FSF are moving offices today. Changed their contact address 2005-04-22 10:10:31 +00:00
README
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