From aa9576adaf08070980c086095e3828a8f36f2f67 Mon Sep 17 00:00:00 2001 From: Jim Blandy Date: Wed, 16 Oct 1996 02:22:21 +0000 Subject: [PATCH] *** empty log message *** --- ice-9/ChangeLog | 5 +++++ libguile/ChangeLog | 5 +++++ 2 files changed, 10 insertions(+) diff --git a/ice-9/ChangeLog b/ice-9/ChangeLog index 32d816fb1..96009fa06 100644 --- a/ice-9/ChangeLog +++ b/ice-9/ChangeLog @@ -1,5 +1,10 @@ Tue Oct 15 17:07:20 1996 Jim Blandy + * boot-9.scm: Doc fixes. + (make-module): Rework for readability. + (make-root-module, make-scm-module): USES argument to make-module + should be '(), not #f. + * boot-9.scm (try-load): %sys-load-path has been renamed to primitive-load-path; adjust call here. diff --git a/libguile/ChangeLog b/libguile/ChangeLog index d827d8872..7b6d26e61 100644 --- a/libguile/ChangeLog +++ b/libguile/ChangeLog @@ -1,5 +1,10 @@ Tue Oct 15 17:06:13 1996 Jim Blandy + * variable.c (scm_make_variable): Make the name hint optional, as + documented. + (anonymous_variable_sym): Renamed from variable_sym. All uses + changed. + * load.c (scm_primitive_load, scm_primitive_load_path): Renamed from scm_sys_try_load and scm_sys_try_load_path. The Scheme name of scm_primitive_load_path was also changed to