Note FreeBSD fix

This commit is contained in:
Justin Ethier 2019-11-27 09:31:31 -05:00
parent f091d0267e
commit c656f4b3ef

View file

@ -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