diff --git a/libguile/ChangeLog b/libguile/ChangeLog index 1b00fbe21..6f2062e17 100644 --- a/libguile/ChangeLog +++ b/libguile/ChangeLog @@ -1,5 +1,9 @@ 2005-05-22 Marius Vollmer + * unif.c (scm_make_shared_array): Add old base to new base since + scm_array_handle_pos does not include the base. + (scm_aind): Likewise. + * ports.c (scm_putc, scm_puts): Assert that the port argument is a output port.