~ chicken-core (master) b6ccf049c8c279357df020ca7e7451926e14c822
commit b6ccf049c8c279357df020ca7e7451926e14c822
Author: felix <felix@call-with-current-continuation.org>
AuthorDate: Tue Sep 1 21:59:28 2026 +0200
Commit: felix <felix@call-with-current-continuation.org>
CommitDate: Tue Sep 1 21:59:28 2026 +0200
mention tcp/process port changes in NEWS
diff --git a/NEWS b/NEWS
index b3043012..2036c50e 100644
--- a/NEWS
+++ b/NEWS
@@ -22,6 +22,9 @@
returning #f instead (reported by "crzcrz").
- Fixed various potential buffer overflows in runtime system, reported
with fixes by "crzcrz".
+ - Fixed several bugs in input decoding from TCP and process ports,
+ special thanks to "crzcrz" for the considerable help in analyzing
+ and testing the problem and it's solution.
- Syntax expander
- Fixed bug in handling of "export-all" library declaration which caused
@@ -29,7 +32,7 @@
- Tools
- Added new global egg property "custom-build" which allows completely
- overriding the build instructions.
+ overriding the build instructions for an egg.
- Compiler
- Added missing option "-merge-reusable-closures" at optimization level
Trap