libtool/libltdl
Gary V. Vaughan a3c34e5ca2 * libltdl/ltdl.c (N_ELEMENTS): Deleted. How come nobody noticed
there was no way this could have ever worked?
(lt_dlcaller_set_data): Now that valid caller_ids must be
non-zero, allocate an addition entry in the caller_data vector and
use a zero valued key as the end marker.
(lt_dlcaller_get_data): Iterate up to the end marker in one pass.
2001-08-14 23:28:40 +00:00
..
.cvsignore added acinclude.m4 1999-03-14 05:43:03 +00:00
configure.ac * ltdl.m4: Bump serial number. 2001-08-01 06:50:16 +00:00
COPYING.LIB * libltdl/COPYING.LIB: Update to version 2.1. 1999-08-07 07:40:18 +00:00
ltdl.c * libltdl/ltdl.c (N_ELEMENTS): Deleted. How come nobody noticed 2001-08-14 23:28:40 +00:00
ltdl.h * libltdl/ltdl.c (rpl_argz_stringify): New fallback implementation. 2001-08-13 17:25:49 +00:00
Makefile.am From Tim Van Holder <tim.van.holder@pandora.be> 2001-06-29 22:25:17 +00:00
README * NEWS, TODO: updated (pic flags) 1999-07-17 09:00:53 +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)
* libtool's dlpreopen