1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-06-17 17:20:29 +02:00

*** empty log message ***

This commit is contained in:
Marius Vollmer 1997-01-18 11:30:37 +00:00
parent d0cbd20cd8
commit bb0102f781

View file

@ -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> Wed Jan 8 05:50:14 1997 Gary Houston <ghouston@actrix.gen.nz>
* boot-9.scm (getservbyport, getservbyname): remove stray %. * boot-9.scm (getservbyport, getservbyname): remove stray %.