From 330657577ca7d145e036c51cab54e6d29e5abd0d Mon Sep 17 00:00:00 2001 From: Justin Ethier Date: Thu, 7 Sep 2017 13:10:28 +0000 Subject: [PATCH] Include latest fix from wasamasa --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 130ce730..9605c11e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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. - 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`. +- wasamasa patched `read-string` to return EOF when no characters can be read. ## 0.6.2 - August 25, 2017