libtool/libltdl
Paolo Bonzini 2bde23f84f Merge remote branch 'origin/master' into sysroot
* libltdl/config/ltmain.m4sh (func_mode_finish): Use sed_make_literal_regex.
2010-08-22 09:40:32 +02:00
..
config Merge remote branch 'origin/master' into sysroot 2010-08-22 09:40:32 +02: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 Merge remote branch 'origin/master' into sysroot 2010-08-22 09:40:32 +02:00
.cvsignore
.gitignore
argz_.h
argz.c
configure.ac Set SCM version number to 2.2.11a. 2010-06-09 22:17:47 +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 Make preloading heed libname_spec. 2010-07-08 18:12:02 +02:00
ltdl.h
Makefile.inc Prepare for next release candidate. 2010-05-21 04:24:18 +07:00
README Simplify license variations, and add missing license texts. 2010-06-09 19:00:19 +07:00
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.

Copying and distribution of this file, with or without modification,
are permitted in any medium without royalty provided the copyright
notice and this notice are preserved.  This file is offered as-is,
without warranty of any kind.