]> git.ipfire.org Git - thirdparty/libtool.git/commitdiff
* TODO: updated.
authorGary V. Vaughan <gary@gnu.org>
Mon, 10 May 1999 11:26:12 +0000 (11:26 +0000)
committerGary V. Vaughan <gary@gnu.org>
Mon, 10 May 1999 11:26:12 +0000 (11:26 +0000)
ChangeLog
TODO

index f4cb609e2d6cd185a04487eb6a5b1ebc8f826bae..2395b05cdfdfcc561dc60fecfd26ab11aef6120c 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+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.
diff --git a/TODO b/TODO
index e6df9303d57ea7df1c01a23f77debb64103bb461..0e7bbc5464373483f89098ee2ee375b3836c9f16 100644 (file)
--- 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