mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-05-22 20:40:29 +02:00
*** empty log message ***
This commit is contained in:
parent
dd64bb8e18
commit
39127bc510
2 changed files with 12 additions and 0 deletions
|
@ -1,3 +1,10 @@
|
|||
2004-09-26 Kevin Ryde <user42@zip.com.au>
|
||||
|
||||
* optargs.scm (let-optional-template, let-keywords-template): Change
|
||||
"(begin body)" to "(let () body)" for empty bindings, since the former
|
||||
allows "internal defines" in body leak out to the surrounding
|
||||
environment.
|
||||
|
||||
2004-09-04 Kevin Ryde <user42@zip.com.au>
|
||||
|
||||
* streams.scm (stream-for-each-many): Correction, should recurse into
|
||||
|
|
|
@ -1,3 +1,8 @@
|
|||
2004-09-26 Kevin Ryde <user42@zip.com.au>
|
||||
|
||||
* tests/optargs.test (let-keywords, let-keywords*, let-optional,
|
||||
let-optional*): Add tests of internal defines when no bindings.
|
||||
|
||||
2004-09-09 Kevin Ryde <user42@zip.com.au>
|
||||
|
||||
* tests/ports.test (port-column): Further tests, of new \a \b \r.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue