libtool/libltdl
Albert Chin-A-Young 55770c848b * ltdl.c: change some types to size_t from int because
strlen() returns size_t. argz_len changed to size_t in
foreach_dirinpath() because argzize_path() takes 3rd
argument as size_t, not int. Based on lint run from
Bob Friesenhahn <bfriesen@simple.dallas.tx.us>.
2001-10-28 02:35:22 +00:00
..
.cvsignore
configure.ac * configure.ac: General modernisation and cleanup. 2001-10-06 15:35:17 +00:00
COPYING.LIB * libltdl/COPYING.LIB: Update to version 2.1. 1999-08-07 07:40:18 +00:00
ltdl.c * ltdl.c: change some types to size_t from int because 2001-10-28 02:35:22 +00:00
ltdl.h * libltdl/ltdl.c (rpl_argz_stringify): New fallback implementation. 2001-08-13 17:25:49 +00:00
Makefile.am * libltdl/configure.ac (AM_INIT_AUTOMAKE): Bump libltdl version to 2001-09-11 01:26:44 +00:00
README

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