libtool/libltdl
Gary V. Vaughan 2c0e68f058 syntax-check: fix violations and re-enable sc_prohibit_strcmp.
* cfg.mk (local-checks-to-fix): Remove sc_prohibit_strcmp
from list of disabled checks.
(exclude_file_name_regexp--sc_prohibit_strcmp): Ignore
violations in libtool.texi and any demo C files.
* libltdl/libltdl/lt__private.h (strneq, streq): Renamed from
this...
(STRNEQ, STREQ): ..to this.  Adjust all callers.
* tests/slist.at: Add STREQ definition. Change all !strcmp calls
to STREQ.
* build-aux/ltmain.m4sh (func_emit_cwrapperexe_src): Add and use
STREQ definition.

Signed-off-by: Gary V. Vaughan <gary@gnu.org>
2011-11-17 19:21:10 +07:00
..
libltdl syntax-check: fix violations and re-enable sc_prohibit_strcmp. 2011-11-17 19:21:10 +07:00
loaders syntax-check: fix violations and re-enable sc_prohibit_strcmp. 2011-11-17 19:21:10 +07:00
.gitignore maint: use gnulib's canonical COPYING files. 2011-10-23 19:17:23 +07:00
argz_.h Remove unnecessary global argz functions. 2008-08-26 12:41:25 -05:00
argz.c syntax-check: fix violations and re-enable sc_prohibit_stddef_without_use. 2011-11-17 19:21:07 +07:00
configure.ac libtoolize: rename libltdl/config' directory to standard build-aux'. 2011-11-17 17:56:40 +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_prohibit_stddef_without_use. 2011-11-17 19:21:07 +07:00
lt__strl.c * HACKING (Licensing Rules): Explain the various license texts 2007-03-25 12:12:44 +00: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_prohibit_strcmp. 2011-11-17 19:21:10 +07:00
ltdl.h libltdl: Make sure preloaded symbols are declared extern "C". 2010-09-20 09:11:43 +02:00
ltdl.mk syntax-check: fix violations and re-enable sc_makefile_TAB_only_indentation. 2011-11-17 19:20:24 +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_prohibit_stddef_without_use. 2011-11-17 19:21:07 +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.