From dbf3eb1f734e42f475c22b660dec8312e68d32bf Mon Sep 17 00:00:00 2001 From: Marius Vollmer Date: Mon, 2 Aug 2004 16:20:03 +0000 Subject: [PATCH] *** empty log message *** --- srfi/ChangeLog | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/srfi/ChangeLog b/srfi/ChangeLog index 3d6c3925d..76046ee78 100644 --- a/srfi/ChangeLog +++ b/srfi/ChangeLog @@ -1,3 +1,10 @@ +2004-08-02 Marius Vollmer + + * srfi-4.c: Replaced scm_num2* and scm_*2num with scm_to_* and + scm_from_*, respectively. + (print_int64, print_uint64): Rewritten by just calling scm_iprin1 + on a SCM. + 2004-08-02 Kevin Ryde * srfi-13.c (scm_string_every): Correction to initial "res" value,