libtool/libltdl
Antonin Décimo fd8ab0cbd3 Fix various typos
* NEWS: Fix various typos.
* NO-THANKS, README.md, TODO, bootstrap, bootstrap.conf,
build-aux/edit-readme-alpha, build-aux/git-log-fix, build-aux/ltmain.in,
doc/libtool.texi, libltdl/libltdl/lt_error.h, libltdl/lt__argz.c,
libltdl/ltdl.c, libtoolize.in, tests/depdemo.at, tests/link-order.at: Likewise.
* cfg.mk (old_NEWS_hash): Update.

Copyright-paperwork-exempt: Yes
2024-01-16 17:54:26 -05:00
..
libltdl Fix various typos 2024-01-16 17:54:26 -05:00
loaders maint: update copyrights across project 2024-01-12 01:35:32 -05:00
.gitignore libltdl: move libltdl argz module into LT namespace. 2014-11-02 14:28:55 +00:00
configure.ac maint: update copyrights across project 2024-01-12 01:35:32 -05:00
lt__alloc.c maint: update copyrights across project 2024-01-12 01:35:32 -05:00
lt__argz.c Fix various typos 2024-01-16 17:54:26 -05:00
lt__dirent.c maint: update copyrights across project 2024-01-12 01:35:32 -05:00
lt__strl.c maint: update copyrights across project 2024-01-12 01:35:32 -05:00
lt_dlloader.c maint: update copyrights across project 2024-01-12 01:35:32 -05:00
lt_error.c maint: update copyrights across project 2024-01-12 01:35:32 -05:00
ltdl.c Fix various typos 2024-01-16 17:54:26 -05:00
ltdl.h libltdl: delete use of ^L 2024-01-14 21:48:38 -05:00
ltdl.mk maint: update copyrights across project 2024-01-12 01:35:32 -05:00
README maint: update copyrights across project 2024-01-12 01:35:32 -05:00
slist.c maint: update copyrights across project 2024-01-12 01:35:32 -05: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.