diff options
-rw-r--r-- | ice-9/ChangeLog | 5 | ||||
-rw-r--r-- | test-suite/ChangeLog | 5 |
2 files changed, 10 insertions, 0 deletions
diff --git a/ice-9/ChangeLog b/ice-9/ChangeLog index 24414c518..7b0023d35 100644 --- a/ice-9/ChangeLog +++ b/ice-9/ChangeLog @@ -1,3 +1,8 @@ +2005-01-28 Kevin Ryde <user42@zip.com.au> + + * boot-9.scm (while): Remove the unquote from do, it breaks with ice-9 + syncase. Reported by Pach Roman. + 2005-01-10 Marius Vollmer <marius.vollmer@uni-dortmund.de> * arrays.scm, deprecated.scm (uniform-vector-fill!, diff --git a/test-suite/ChangeLog b/test-suite/ChangeLog index 949af94e8..45dd9bef2 100644 --- a/test-suite/ChangeLog +++ b/test-suite/ChangeLog @@ -1,3 +1,8 @@ +2005-01-28 Kevin Ryde <user42@zip.com.au> + + * tests/syntax.test (while): Tests running in empty environment are + now "unresolved" due to workaround in while implementation. + 2005-01-24 Kevin Ryde <user42@zip.com.au> * standalone/test-unwind.c (check_cont): Cast rewindable to long, to |