1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-05-20 11:40:18 +02:00

*** empty log message ***

This commit is contained in:
Marius Vollmer 2004-07-10 14:43:55 +00:00
parent 5f7fa54d98
commit 0523f1c0d8
2 changed files with 10 additions and 0 deletions

View file

@ -1,3 +1,8 @@
2004-07-10 Marius Vollmer <marius.vollmer@uni-dortmund.de>
* scheme-data.texi (Integers): Talk more about inexact and exact
integers.
2004-07-10 Kevin Ryde <user42@zip.com.au>
* srfi-modules.texi (SRFI-0): Add srfi-6 to the identifiers provided

View file

@ -1,3 +1,8 @@
2004-07-10 Marius Vollmer <marius.vollmer@uni-dortmund.de>
* standalone/test-conversion.c (test_is_signed_integer,
test_is_unsigned_integer): Expect inexact integers to fail.
2004-07-10 Kevin Ryde <user42@zip.com.au>
* tests/hash.test: New file.