libtool/libltdl
Gary V. Vaughan d16e7cb1bb * libltdl/ltdl.c (sys_wll_open): libltdl expects this function to
fail if it is unable to physically load the library.  Sadly,
LoadLibrary will search the loaded libraries for a match and
return one of them if the path search load fails.  Simulate a
failure in this case for compatibility with the other APIs.
Also, LoadLibrary takes the liberty of adding `.dll' to library
names passed without an extension, we now add a trailing `.' to
prevent this from happening.
1999-06-16 14:49:41 +00:00
..
.cvsignore added acinclude.m4 1999-03-14 05:43:03 +00:00
acconfig.h * libltdl/Makefile.am (ltdl.lo): Add dependencies. 1999-04-29 08:09:19 +00:00
configure.in * ltconfig.in: Reverted June 6's patch for new GNU ld output, it 1999-06-10 14:42:34 +00:00
COPYING.LIB * NEWS: updated 1999-03-27 16:58:10 +00:00
ltdl.c * libltdl/ltdl.c (sys_wll_open): libltdl expects this function to 1999-06-16 14:49:41 +00:00
ltdl.h * demo/foo.h: s/PARAMS/LTDL_PARAMS/g 1999-05-21 11:47:21 +00:00
Makefile.am * ltmain.in: strip off the .exe suffix only on *Win 1999-05-23 10:03:23 +00:00
README * NEWS: -module and libtldl 1998-11-18 07:29:36 +00:00

This is GNU libltdl, a system independent dlopen wrapper for GNU libtool.