diff options
author | Kevin Ryde <user42@zip.com.au> | 2004-07-09 23:45:41 +0000 |
---|---|---|
committer | Kevin Ryde <user42@zip.com.au> | 2004-07-09 23:45:41 +0000 |
commit | 2755366c4ad332ca1a97bb63f36985793311cbc5 (patch) | |
tree | cd0582b87bbf0044983613f10f935f0a3b256c87 | |
parent | 018733ff9e59a67b8f6776c7f60ce6443c8f2979 (diff) | |
download | guile-2755366c4ad332ca1a97bb63f36985793311cbc5.tar.gz |
*** empty log message ***
-rw-r--r-- | ice-9/ChangeLog | 10 |
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 |