libtool/doc
Gary V. Vaughan 2c769d10a2 Implement lt_dlopening of only preloaded modules.
* libltdl/m4/ltdl.m4 (LTDL_INIT): Check for a libltdl that
provides lt_dladvise_preopen when deciding if installed libltdl
is 'new enough'.
* libltdl/libltdl/lt__private.h (lt__advise): Add a new
is_preload flag.
* libltdl/ltdl.c (lt_dladvise_preload): New api call to set it.
(try_dlopen): If it is set, and the search of preloaded modules
didn't return a match, don't bother searching the filesystem.
* libltdl/ltdl.h (lt_dladvise_preload): Declare it.
* doc/libtool.texi (Libltdl Interface): Document it.
* tests/lt_dladvise.at: Test it (and incidentally add some test
coverage for `libtool -dlpreopen').
* NEWS: Announce it.
2008-08-01 13:12:29 +07:00
..
.cvsignore * .cvsignore, doc/.cvsignore, libltdl/.cvsignore, 2006-06-13 18:36:56 +00:00
.gitignore Add .gitignore files. 2008-04-16 21:31:03 +02:00
fdl.texi * doc/fdl.texi: Update to GFDL 1.2. 2007-07-23 22:33:12 +00:00
libtool.texi Implement lt_dlopening of only preloaded modules. 2008-08-01 13:12:29 +07:00
notes.texi * doc/notes.texi: Fix errors in previous commit. 2008-01-24 16:16:27 +00:00
PLATFORMS