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