1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-06-11 22:31:12 +02:00

*** empty log message ***

This commit is contained in:
Marius Vollmer 2005-05-22 17:19:38 +00:00
parent 14bed4cc26
commit 188d0c5ef7

View file

@ -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.