From afe93bdb386efb1b1d005267af09be5443fed3e8 Mon Sep 17 00:00:00 2001 From: Mikael Djurfeldt Date: Mon, 20 Sep 1999 21:52:48 +0000 Subject: [PATCH] *** empty log message *** --- libguile/ChangeLog | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/libguile/ChangeLog b/libguile/ChangeLog index 212a8c147..fb84e026e 100644 --- a/libguile/ChangeLog +++ b/libguile/ChangeLog @@ -1,3 +1,9 @@ +1999-09-20 Mikael Djurfeldt + + * numbers.c (scm_max, scm_min, scm_sum, scm_difference, + scm_product, scm_divide): Bugfix: Don't pass SCM_UNDEFINED to the + generic function if the asubr is called with only one arg. + 1999-09-20 Gary Houston * scmsigs.c (scm_sigaction): add SA_RESTART to flags only if