mirror of
https://github.com/justinethier/cyclone.git
synced 2025-05-23 20:15:05 +02:00
Prep for 0.11.8 release
This commit is contained in:
parent
0b7c2b0341
commit
2e660e8d5d
1 changed files with 15 additions and 0 deletions
15
_posts/2019-12-30-Released-Cyclone-Scheme-0.11.8.md
Normal file
15
_posts/2019-12-30-Released-Cyclone-Scheme-0.11.8.md
Normal file
|
@ -0,0 +1,15 @@
|
|||
---
|
||||
layout: post
|
||||
title: Released Cyclone Scheme 0.11.8
|
||||
excerpt: Improved support on various platforms and added missing bytevector functions.
|
||||
---
|
||||
|
||||
Features
|
||||
|
||||
- Added `read-bytevector`, `read-bytevector!`, and `write-bytevector` I/O functions from R7RS.
|
||||
|
||||
Bug Fixes
|
||||
|
||||
- Fixed Windows build using MSYS2 and setup a continuous integration job for this platform to prevent breaking this build in the future.
|
||||
- Tweaked build flags to prevent spamming of compiler warnings when using Clang.
|
||||
- Modified the compiler to ensure that a variable is not assigned to itself in the generated C code.
|
Loading…
Add table
Reference in a new issue