This commit is contained in:
Justin Ethier 2018-10-01 17:01:48 -04:00
parent 9e0a5c77d3
commit 2f0537d6b1

View file

@ -11,6 +11,7 @@ Bug Fixes
- Fix `input-port?`, `output-port?`, `input-port-open?`, and `output-port-open?` to return `#f` instead of raising an error when a non-port object is passed.
- Fix overflow detection when performing fixnum multiplication to avoid undefined behavior in the C runtime.
- Prevent warnings from the C compiler regarding `shifting a negative signed value is undefined`.
## 0.9.2 - August 26, 2018