mirror of
https://github.com/justinethier/cyclone.git
synced 2025-07-14 16:27:35 +02:00
Revised 0.31.0 section
This commit is contained in:
parent
efece6a413
commit
68adb4c611
1 changed files with 3 additions and 3 deletions
|
@ -4,16 +4,16 @@
|
||||||
|
|
||||||
Features
|
Features
|
||||||
|
|
||||||
- Replaced placeholder versions of `numerator` and `denominator` with code conforming with R7RS.
|
- Built out `numerator` and `denominator` with code conforming to R7RS.
|
||||||
|
|
||||||
Bug Fixes
|
Bug Fixes
|
||||||
|
|
||||||
- Allow a record type to contain fields that are not initialized by the constructor.
|
|
||||||
- Fixed `read-line` to prevent data loss when used in conjunction with other I/O functions (such as `read-char`) to read data from the same port. This was because the previous version of `read-line` used a different internal buffer than our other I/O functions.
|
- Fixed `read-line` to prevent data loss when used in conjunction with other I/O functions (such as `read-char`) to read data from the same port. This was because the previous version of `read-line` used a different internal buffer than our other I/O functions.
|
||||||
- Properly handle vectors literals at the top level of compiled code. Previously this could lead to segmentation faults (!!) at runtime.
|
- Properly handle vectors literals at the top level of compiled code. Previously this could lead to segmentation faults (!!) at runtime.
|
||||||
- Fixed a bug in `make-list` that consumed all available memory when passing a negative list length.
|
- Fixed a bug in `make-list` that consumed all available memory when passing a negative list length.
|
||||||
|
- Allow a record type to contain fields that are not initialized by the constructor.
|
||||||
|
|
||||||
Bug Fixes for Compiler Warnings
|
Bug Fixes for C Compiler Warnings
|
||||||
|
|
||||||
- Eliminate clang compiler warnings referencing `EOF` when building the runtime.
|
- Eliminate clang compiler warnings referencing `EOF` when building the runtime.
|
||||||
- Updated runtime so the C compiler will no longer generate warnings regarding the string comparisons in `Cyc_st_add`. Previously this could result in these warnings being spammed to the console when compiling code using Cyclone.
|
- Updated runtime so the C compiler will no longer generate warnings regarding the string comparisons in `Cyc_st_add`. Previously this could result in these warnings being spammed to the console when compiling code using Cyclone.
|
||||||
|
|
Loading…
Add table
Reference in a new issue