summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarius Vollmer <mvo@zagadka.de>1997-01-18 11:30:37 +0000
committerMarius Vollmer <mvo@zagadka.de>1997-01-18 11:30:37 +0000
commitbb0102f78181ab8b275e06c53c7649dc7133f88f (patch)
tree5d5748f7759bd544b88d0348234af5f6a1e5a53b
parentd0cbd20cd8289a847e34da687280098e73748743 (diff)
downloadguile-bb0102f78181ab8b275e06c53c7649dc7133f88f.tar.gz
*** empty log message ***
-rw-r--r--ice-9/ChangeLog12
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 %.