From 09f2ab1e04847b05e676edf5de9a13bbc4d05c9f Mon Sep 17 00:00:00 2001 From: Marius Vollmer Date: Wed, 21 Feb 2001 20:19:31 +0000 Subject: [PATCH] *** empty log message *** --- libguile/ChangeLog | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/libguile/ChangeLog b/libguile/ChangeLog index fac1930cd..91b6dd5b7 100644 --- a/libguile/ChangeLog +++ b/libguile/ChangeLog @@ -1,3 +1,19 @@ +2001-02-21 Marius Vollmer + + * eval.c (scm_ceval, scm_deval): Check for wrong number of args + before applying arrow procedure in `cond' and before applying + receiver procedure in call-with-current-continuation. + (scm_i_eval): Do not invoke scm_copy_tree in argument in SCM_XEVAL + macro. The argument is expanded more than one time. + + * numbers.c (scm_logior) [SCM_DIGSTOOBIG]: Correctly use + SCM_BIGDIG instead of BIGDIG. Thanks to Steven G. Johnson! + +2001-02-20 Marius Vollmer + + * guile-doc-snarf.in, guile-func-name-check.in: Added copyright + notice and license. + 2001-02-17 Martin Grabmueller * variable.c (scm_make_variable, scm_make_undefined_variable)