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

..07-May-2022-

config/H16-Feb-2016-14,89711,570

libltdl/H16-Feb-2016-876414

loaders/H16-Feb-2016-2,0441,237

m4/H16-Feb-2016-9,5288,568

Makefile.amH A D16-Feb-20165.1 KiB16599

Makefile.inH A D16-Feb-201656 KiB1,2101,071

READMEH A D16-Feb-2016688 2117

aclocal.m4H A D16-Feb-201641.1 KiB1,1571,051

argz.cH A D16-Feb-20165.8 KiB227126

argz_.hH A D16-Feb-20162.2 KiB6931

config-h.inH A D16-Feb-20164.7 KiB179120

configureH A D03-May-2022433.9 KiB15,07712,671

configure.acH A D16-Feb-20162.5 KiB7662

lt__alloc.cH A D16-Feb-20162.2 KiB9647

lt__dirent.cH A D16-Feb-20163 KiB10860

lt__strl.cH A D16-Feb-20163.5 KiB12844

lt_dlloader.cH A D16-Feb-20165.9 KiB211129

lt_error.cH A D16-Feb-20162.9 KiB11164

ltdl.cH A D16-Feb-201653.9 KiB2,4651,815

ltdl.hH A D16-Feb-20165.6 KiB16476

slist.cH A D16-Feb-20169.6 KiB380201

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 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