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:
parent
cc08aafdaf
commit
2388d9af3e
2 changed files with 10 additions and 0 deletions
|
@ -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
|
||||
|
|
|
@ -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.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue