mirror of
https://github.com/justinethier/cyclone.git
synced 2025-05-19 21:59:16 +02:00
Note FreeBSD fix
This commit is contained in:
parent
f091d0267e
commit
c656f4b3ef
1 changed files with 1 additions and 0 deletions
|
@ -11,6 +11,7 @@ Features
|
||||||
Bug Fixes
|
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.
|
- 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.
|
||||||
|
- @nymacro fixed a bug in the bootstrap Makefile that prevented builds from working on FreeBSD.
|
||||||
|
|
||||||
Internals
|
Internals
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue