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

..03-May-2022-

config/H30-Aug-2021-13,49610,648

libltdl/H30-Aug-2021-862406

loaders/H30-Aug-2021-1,9261,158

m4/H30-Aug-2021-8,8597,932

Makefile.amH A D30-Aug-20215.1 KiB16599

Makefile.inH A D30-Aug-202146.8 KiB972858

READMEH A D30-Aug-20211.5 KiB3830

acinclude.m4H A D30-Aug-2021245.9 KiB7,0816,374

aclocal.m4H A D30-Aug-202131.7 KiB876786

argz.cH A D30-Aug-20215.8 KiB227126

argz_.hH A D30-Aug-20212.2 KiB6931

config-h.inH A D30-Aug-20214.5 KiB170114

config.guessH A D30-Aug-202147.3 KiB1,6681,457

config.subH A D30-Aug-202130.9 KiB1,7941,637

configureH A D30-Aug-2021430.7 KiB15,32812,016

configure.acH A D30-Aug-20212.5 KiB7662

install-shH A D30-Aug-202113.3 KiB520344

lt__alloc.cH A D30-Aug-20212.2 KiB9647

lt__dirent.cH A D30-Aug-20213 KiB10860

lt__strl.cH A D30-Aug-20213.5 KiB12844

lt_dlloader.cH A D30-Aug-20215.9 KiB211129

lt_error.cH A D30-Aug-20212.9 KiB11164

ltdl.cH A D30-Aug-202152.7 KiB2,4241,787

ltdl.hH A D30-Aug-20215.6 KiB16377

ltmain.shH A D30-Aug-2021195 KiB6,9575,498

missingH A D30-Aug-202110.9 KiB368275

slist.cH A D30-Aug-20219.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