libtool/libltdl
2024-11-20 17:36:32 +02:00
..
libltdl libtool: FSF office address replaced by URL 2024-09-13 20:19:33 +03:00
loaders libtool: FSF office address replaced by URL 2024-09-13 20:19:33 +03:00
.gitignore libltdl: move libltdl argz module into LT namespace. 2014-11-02 14:28:55 +00:00
configure.ac libtool: FSF office address replaced by URL 2024-09-13 20:19:33 +03:00
lt__alloc.c libtool: FSF office address replaced by URL 2024-09-13 20:19:33 +03:00
lt__argz.c libtool: FSF office address replaced by URL 2024-09-13 20:19:33 +03:00
lt__dirent.c libtool: FSF office address replaced by URL 2024-09-13 20:19:33 +03:00
lt__strl.c libtool: FSF office address replaced by URL 2024-09-13 20:19:33 +03:00
lt_dlloader.c libtool: FSF office address replaced by URL 2024-09-13 20:19:33 +03:00
lt_error.c libtool: FSF office address replaced by URL 2024-09-13 20:19:33 +03:00
ltdl.c libtool: FSF office address replaced by URL 2024-09-13 20:19:33 +03:00
ltdl.h libtool: FSF office address replaced by URL 2024-09-13 20:19:33 +03:00
ltdl.mk libltdl: Bump version for minor bugfix during cleaning 2024-11-20 17:36:32 +02:00
README maint: update copyrights across project 2024-01-12 01:35:32 -05:00
slist.c libtool: FSF office address replaced by URL 2024-09-13 20:19:33 +03:00

This is GNU libltdl, a system independent dlopen wrapper for GNU libtool.

It supports the following dlopen interfaces:
* dlopen (POSIX)
* 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, 2011-2019, 2021-2024 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.