diff options
-rw-r--r-- | libguile/ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
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 <mvo@zagadka.de> + * 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. |