libtool/libltdl
Gary V. Vaughan 5771b49373 * libltdl/config/general.m4sh (M4SH_VERBATIM): New macro to
simplify m4sh quote quoting in blocks of raw shell code.
* clcommit.m4sh, libtoolize.m4sh, libltdl/config/getopt.m4sh,
libltdl/config/ltmain.m4sh, libltdl/config/mailnotify.m4sh,
tests/defs.m4sh: Use it.
* HACKING (Editing `.m4sh' Files): Mention M4SH_VERBATIM Macro.
2007-03-06 00:46:56 +00:00
..
config * libltdl/config/general.m4sh (M4SH_VERBATIM): New macro to 2007-03-06 00:46:56 +00:00
libltdl * libltdl/libltdl/lt_system.h: Adjust copyright years. 2007-01-28 13:40:25 +00:00
loaders * libltdl/ltdl.c: Move LT__UNUSED before parameter name, for g++ 2006-09-04 17:43:37 +00:00
m4 * HACKING, Makefile.am, Makefile.maint, bootstrap, 2007-02-26 07:44:25 +00:00
.cvsignore
argz_.h * libltdl/argz_.h: It's __cplusplus, not _cplusplus. 2006-09-04 17:23:30 +00:00
argz.c Assume C89 for included headers, and throughout the testsuite. 2007-01-27 16:45:40 +00:00
configure.ac
COPYING.LIB
lt__alloc.c Assume presence of a config header in all files, to provoke 2006-10-26 20:39:04 +00:00
lt__dirent.c
lt__strl.c
lt_dlloader.c Make libltdl work when compiled with a C++ compiler. 2006-09-04 17:27:27 +00:00
lt_error.c
ltdl.c * libltdl/ltdl.c (lt_dlexit): Add casts to fix compilation with 2007-02-06 19:00:50 +00:00
ltdl.h
Makefile.inc * libltdl/Makefile.inc: Fix the file description, so that it 2007-02-27 21:59:33 +00:00
README
slist.c Make libltdl work when compiled with a C++ compiler. 2006-09-04 17:27:27 +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