1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-05-01 12:20:26 +02:00

*** empty log message ***

This commit is contained in:
Jim Blandy 1996-10-16 02:22:21 +00:00
parent 0179ae48bf
commit aa9576adaf
2 changed files with 10 additions and 0 deletions

View file

@ -1,5 +1,10 @@
Tue Oct 15 17:07:20 1996 Jim Blandy <jimb@floss.cyclic.com> Tue Oct 15 17:07:20 1996 Jim Blandy <jimb@floss.cyclic.com>
* 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 * boot-9.scm (try-load): %sys-load-path has been renamed to
primitive-load-path; adjust call here. primitive-load-path; adjust call here.

View file

@ -1,5 +1,10 @@
Tue Oct 15 17:06:13 1996 Jim Blandy <jimb@floss.cyclic.com> Tue Oct 15 17:06:13 1996 Jim Blandy <jimb@floss.cyclic.com>
* 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 * load.c (scm_primitive_load, scm_primitive_load_path): Renamed
from scm_sys_try_load and scm_sys_try_load_path. The Scheme name from scm_sys_try_load and scm_sys_try_load_path. The Scheme name
of scm_primitive_load_path was also changed to of scm_primitive_load_path was also changed to