summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMikael Djurfeldt <djurfeldt@nada.kth.se>2000-06-04 17:27:45 +0000
committerMikael Djurfeldt <djurfeldt@nada.kth.se>2000-06-04 17:27:45 +0000
commit542bfe1de223485225b77a50a3c6a1722b2f5940 (patch)
treefd9b781566432e28f635327af5cb7cf4d0315801
parent002f1a5dbaa67d30b3f534c80da0d62d0118c262 (diff)
downloadguile-542bfe1de223485225b77a50a3c6a1722b2f5940.tar.gz
*** empty log message ***
-rw-r--r--libguile/ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/libguile/ChangeLog b/libguile/ChangeLog
index f8b76da4c..34f0e64df 100644
--- a/libguile/ChangeLog
+++ b/libguile/ChangeLog
@@ -1,5 +1,9 @@
2000-06-04 Mikael Djurfeldt <mdj@thalamus.nada.kth.se>
+ * eval.c (scm_badformalsp): New static function.
+ (SCM_CEVAL): Check arguments for procedure-with-setter closures.
+ (Thanks to Keisuke Nishida.)
+
The major reason for Guile's slow loading speed has been the fact
that a chain of Scheme level procedures has been evaluated for
every top-level symbol lookup during the first pass through the