summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorAndy Wingo <wingo@pobox.com>2021-03-12 22:06:56 +0100
committerAndy Wingo <wingo@pobox.com>2021-03-12 22:08:16 +0100
commite30ee9047845751615ca6726e22b67aa9b38e187 (patch)
tree29a997fb7f97a7fae49a08b634e74a6ab2fac87a /NEWS
parent1c472fef54d1f9a632ec8f91ea6d00ccf55a026a (diff)
downloadguile-e30ee9047845751615ca6726e22b67aa9b38e187.tar.gz
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.
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS6
1 files changed, 0 insertions, 6 deletions
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 <eof>
-line separators it handled before.
-
** `read-syntax'
See "Annotated Scheme Read" in the manual.