*** empty log message ***
authorMarius Vollmer <mvo@zagadka.de>
Mon, 10 Jan 2000 00:38:02 +0000 (00:38 +0000)
committerMarius Vollmer <mvo@zagadka.de>
Mon, 10 Jan 2000 00:38:02 +0000 (00:38 +0000)
ice-9/ChangeLog
libguile/ChangeLog

index abcc90c..6bbed5e 100644 (file)
@@ -1,3 +1,8 @@
+2000-01-09  Marius Vollmer  <mvo@zagadka.ping.de>
+
+       * boot-9.scm (try-using-libtool-name): Do not bother to look
+       inside libtool ".la" file, dynamic-link does this for us now.
+
 1999-12-15  Gary Houston  <ghouston@freewire.co.uk>
 
        * slib.scm (library-vicinity, home-vicinity, 
index 10f8427..bc8ddab 100644 (file)
@@ -1,3 +1,24 @@
+2000-01-09  Marius Vollmer  <mvo@zagadka.ping.de>
+
+       Finally applied the libltdl patch from Thomas Tanner, with slight
+       modifications.
+
+       * DYNAMIC-LINKING: Removed because it is obsolete.
+       * dynl.c: Use ANSI prototypes.
+       (sysdep_dynl_link): Use lt_dlopenext instead of lt_dlopen.
+       * scmconfig.h.in: Do not change, as it is automatically generated.
+       
+    1999-07-25  Thomas Tanner  <tanner@ffii.org>
+
+           * dynl-dl.c, dynl-dld.c, dynl-shl.c, dynl-vms.c: deleted
+           (obsolete)
+           * Makefile.am: likewise, add INCLTDL (libltdl headers) to
+           INCLUDES, set dlpreopened files in LDFLAGS, link libguile
+           against libltdl
+           * dynl.c: use libltdl if DYNAMIC_LINKING is enabled,
+           * guile.c: register preloaded modules
+           * scmconfig.h.in: remove obsolete symbols
+
 2000-01-09  Gary Houston  <ghouston@arglist.com>
 
        * These changes should make it unnecessary to call tzset from