+1999-05-09 Gary V. Vaughan <gary@oranda.demon.co.uk>
+
+ * TODO: updated.
+
1999-05-06 Gary V. Vaughan <gary@oranda.demon.co.uk>
* Makefile.am (install-data-hook): make sure the install directory
* ltconfig.in (*_cmds): quote $ so that they're not expanded by
the first eval
-1999-03-25 Gary V. Vaughan <gvaughan@oranda.demon.co.uk>
+1999-03-25 Gary V. Vaughan <gary@oranda.demon.co.uk>
* ltmain.in ($PATH): Expand any tildes in the users path to the
contents of $HOME to avoid problems with *_cmds splitting and
* ltconfig.in (ld_shlibs, amigaos*): disable shared libraries
-1999-03-23 Gary V. Vaughan <gvaughan@oranda.demon.co.uk>
+1999-03-23 Gary V. Vaughan <gary@oranda.demon.co.uk>
* libltdl/configure.in: the sed expression for finding the shared
library extension used to think the . in [.] for the cygwin
* tests/Makefile.am (TESTS): added noinst-link.test
* doc/libtool.texi: document it
-1999-03-19 Gary V. Vaughan <gvaughan@oranda.demon.co.uk>
+1999-03-19 Gary V. Vaughan <gary@oranda.demon.co.uk>
* ltmain.in (dependency_libs): There is no reason to infer that
the pseudo library is invalid if dependency_libs='' at
libtool will break ILD, so we ignore it when generating
dependencies.
-1999-03-17 Gary V. Vaughan <gvaughan@oranda.demon.co.uk>
+1999-03-17 Gary V. Vaughan <gary@oranda.demon.co.uk>
* doc/PLATFORMS: Thanks to Alexandres changes below, both my
hp boxes pass the entire test suite.
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
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