libtool/libltdl
Thomas Tanner 05ba011011 * doc/libtool.texi (libltdl): list supported dlopen mechanisms,
added function lt_dlopenext(), removed reference to
  LTDL_PRELOADED_SYMBOLS in LTDL_SET_PRELOADED_SYMBOLS
* libltdl/ltdl.c: partially reverted Alexandre's dynamic string
  allocation change (it was not necessary and the code was unreadable),
  cleanups, removed usr_search_path_size, renamed usr_search_path
  to user_search_path, in find_module() also check for moved
  modules, merged find_file() and find_library(),
  added lt_dlopenext(), in lt_dladdsearchdir() no longer reset
  the search path if 'search_dir' == NULL and don't use realloc()
  (might not be available on all platforms),
  removed __P((void)) in the declaration of lt_dlgetsearchpath()
* libltdl/ltdl.h: added lt_dlopenext()
* ltconfig.in: AIX archive commands were broken,
  fixed a MAJOR bug in global_symbol_pipe which caused
  "demo-shared.test;demo-make.test" to fail (libtool must not extract
  undefined symbols of libraries, i.e. symcode must not contain 'U')
* tests/Makefile.am (clean-local): "make distclean" in cdemo, too
1999-01-24 14:24:17 +00:00
..
.cvsignore * NEWS: -module and libtldl 1998-11-18 07:29:36 +00:00
configure.in * libltdl/configure.in: reintroduce code to detect native library 1999-01-21 05:08:23 +00:00
ltdl.c * doc/libtool.texi (libltdl): list supported dlopen mechanisms, 1999-01-24 14:24:17 +00:00
ltdl.h * doc/libtool.texi (libltdl): list supported dlopen mechanisms, 1999-01-24 14:24:17 +00:00
Makefile.am * libltdl/Makefile.am (Makefile): depend on libtool 1999-01-19 23:56:32 +00:00
README * NEWS: -module and libtldl 1998-11-18 07:29:36 +00:00

This is GNU libltdl, a system independent dlopen wrapper for GNU libtool.