1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-05-01 04:10:18 +02:00

*** empty log message ***

This commit is contained in:
Kevin Ryde 2003-05-10 00:23:50 +00:00
parent db386f80d1
commit 4f3deff49a

View file

@ -1,5 +1,13 @@
2003-05-10 Kevin Ryde <user42@zip.com.au>
* tests/numbers.test (=, <): Add tests involving NaNs.
* tests/numbers.test (integer-length): Exercise some negatives, in
particular -2^n which is ...11100..00.
* tests/numbers.test (gcd): Exercise bignum/inum with a bignum not
fitting a ulong.
* tests/srfi-1.test: New file, exercising take and drop.
* Makefile.am (SCM_TESTS): Add it.