libtool/libltdl
Gary V. Vaughan 8fad6be03e syntax-check: fix violations and implement sc_useless_braces_in_variable_derefs.
Until now, libtool sources have used braced variable names
seemingly at random! Almost always the braces are just noise, so
remove all the unnecessary ones.
* cfg.mk (sc_useless_braces_in_variable_derefs): New syntax
check rule to ensure we only reintroduce braced variable
dereferences if they are followed by a valid variable name
character.
build-aux/general.m4sh, build-aux/git-hooks/commit-msg,
build-aux/ltmain.m4sh, build-aux/options-parser, configure.ac,
libltdl/configure.ac, m4/libtool.m4, m4/ltdl.m4,
m4/ltoptions.m4, tests/defs.m4sh, tests/demo-nopic.test,
tests/depdemo/configure.ac, tests/flags.at, tests/link.test,
tests/objectlist.test, tests/quote.test, tests/static.at: Remove
spurious braces.

Signed-off-by: Gary V. Vaughan <gary@gnu.org>
2011-11-25 14:53:42 +07:00
..
libltdl syntax-check: fix violations and re-enable sc_useless_cpp_parens. 2011-11-17 19:22:16 +07:00
loaders syntax-check: fix violations and re-enable sc_useless_cpp_parens. 2011-11-17 19:22:16 +07:00
.gitignore maint: use gnulib's canonical COPYING files. 2011-10-23 19:17:23 +07:00
argz_.h syntax-check: fix violations and re-enable sc_useless_cpp_parens. 2011-11-17 19:22:16 +07:00
argz.c syntax-check: fix violations and re-enable sc_useless_cpp_parens. 2011-11-17 19:22:16 +07:00
configure.ac syntax-check: fix violations and implement sc_useless_braces_in_variable_derefs. 2011-11-25 14:53:42 +07:00
lt__alloc.c * libltdl/lt__alloc.c, libltdl/loaders/preopen.c, 2007-07-04 23:05:05 +00:00
lt__dirent.c syntax-check: fix violations and re-enable sc_useless_cpp_parens. 2011-11-17 19:22:16 +07:00
lt__strl.c syntax-check: fix violations and re-enable sc_useless_cpp_parens. 2011-11-17 19:22:16 +07:00
lt_dlloader.c syntax-check: fix violations and re-enable sc_prohibit_strcmp. 2011-11-17 19:21:10 +07:00
lt_error.c * libltdl/lt__alloc.c, libltdl/loaders/preopen.c, 2007-07-04 23:05:05 +00:00
ltdl.c syntax-check: fix violations and re-enable sc_useless_cpp_parens. 2011-11-17 19:22:16 +07:00
ltdl.h syntax-check: fix violations and re-enable sc_useless_cpp_parens. 2011-11-17 19:22:16 +07:00
ltdl.mk syntax-check: fix violations and re-enable sc_space_tab. 2011-11-17 19:22:14 +07:00
README Avoid mentioning "Linux", use "GNU/Linux", if appropriate. 2011-09-25 17:49:43 -05:00
slist.c syntax-check: fix violations and re-enable sc_space_tab. 2011-11-17 19:22:14 +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 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.