libtool/libltdl
Gary V. Vaughan be59bd4ad3 From Steve Ellcey <sje@cup.hp.com>:
* libltdl/ltdl.c (foreach_dirinpath): Free unassigned pointer
fix for `canonical'.
2001-07-25 02:52:36 +00:00
..
.cvsignore
configure.ac General cleanup of autoconf-2.50 upgrade: 2001-06-29 22:56:50 +00:00
COPYING.LIB
ltdl.c From Steve Ellcey <sje@cup.hp.com>: 2001-07-25 02:52:36 +00:00
ltdl.h Cleanup of libltdl: 2001-07-02 01:21:30 +00:00
Makefile.am From Tim Van Holder <tim.van.holder@pandora.be> 2001-06-29 22:25:17 +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