]> git.ipfire.org Git - thirdparty/libtool.git/commit
* doc/libtool.texi (libltdl): list supported dlopen mechanisms,
authorThomas Tanner <tanner@gmx.de>
Sun, 24 Jan 1999 14:24:17 +0000 (14:24 +0000)
committerThomas Tanner <tanner@gmx.de>
Sun, 24 Jan 1999 14:24:17 +0000 (14:24 +0000)
commit05ba0110119d9a94a96bdfac83f9e1f732bbabb7
tree4ff84873cd3b00c91976638e8e9ea41ff74a86d5
parent92ee62a8dcbea2e737aa148bf99f2d52d5647bce
* 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
ChangeLog
doc/libtool.texi
libltdl/ltdl.c
libltdl/ltdl.h
ltconfig.in
tests/Makefile.am