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

..03-May-2022-

libltdl/H03-Dec-2021-956447

loaders/H03-Dec-2021-2,0961,277

Makefile.amH A D03-Dec-20215 KiB16093

Makefile.inH A D03-Dec-202155.5 KiB1,2931,154

READMEH A D03-Dec-2021693 2117

aclocal.m4H A D03-Dec-202141.2 KiB1,1401,035

config-h.inH A D03-Dec-20214.7 KiB181121

configureH A D03-Dec-2021451.8 KiB15,54713,123

configure.acH A D03-Dec-20212.6 KiB7763

lt__alloc.cH A D03-Dec-20212.2 KiB9747

lt__argz.cH A D03-Dec-20215.8 KiB226125

lt__dirent.cH A D03-Dec-20212.9 KiB10759

lt__strl.cH A D03-Dec-20213.5 KiB12844

lt_dlloader.cH A D03-Dec-20215.9 KiB212129

lt_error.cH A D03-Dec-20212.9 KiB11264

ltdl.cH A D03-Dec-202154 KiB2,4721,822

ltdl.hH A D03-Dec-20215.6 KiB16476

slist.cH A D03-Dec-20219.6 KiB380200

README

1This is GNU libltdl, a system independent dlopen wrapper for GNU libtool.
2
3It supports the following dlopen interfaces:
4* dlopen (POSIX)
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, 2011-2015 Free Software Foundation, Inc.
13   Written by Thomas Tanner, 1999
14
15   This file is part of GNU Libtool.
16
17Copying and distribution of this file, with or without modification,
18are permitted in any medium without royalty provided the copyright
19notice and this notice are preserved.  This file is offered as-is,
20without warranty of any kind.
21