diff options
-rw-r--r-- | libguile/ChangeLog | 4 |
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 |