mirror of
https://github.com/justinethier/cyclone.git
synced 2025-07-16 17:27:33 +02:00
Added library updates
This commit is contained in:
parent
87910d4ffe
commit
7d4c1c4fd2
1 changed files with 1 additions and 0 deletions
|
@ -19,3 +19,4 @@ Bug Fixes:
|
||||||
- Updated `number->string` to omit leading zeros for binary conversions.
|
- Updated `number->string` to omit leading zeros for binary conversions.
|
||||||
- Fixed `apply` to use the proper semantics when receiving more than one data argument.
|
- Fixed `apply` to use the proper semantics when receiving more than one data argument.
|
||||||
- Changed the `assoc` and `member` functions to accept an optional comparison function, and modified both families of functions to be native Scheme functions instead of C primitives.
|
- Changed the `assoc` and `member` functions to accept an optional comparison function, and modified both families of functions to be native Scheme functions instead of C primitives.
|
||||||
|
- Allow libraries to contain multiple `import`, `begin`, and `export` sections.
|
||||||
|
|
Loading…
Add table
Reference in a new issue