diff options
-rw-r--r-- | ice-9/ChangeLog | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/ice-9/ChangeLog b/ice-9/ChangeLog index b7bb4182d..bb8906fe1 100644 --- a/ice-9/ChangeLog +++ b/ice-9/ChangeLog @@ -1,3 +1,15 @@ +Thu Jan 16 17:07:03 1997 Marius Vollmer <mvo@zagadka.ping.de> + + Added dynamic linking of modules. See libguile/DYNAMIC-LINKING. + + * boot-9.scm (split-c-module-name, convert-c-registered-modules, + init-dynamic-module, dynamic-maybe-call, + find-and-link-dynamic-module, link-dynamic-module, + try-module-dynamic-link, registered-modules): New definitions for + dynamic linking of modules. + (resolve-module): Try to dynamically link the requested module + after failing to load it as Scheme code. + Wed Jan 8 05:50:14 1997 Gary Houston <ghouston@actrix.gen.nz> * boot-9.scm (getservbyport, getservbyname): remove stray %. |