summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKevin Ryde <user42@zip.com.au>2005-01-27 21:23:36 +0000
committerKevin Ryde <user42@zip.com.au>2005-01-27 21:23:36 +0000
commit4d38e6f0e312f82f2dab72e43ca52ff1ff7a5b91 (patch)
tree30bbbab47626a713ba5668f2a4761c30233b1a2d
parent2ebe323a1524ab84be203fd49214eeaa514da3db (diff)
downloadguile-4d38e6f0e312f82f2dab72e43ca52ff1ff7a5b91.tar.gz
*** empty log message ***
-rw-r--r--ice-9/ChangeLog5
-rw-r--r--test-suite/ChangeLog5
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