libtool/libltdl
Ralf Wildenhues 2141db5954 * Makefile.am (EXTRA_DIST): Add ChangeLog.2007.
* ChangeLog.2007: New, rotated, from...
* ChangeLog: ...here.
* NEWS, README, README.alpha, Makefile.am, libtoolize.m4sh,
libltdl/config/getopt.m4sh, libltdl/config/ltmain.m4sh,
libltdl/m4/libtool.m4: Bump copyright years.
2008-01-02 18:52:08 +00:00
..
config * Makefile.am (EXTRA_DIST): Add ChangeLog.2007. 2008-01-02 18:52:08 +00:00
libltdl Add a test to simulate a failure visible on systems which 2007-06-24 20:46:47 +00:00
loaders * libltdl/loaders/preopen.c (vm_close): `module' is unused. 2007-08-30 18:39:10 +00:00
m4 * Makefile.am (EXTRA_DIST): Add ChangeLog.2007. 2008-01-02 18:52:08 +00:00
.cvsignore * libltdl/.cvsignore: Ignore argz.h. 2007-10-12 02:48:56 +00:00
argz_.h * libltdl/argz_.h: ensure error_t definition is obtained 2007-04-25 21:17:59 +00:00
argz.c * HACKING (Licensing Rules): Explain the various license texts 2007-03-25 12:12:44 +00:00
configure.ac * libltdl/configure.ac: Drop the broken and long-disabled code 2007-11-09 06:47:15 +00:00
COPYING.LIB The FSF are moving offices today. Changed their contact address 2005-04-22 10:10:31 +00:00
lt__alloc.c * libltdl/lt__alloc.c, libltdl/loaders/preopen.c, 2007-07-04 23:05:05 +00:00
lt__dirent.c * libltdl/lt__alloc.c, libltdl/loaders/preopen.c, 2007-07-04 23:05:05 +00:00
lt__strl.c * HACKING (Licensing Rules): Explain the various license texts 2007-03-25 12:12:44 +00:00
lt_dlloader.c * libltdl/lt_dlloader.c (loader_callback, lt_dlloader_get): Use 2007-09-07 02:44:57 +00:00
lt_error.c * libltdl/lt__alloc.c, libltdl/loaders/preopen.c, 2007-07-04 23:05:05 +00:00
ltdl.c * libltdl/ltdl.c (lt_dlcaller_get_data): Work even when no caller 2007-09-05 14:48:54 +00:00
ltdl.h Without this patch, lt_dlopen always opens modules with symbol 2007-05-08 14:38:50 +00:00
Makefile.inc * HACKING (Licensing Rules): Explain the various license texts 2007-03-25 12:12:44 +00:00
README * HACKING (Licensing Rules): Explain the various license texts 2007-03-25 12:12:44 +00:00
slist.c * libltdl/lt_dlloader.c (loader_callback, lt_dlloader_get): Use 2007-09-07 02:44:57 +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
-- 
   Copyright (C) 1999, 2003 Free Software Foundation, Inc.
   Written by Thomas Tanner, 1999

   This file is part of GNU Libtool.

GNU Libtool is free software; you can redistribute it and/or
modify it under the terms of the GNU General Public License as
published by the Free Software Foundation; either version 2 of
the License, or (at your option) any later version.

As a special exception to the GNU General Public License,
if you distribute this file as part of a program or library that
is built using GNU Libtool, you may include this file under the
same distribution terms that you use for the rest of that program.

GNU Libtool is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

You should have received a copy of the GNU General Public License
along with GNU Libtool; see the file COPYING.  If not, a copy
can be downloaded from  http://www.gnu.org/licenses/gpl.html,
or obtained by writing to the Free Software Foundation, Inc.,
51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.