From e30ee9047845751615ca6726e22b67aa9b38e187 Mon Sep 17 00:00:00 2001 From: Andy Wingo Date: Fri, 12 Mar 2021 22:06:56 +0100 Subject: Revert "Handle CRLF and Unicode line endings in read-line" This reverts commit 0f983e3db0c43ad7c89f57ea84f792ede373ba0c. After discussing with Mike we are going to punt the read-line changes for now. Open the port in O_TEXT mode if you want to chomp the CR in CFLF sequences. --- NEWS | 6 ------ 1 file changed, 6 deletions(-) (limited to 'NEWS') diff --git a/NEWS b/NEWS index 2ac599a1c..ec3d096d1 100644 --- a/NEWS +++ b/NEWS @@ -166,12 +166,6 @@ See the newly reorganized "Foreign Function Interface", for details. These new interfaces replace `dynamic-link', `dynamic-pointer' and similar, which will eventually be deprecated. -** `read-line' - -This now accepts return + newline and the Unicode line separator and -paragraph separator as line separators, as well as the newline and -line separators it handled before. - ** `read-syntax' See "Annotated Scheme Read" in the manual. -- cgit v1.2.1