libtool/libltdl
Gary V. Vaughan d98a30fbce syntax-check: fix violations and implement sc_old_style_quoting.
Modern GNU ASCII quoting in output and comments is done
'like this'.
* cfg.mk (sc_old_style_quoting): Try to catch most instances
of `old style quoting' so that it is not accidentally re-
introduced to the code.
* HACKING, Makefile.am, NEWS, PORTING, README, TODO, bootstrap,
bootstrap.conf, build-aux/edit-readme-alpha,
build-aux/git-hooks/commit-msg, build-aux/ltmain.in,
doc/libtool.texi, gl/build-aux/bootstrap.in,
gl/build-aux/extract-trace, gl/build-aux/funclib.sh,
gl/build-aux/inline-source, gl/build-aux/options-parser,
libltdl/libltdl/slist.h, libltdl/loaders/loadlibrary.c,
libltdl/ltdl.c, libltdl/slist.c, libtoolize.in, m4/argz.m4,
m4/libtool.m4, m4/ltdl.m4, m4/ltoptions.m4, m4/ltsugar.m4,
tests/cmdline_wrap.at, tests/configure-iface.at, tests/demo.at,
tests/depdemo.at, tests/deplib-in-subdir.at,
tests/deplibs-mingw.at, tests/destdir.at, tests/execute-mode.at,
tests/f77demo.at, tests/fail.at, tests/inherited_flags.at,
tests/libtool.at, tests/libtoolize.at, tests/lt_dladvise.at,
tests/lt_dlexit.at, tests/mdemo.at, tests/need_lib_prefix.at,
tests/old-ltdl-iface.at, tests/old-m4-iface.at, tests/static.at,
tests/stresstest.at, tests/testsuite.at, tests/versioning.at:
Convert to upright quotes.

Signed-off-by: Gary V. Vaughan <gary@gnu.org>
2012-10-22 00:01:13 +07:00
..
libltdl syntax-check: fix violations and implement sc_old_style_quoting. 2012-10-22 00:01:13 +07:00
loaders syntax-check: fix violations and implement sc_old_style_quoting. 2012-10-22 00:01:13 +07:00
.gitignore maint: use gnulib's canonical COPYING files. 2011-10-23 19:17:23 +07:00
argz_.h maint: run update-copyright for missing 2011 and 2012 years. 2012-09-16 17:52:10 +07:00
argz.c maint: run update-copyright for missing 2011 and 2012 years. 2012-09-16 17:52:10 +07:00
configure.ac maint: run update-copyright for missing 2011 and 2012 years. 2012-09-16 17:52:10 +07:00
lt__alloc.c maint: run update-copyright for missing 2011 and 2012 years. 2012-09-16 17:52:10 +07:00
lt__dirent.c maint: run update-copyright for missing 2011 and 2012 years. 2012-09-16 17:52:10 +07:00
lt__strl.c syntax-check: fix violations and implement sc_prohibit_space_semicolon. 2012-10-04 20:11:04 +07:00
lt_dlloader.c maint: run update-copyright for missing 2011 and 2012 years. 2012-09-16 17:52:10 +07:00
lt_error.c maint: run update-copyright for missing 2011 and 2012 years. 2012-09-16 17:52:10 +07:00
ltdl.c syntax-check: fix violations and implement sc_old_style_quoting. 2012-10-22 00:01:13 +07:00
ltdl.h maint: run update-copyright for missing 2011 and 2012 years. 2012-09-16 17:52:10 +07:00
ltdl.mk maint: run update-copyright for missing 2011 and 2012 years. 2012-09-16 17:52:10 +07:00
README maint: run update-copyright for missing 2011 and 2012 years. 2012-09-16 17:52:10 +07:00
slist.c syntax-check: fix violations and implement sc_old_style_quoting. 2012-10-22 00:01:13 +07: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-2012 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.