From b62cc1c27ff4a420d35436c805a205822db0fe50 Mon Sep 17 00:00:00 2001 From: Mikael Djurfeldt Date: Wed, 2 Aug 2000 06:00:28 +0000 Subject: [PATCH] *** empty log message *** --- libguile/ChangeLog | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/libguile/ChangeLog b/libguile/ChangeLog index f4f48650c..98b57f4ea 100644 --- a/libguile/ChangeLog +++ b/libguile/ChangeLog @@ -1,3 +1,8 @@ +2000-08-02 Mikael Djurfeldt + + * print.c (scm_simple_format): Bugfix: Coerce port before using + it. + 2000-07-31 Gary Houston * net_db.c: declare h_errno only if HAVE_H_ERRNO is not defined