mirror of
https://github.com/justinethier/cyclone.git
synced 2025-07-12 23:37:38 +02:00
Include latest fix from wasamasa
This commit is contained in:
parent
8fe853dfac
commit
330657577c
1 changed files with 1 additions and 0 deletions
|
@ -13,6 +13,7 @@ Bug Fixes
|
||||||
- String ports created by `open-input-string` returned an extra garbage byte. This has been fixed by a patch from wasamasa.
|
- String ports created by `open-input-string` returned an extra garbage byte. This has been fixed by a patch from wasamasa.
|
||||||
- Prevent segfaults when allocating large strings using `make-string`.
|
- Prevent segfaults when allocating large strings using `make-string`.
|
||||||
- Added a fix from wasamasa to escape double quotation marks in strings when output via `write`.
|
- Added a fix from wasamasa to escape double quotation marks in strings when output via `write`.
|
||||||
|
- wasamasa patched `read-string` to return EOF when no characters can be read.
|
||||||
|
|
||||||
## 0.6.2 - August 25, 2017
|
## 0.6.2 - August 25, 2017
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue