mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-05-02 21:10:27 +02:00
*** empty log message ***
This commit is contained in:
parent
31d50456c4
commit
a31bc6fbba
1 changed files with 13 additions and 0 deletions
|
@ -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>
|
||||
|
||||
* slib.scm (slib-parent-dir): Use string-length, not length.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue