From: Gary V. Vaughan Date: Mon, 10 May 1999 11:26:12 +0000 (+0000) Subject: * TODO: updated. X-Git-Tag: release-1-3b~75 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=645b15935daa76ffe420e525c0997e105749eee1;p=thirdparty%2Flibtool.git * TODO: updated. --- diff --git a/ChangeLog b/ChangeLog index f4cb609e2..2395b05cd 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +1999-05-09 Gary V. Vaughan + + * TODO: updated. + 1999-05-06 Gary V. Vaughan * Makefile.am (install-data-hook): make sure the install directory @@ -534,7 +538,7 @@ * ltconfig.in (*_cmds): quote $ so that they're not expanded by the first eval -1999-03-25 Gary V. Vaughan +1999-03-25 Gary V. Vaughan * ltmain.in ($PATH): Expand any tildes in the users path to the contents of $HOME to avoid problems with *_cmds splitting and @@ -558,7 +562,7 @@ * ltconfig.in (ld_shlibs, amigaos*): disable shared libraries -1999-03-23 Gary V. Vaughan +1999-03-23 Gary V. Vaughan * libltdl/configure.in: the sed expression for finding the shared library extension used to think the . in [.] for the cygwin @@ -654,7 +658,7 @@ * tests/Makefile.am (TESTS): added noinst-link.test * doc/libtool.texi: document it -1999-03-19 Gary V. Vaughan +1999-03-19 Gary V. Vaughan * ltmain.in (dependency_libs): There is no reason to infer that the pseudo library is invalid if dependency_libs='' at @@ -711,7 +715,7 @@ libtool will break ILD, so we ignore it when generating dependencies. -1999-03-17 Gary V. Vaughan +1999-03-17 Gary V. Vaughan * doc/PLATFORMS: Thanks to Alexandres changes below, both my hp boxes pass the entire test suite. diff --git a/TODO b/TODO index e6df9303d..0e7bbc546 100644 --- a/TODO +++ b/TODO @@ -1,8 +1,6 @@ In the near future: ******************** -* Look into Andreas Schwab's report about security. - * check whether the version of libtool.m4 is compatible with ltconfig/ltmain.sh @@ -34,6 +32,13 @@ In the future: possible would greatly improve libltdl's ability to be embedded in and used by other systems. +* Pavel Roskin writes about --enable-pic-static: + Is it true that the objects which are suitable for building shared + libraries are always suitable for building static libraries? If yes, + would it be a good idea to have an option which would enable building + shared and static libraries from the same object files. 50% speedup is + worth considering IMHO. + * Support -dlopen/dlpreopen for libraries. This requires adding two new variables (dlopen/dlpreopen) to the pseudo-library and later dlopening them when a program is linked