~ chicken-core (master) 811e5b8694f9e4fe069bd03b624ab8b354ac1926
commit 811e5b8694f9e4fe069bd03b624ab8b354ac1926
Author: felix <felix@call-with-current-continuation.org>
AuthorDate: Sat Aug 22 11:44:15 2026 +0200
Commit: felix <felix@call-with-current-continuation.org>
CommitDate: Sat Aug 22 11:44:15 2026 +0200
updated NEWS, wording in README
diff --git a/NEWS b/NEWS
index ff69a188..3709c56a 100644
--- a/NEWS
+++ b/NEWS
@@ -4,6 +4,9 @@
- Writing to an output bytevector could write beyond allocated range,
as the buffer wasn't resized large enough.
- The default range used in `bytes->string' was calculated incorrectly.
+ - Fixed various bugs in the implementation of the use of explicit port
+ methods for reading bytevectors in custom input ports.
+ - Fixed implementation of `read-buffered' for string input-ports.
6.0.0
diff --git a/README b/README
index 868ee53b..9884a45b 100644
--- a/README
+++ b/README
@@ -13,7 +13,7 @@ _/ _/ _/ _/ _/ _/ _/ _/ _/ _/_/
=========================================
- (c) 2008-2022, The CHICKEN Team
+ (c) 2008, The CHICKEN Team
(c) 2000-2007, Felix L. Winkelmann
version 6.0.0
Trap