1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-06-11 14:21:10 +02:00

*** empty log message ***

This commit is contained in:
Kevin Ryde 2003-08-17 00:40:59 +00:00
parent cc08aafdaf
commit 2388d9af3e
2 changed files with 10 additions and 0 deletions

View 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

View 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.