summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKevin Ryde <user42@zip.com.au>2004-07-09 23:45:41 +0000
committerKevin Ryde <user42@zip.com.au>2004-07-09 23:45:41 +0000
commit2755366c4ad332ca1a97bb63f36985793311cbc5 (patch)
treecd0582b87bbf0044983613f10f935f0a3b256c87
parent018733ff9e59a67b8f6776c7f60ce6443c8f2979 (diff)
downloadguile-2755366c4ad332ca1a97bb63f36985793311cbc5.tar.gz
*** empty log message ***
-rw-r--r--ice-9/ChangeLog10
1 files changed, 10 insertions, 0 deletions
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 <user42@zip.com.au>
+
+ * 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 <user42@zip.com.au>
* slib.scm (system): Correction to redefinition, now guile is stricter