From 0734d24657f7f644c567dca1dce9a51809394171 Mon Sep 17 00:00:00 2001 From: Marius Vollmer Date: Sun, 8 Dec 1996 17:14:42 +0000 Subject: [PATCH] *** empty log message *** --- libguile/ChangeLog | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) diff --git a/libguile/ChangeLog b/libguile/ChangeLog index 8c0e4a79f..487bb5303 100644 --- a/libguile/ChangeLog +++ b/libguile/ChangeLog @@ -1,3 +1,24 @@ +Sun Dec 8 17:55:34 1996 Marius Vollmer + + * acconfig.h: Added DYNAMIC_LINKING symbol. + * configure.in: Add option and checks for dynamic linking. + * dynl.c, dynl-dl.c, dynl-dld.c, dynl-shl.c, dynl-vms.c, + dynl.h: New files for dynamic linking support. + * Makefile.am (libguile_a_SOURCES): + Added "dynl.c". + (modinclude_HEADERS): Added "dynl.h". + (EXTRA_DIST): Added "dynl-dl.c", "dynl-dld.c", "dynl-shl.c" and + "dynl-vms.c". + * init.c (scm_boot_guile_1): Call + scm_init_dynamic_linking to initialize dynamic linking support. + +Thu Dec 5 22:47:53 1996 Marius Vollmer + + * init.c (scm_boot_guile_1): Moved `live' variable to the toplevel + (as we Schemers say). It needs to be global, so that I can tweak + it for the proper operation of unexec. + (scm_boot_guile_1_live): New variable, see above. + Sun Dec 1 00:00:49 1996 Tom Tromey * guile-snarf.sh: Removed.