mirror of
https://github.com/justinethier/cyclone.git
synced 2025-05-23 20:15:05 +02:00
cxr fixes
This commit is contained in:
parent
fe27947cd0
commit
045aea0c49
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue