mirror of
https://github.com/justinethier/cyclone.git
synced 2025-05-24 04:25:06 +02:00
Added fixes
This commit is contained in:
parent
b438de64f1
commit
ebef276761
1 changed files with 2 additions and 0 deletions
|
@ -15,6 +15,8 @@ Bug Fixes
|
||||||
|
|
||||||
- Only throw a divide by zero error for integer division. Floating point divide by zero is allowed and evaluates to `nan`.
|
- Only throw a divide by zero error for integer division. Floating point divide by zero is allowed and evaluates to `nan`.
|
||||||
- Modified SRFI 106 to be smarter about compiling `AI_V4MAPPED` and `AI_ALL`, which are not defined on OpenBSD.
|
- Modified SRFI 106 to be smarter about compiling `AI_V4MAPPED` and `AI_ALL`, which are not defined on OpenBSD.
|
||||||
|
- Fixed the `member` functions to always return the list when a value is found, instead of `#t`.
|
||||||
|
- Fixed `string->number` to return `#f` if the string cannot be converted.
|
||||||
|
|
||||||
# 0.3 - October 22, 2016
|
# 0.3 - October 22, 2016
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue