From 2755366c4ad332ca1a97bb63f36985793311cbc5 Mon Sep 17 00:00:00 2001 From: Kevin Ryde Date: Fri, 9 Jul 2004 23:45:41 +0000 Subject: [PATCH] *** empty log message *** --- ice-9/ChangeLog | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/ice-9/ChangeLog b/ice-9/ChangeLog index 581e367e4..c7524f3c9 100644 --- a/ice-9/ChangeLog +++ b/ice-9/ChangeLog @@ -1,3 +1,13 @@ +2004-07-10 Kevin Ryde + + * and-let-star.scm (and-let*): Remove unused variable "val". + * pretty-print.scm (read-macro-prefix): Remove unused variable "tail". + + * boot-9.scm (%cond-expand-features): Add srfi-6 which is in the core. + + * safe-r5rs.scm (re-export): Uncomment numerator, denominator, + rationalize, since they now exist. + 2004-07-05 Kevin Ryde * slib.scm (system): Correction to redefinition, now guile is stricter