• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..07-May-2022-

config/H17-May-2011-13,32910,472

libltdl/H17-May-2011-862406

loaders/H17-May-2011-1,9261,158

m4/H17-May-2011-8,8617,933

Makefile.amH A D17-May-20115.1 KiB16599

Makefile.inH A D17-May-201149.6 KiB1,052929

READMEH A D17-May-20111.5 KiB3830

aclocal.m4H A D17-May-201134 KiB959864

argz.cH A D17-May-20115.8 KiB227126

argz_.hH A D17-May-20112.2 KiB6931

config-h.inH A D17-May-20114.5 KiB173116

configureH A D17-May-2011400 KiB14,00410,891

configure.acH A D17-May-20112.5 KiB7662

lt__alloc.cH A D17-May-20112.2 KiB9647

lt__dirent.cH A D17-May-20113 KiB10860

lt__strl.cH A D17-May-20113.5 KiB12844

lt_dlloader.cH A D17-May-20115.9 KiB211129

lt_error.cH A D17-May-20112.9 KiB11164

ltdl.cH A D17-May-201152.7 KiB2,4221,785

ltdl.hH A D17-May-20115.6 KiB16377

slist.cH A D17-May-20119.5 KiB376198

README

1This is GNU libltdl, a system independent dlopen wrapper for GNU libtool.
2
3It supports the following dlopen interfaces:
4* dlopen (Solaris, Linux and various BSD flavors)
5* shl_load (HP-UX)
6* LoadLibrary (Win16 and Win32)
7* load_add_on (BeOS)
8* GNU DLD (emulates dynamic linking for static libraries)
9* dyld (darwin/Mac OS X)
10* libtool's dlpreopen
11--
12   Copyright (C) 1999, 2003 Free Software Foundation, Inc.
13   Written by Thomas Tanner, 1999
14
15   This file is part of GNU Libtool.
16
17GNU Libtool is free software; you can redistribute it and/or
18modify it under the terms of the GNU General Public License as
19published by the Free Software Foundation; either version 2 of
20the License, or (at your option) any later version.
21
22As a special exception to the GNU General Public License,
23if you distribute this file as part of a program or library that
24is built using GNU Libtool, you may include this file under the
25same distribution terms that you use for the rest of that program.
26
27GNU Libtool is distributed in the hope that it will be useful,
28but WITHOUT ANY WARRANTY; without even the implied warranty of
29MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
30GNU General Public License for more details.
31
32You should have received a copy of the GNU General Public License
33along with GNU Libtool; see the file COPYING.  If not, a copy
34can be downloaded from  http://www.gnu.org/licenses/gpl.html,
35or obtained by writing to the Free Software Foundation, Inc.,
3651 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
37
38