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

*** empty log message ***

This commit is contained in:
Jim Blandy 1996-11-21 16:16:54 +00:00
parent 31d50456c4
commit a31bc6fbba

View file

@ -1,3 +1,16 @@
Thu Nov 21 11:12:10 1996 Jim Blandy <jimb@floss.cyclic.com>
It's an "eval closure", not an "eval thunk." A thunk is a
function of no arguments.
* boot-9.scm (module-type): Rename module field.
(make-module, eval-in-module, make-root-module,
set-current-module): Uses changed.
(module-eval-closure, set-module-eval-closure!,
root-module-closure): Renamed from module-eval-thunk,
set-module-eval-thunk!, root-module-thunk.
(set-current-module): Change uses of *top-level-lookup-thunk* to
*top-level-eval-closure*.
Wed Nov 20 14:45:27 1996 Jim Blandy <jimb@totoro.cyclic.com> Wed Nov 20 14:45:27 1996 Jim Blandy <jimb@totoro.cyclic.com>
* slib.scm (slib-parent-dir): Use string-length, not length. * slib.scm (slib-parent-dir): Use string-length, not length.