libtool/libltdl
Bob Friesenhahn 7955f590bb * libltdl/loaders/loadlibrary.c: Compilation fixes (originally
from Gary V. Vaughan) to compile under MinGW.
* config/mkstamp: Translate input data so that it is assured to
use the Unix line terminations. This is necessary under Windows if
the files are checked out with CR/NL line terminations. A
side-effect of this change is that input must always be from
stdin. Previously a filename argument was accepted as well.
2004-09-15 18:24:00 +00:00
..
loaders * libltdl/loaders/loadlibrary.c: Compilation fixes (originally 2004-09-15 18:24:00 +00:00
.cvsignore Updated to reflect upcoming autoconf 2.58 and automake 1.8 2003-09-24 17:03:27 +00:00
argz_.h * libltdl/argz.h: Moved from here... 2004-04-22 22:47:20 +00:00
argz.c * libltdl/argz.h: Moved from here... 2004-04-22 22:47:20 +00:00
configure.ac The Grand Renaming. In preparation for libtool-2.0, move all of 2004-08-22 22:02:07 +00:00
COPYING.LIB * libltdl/COPYING.LIB: Update to version 2.1. 1999-08-07 07:40:18 +00:00
lt__alloc.c This pervasive changeset makes two intertwined deep changes to the 2004-07-15 12:14:48 +00:00
lt__alloc.h This pervasive changeset makes two intertwined deep changes to the 2004-07-15 12:14:48 +00:00
lt__dirent.c * libltdl/lt__pre89.h, libltdl/ltdl.c, libltdl/ltdl.h, libltdl/argz.c, 2004-04-13 15:30:10 +00:00
lt__dirent.h * libltdl/lt__pre89.h, libltdl/ltdl.c, libltdl/ltdl.h, libltdl/argz.c, 2004-04-13 15:30:10 +00:00
lt__glibc.h * libltdl/argz.h: Moved from here... 2004-04-22 22:47:20 +00:00
lt__private.h * libltdl/lt__private.h (lt_dlhandle_struct): Renamed to 2004-07-15 12:37:15 +00:00
lt_dlloader.c * libltdl/slist.c, libltdl/slist.h: Merge in changes from latest 2004-09-02 12:55:32 +00:00
lt_dlloader.h * libltdl/slist.c, libltdl/slist.h: Merge in changes from latest 2004-09-02 12:55:32 +00:00
lt_error.c This pervasive changeset makes two intertwined deep changes to the 2004-07-15 12:14:48 +00:00
lt_error.h This pervasive changeset makes two intertwined deep changes to the 2004-07-15 12:14:48 +00:00
lt_system.h This pervasive changeset makes two intertwined deep changes to the 2004-07-15 12:14:48 +00:00
ltdl.c * libltdl/ltdl.c (try_dlopen): Fix memory leak. 2004-09-02 13:27:24 +00:00
ltdl.h Don't use C99 flexible array types as we want to be C89 2004-09-01 01:22:26 +00:00
Makefile.am Add a new `-weak' flag to tell libtool when not to propogate 2004-08-29 16:05:34 +00:00
README * ltmain.in: Always use $echo not echo for consistency. 2003-03-20 20:24:21 +00:00
slist.c * libltdl/slist.c (slist_cons): Don't leak the tail of a list. 2004-09-03 01:31:58 +00:00
slist.h * libltdl/slist.c, libltdl/slist.h: Merge in changes from latest 2004-09-02 12:55:32 +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