diff --git a/ice-9/ChangeLog b/ice-9/ChangeLog index abcc90c7b..6bbed5eae 100644 --- a/ice-9/ChangeLog +++ b/ice-9/ChangeLog @@ -1,3 +1,8 @@ +2000-01-09 Marius Vollmer + + * 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 * slib.scm (library-vicinity, home-vicinity, diff --git a/libguile/ChangeLog b/libguile/ChangeLog index 10f8427a3..bc8ddabb4 100644 --- a/libguile/ChangeLog +++ b/libguile/ChangeLog @@ -1,3 +1,24 @@ +2000-01-09 Marius Vollmer + + 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 + + * 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 * These changes should make it unnecessary to call tzset from