summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJim Blandy <jimb@red-bean.com>1996-11-21 16:16:54 +0000
committerJim Blandy <jimb@red-bean.com>1996-11-21 16:16:54 +0000
commita31bc6fbbae20f6ddd849a62a05845c0689bf44d (patch)
tree2d475c8c41c732a214aa2e95b02ff9caddd6ca45
parent31d50456c420d0945305e2eb10cda3a448116cdd (diff)
downloadguile-a31bc6fbbae20f6ddd849a62a05845c0689bf44d.tar.gz
*** empty log message ***
-rw-r--r--ice-9/ChangeLog13
1 files changed, 13 insertions, 0 deletions
diff --git a/ice-9/ChangeLog b/ice-9/ChangeLog
index d88f6c315..5d11441e5 100644
--- a/ice-9/ChangeLog
+++ b/ice-9/ChangeLog
@@ -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.