diff --git a/libguile/ChangeLog b/libguile/ChangeLog index 2e8428fc6..686f99acd 100644 --- a/libguile/ChangeLog +++ b/libguile/ChangeLog @@ -1,3 +1,10 @@ +1999-03-18 Mikael Djurfeldt + + * error.c (scm_wta): Pass SCM_LIST1 (arg) instead of SCM_EOL to + scm_misc_error when pos is a string. This allows for dispatching + arbitrary error messages with one argument via SCM_ASSERT: + SCM_ASSERT (, obj, "Undigestable object: %S", ); + 1999-03-17 Mikael Djurfeldt * list.c (scm_reverse): Report an error if given a circular list