1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-05-01 20:30:28 +02:00

*** empty log message ***

This commit is contained in:
Kevin Ryde 2004-08-25 01:10:17 +00:00
parent e1487a8e50
commit b6324e9e29
2 changed files with 10 additions and 0 deletions

View file

@ -1,3 +1,8 @@
2004-08-25 Kevin Ryde <user42@zip.com.au>
* and-let-star.scm (and-let*): Give #t for an empty body, per srfi-2
spec, previously came out as an empty (begin).
2004-08-18 Kevin Ryde <user42@zip.com.au>
* and-let-star.scm: Add cond-expand-provide srfi-2, since this module

View file

@ -1,3 +1,8 @@
2004-08-25 Kevin Ryde <user42@zip.com.au>
* and-let-star.scm (and-let*): Give #t for an empty body, per srfi-2
spec, previously came out as an empty (begin).
2004-08-18 Kevin Ryde <user42@zip.com.au>
* tests/and-let-star.test, tests/receive.test: New files.