1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-06-17 17:20:29 +02:00

*** empty log message ***

This commit is contained in:
Kevin Ryde 2005-04-23 00:39:18 +00:00
parent 793060ce83
commit 37aa7d870c
2 changed files with 11 additions and 0 deletions

View file

@ -1,3 +1,8 @@
2005-04-23 Kevin Ryde <user42@zip.com.au>
* boot-9.scm (numerator, denominator): New functions as specified by
R5RS, 7 lines by Aubrey Jaffer.
2005-03-08 Kevin Ryde <user42@zip.com.au>
* slib.scm (*features*): Remove 'random, need to use the slib code for

View file

@ -1,3 +1,9 @@
2005-04-23 Kevin Ryde <user42@zip.com.au>
* tests/list.test (list, make-list, cons*): New tests.
* tests/numbers.test (numerator, denominator): New tests.
2005-04-02 Kevin Ryde <user42@zip.com.au>
* tests/srfi-1.test (lset-union): New tests.