cxr fixes

This commit is contained in:
Justin Ethier 2019-12-02 13:02:41 -05:00
parent fe27947cd0
commit 045aea0c49

View file

@ -11,6 +11,7 @@ Features
Bug Fixes
- Fixed `integer?` such that if `x` is an inexact real number, then `(integer? x)` is true if and only if `(= x (round x))`, per R7RS.
- @extrasharp fixed issues with definitions in `(scheme cxr)`.
- @nymacro fixed a bug in the bootstrap Makefile that prevented builds from working on FreeBSD.
Internals