libtool/libltdl
Gary V. Vaughan b33d82439a Update and simplify all m4sh scripts to use latest getopt.m4sh.
* clcommit.m4sh, libltdl/config/mailnotify.m4sh: Rewrite option
parsing loop over M4SH_GETOPTS macro, and adjust all clients of
option variables to use generated option names.
2010-06-05 05:40:40 +07:00
..
config Update and simplify all m4sh scripts to use latest getopt.m4sh. 2010-06-05 05:40:40 +07:00
libltdl lt_dlloader_remove and lt_dlloader_find accept const arguments. 2009-12-02 23:13:20 +01:00
loaders Preserve the last error when restoring the error mode. 2010-03-17 09:01:57 +01:00
m4 Prepare for next release candidate. 2010-05-21 04:24:18 +07:00
.cvsignore
.gitignore
argz_.h
argz.c
configure.ac Set SCM version number to 2.2.9a. 2010-06-05 02:29:56 +07:00
COPYING.LIB
lt__alloc.c
lt__dirent.c
lt__strl.c
lt_dlloader.c lt_dlloader_remove and lt_dlloader_find accept const arguments. 2009-12-02 23:13:20 +01:00
lt_error.c
ltdl.c Fix preloader symbol list declaration in libltdl. 2010-03-28 22:21:55 +02:00
ltdl.h
Makefile.inc Prepare for next release candidate. 2010-05-21 04:24:18 +07:00
README
slist.c Test and fix slist.c. 2009-12-02 23:13:05 +01: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.