From 188d0c5ef7f986a8da6fc537b5b257956ee9a844 Mon Sep 17 00:00:00 2001 From: Marius Vollmer Date: Sun, 22 May 2005 17:19:38 +0000 Subject: [PATCH] *** empty log message *** --- libguile/ChangeLog | 4 ++++ 1 file changed, 4 insertions(+) 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.