*** empty log message ***
authorKevin Ryde <user42@zip.com.au>
Sun, 17 Aug 2003 00:40:59 +0000 (00:40 +0000)
committerKevin Ryde <user42@zip.com.au>
Sun, 17 Aug 2003 00:40:59 +0000 (00:40 +0000)
ice-9/ChangeLog
test-suite/ChangeLog

index 5ce4226..e5a51af 100644 (file)
@@ -1,3 +1,8 @@
+2003-08-17  Kevin Ryde  <user42@zip.com.au>
+
+       * boot-9.scm (while): Use a new key dynamically for each loop, so
+       break and continue associate to their loop even when recursing.
+
 2003-08-14  Kevin Ryde  <user42@zip.com.au>
 
        * boot-9.scm (while): Rewrite, continue as proper escape, break
index de57642..b2fa5bc 100644 (file)
@@ -1,3 +1,8 @@
+2003-08-17  Kevin Ryde  <user42@zip.com.au>
+
+       * tests/syntax.test (while): Exercise break and continue from
+       recursive nested loops.
+
 2003-08-14  Kevin Ryde  <user42@zip.com.au>
 
        * tests/syntax.test (while): New tests.