libtool/libltdl
Stepan Kasal d452d7e4cc * libltdl/m4/ltdl.m4 (LTDL_INIT): Use AH_HEADER if defined.
Compute CONFIG_H only before creating config.status.
Reported by Peter Ekberg <peda@axentia.se>.
2005-08-23 16:04:27 +00:00
..
config * config/.cvsignore, m4/.cvsignore: Moved from here... 2005-08-22 22:36:13 +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/ltdl.m4 (LTDL_INIT): Use AH_HEADER if defined. 2005-08-23 16:04:27 +00:00
.cvsignore
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