libtool/libltdl
Ralf Wildenhues b794bc707a * Makefile.am, bootstrap, clcommit.m4sh,
libltdl/config/getopt.m4sh, libltdl/config/mailnotify.m4sh,
tests/sh.test, tests/testsuite.at: Bump copyright years.
2006-01-23 18:33:57 +00:00
..
config * Makefile.am, bootstrap, clcommit.m4sh, 2006-01-23 18:33:57 +00:00
libltdl * libltdl/libltdl/lt__alloc.h (FREE): Cast away constness of 2005-12-08 17:27:09 +00:00
loaders * libltdl/loaders/loadlibrary.c (iface_id): New variable. 2005-11-25 18:44:43 +00:00
m4 * bootstrap: Don't use semicolons inside { } in sed scripts, as 2006-01-21 16:44:41 +00:00
.cvsignore * .cvsignore, libltdl/.cvsignore, tests/.cvsignore: Ignore 2005-12-21 11:40:47 +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 * libltdl/m4/ltdl.m4: Bump serial as we are changing the 2005-10-03 15:45:47 +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/lt_error.c (error_strings): Remove parentheses around 2005-12-29 13:52:54 +00:00
ltdl.c * libltdl/ltdl.h, libltdl/ltdl.c (lt_dlinterface_free): New 2005-11-25 18:42:28 +00:00
ltdl.h * libltdl/ltdl.h, libltdl/ltdl.c (lt_dlinterface_free): New 2005-11-25 18:42:28 +00:00
Makefile.inc In the subpackage case, we do not install Makefile.inc. Since 2005-12-16 16:36:20 +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