libtool/libltdl
2004-10-22 13:07:44 +00:00
..
loaders
.cvsignore
argz_.h * libltdl/argz_.h: Forgot to spell lt_system.h with just one `_'. 2004-10-03 16:15:59 +00:00
argz.c
configure.ac
COPYING.LIB
lt__alloc.c * libltdl/lt__alloc.c (lt__memdup): Allocation can fail, so we 2004-10-01 10:24:18 +00:00
lt__alloc.h * libltdl/lt__alloc.h (lt__alloc_die): Declare with LT_SCOPE as 2004-10-03 17:22:50 +00:00
lt__dirent.c
lt__dirent.h * libltdl/lt__alloc.h: Declare exported functions with LT_SCOPE 2004-10-03 13:50:10 +00:00
lt__glibc.h
lt__private.h
lt_dlloader.c
lt_dlloader.h
lt_error.c
lt_error.h * TODO, libltdl/lt_error.h, libltdl/ltdl.c, libltdl/ltdl.h: 2004-10-22 13:07:44 +00:00
lt_system.h
ltdl.c * TODO, libltdl/lt_error.h, libltdl/ltdl.c, libltdl/ltdl.h: 2004-10-22 13:07:44 +00:00
ltdl.h * TODO, libltdl/lt_error.h, libltdl/ltdl.c, libltdl/ltdl.h: 2004-10-22 13:07:44 +00:00
Makefile.am * libltdl/Makefile.am (libltdlc_la_LIBADD): Don't use 2004-10-03 17:12:53 +00:00
README
slist.c * libltdl/slist.c (slist_foreach): result was declared as 2004-10-01 10:03:11 +00:00
slist.h * libltdl/lt__alloc.h: Declare exported functions with LT_SCOPE 2004-10-03 13:50:10 +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