guile-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Guile-commits] branch master updated: Add read-line and ftw changes to


From: Mike Gran
Subject: [Guile-commits] branch master updated: Add read-line and ftw changes to NEWS
Date: Thu, 11 Mar 2021 23:04:14 -0500

This is an automated email from the git hooks/post-receive script.

mike121 pushed a commit to branch master
in repository guile.

The following commit(s) were added to refs/heads/master by this push:
     new 1c472fe  Add read-line and ftw changes to NEWS
1c472fe is described below

commit 1c472fef54d1f9a632ec8f91ea6d00ccf55a026a
Author: Michael Gran <spk121@yahoo.com>
AuthorDate: Thu Mar 11 20:03:10 2021 -0800

    Add read-line and ftw changes to NEWS
    
    * NEWS: updated
---
 NEWS | 7 +++++++
 1 file changed, 7 insertions(+)

diff --git a/NEWS b/NEWS
index b24e3d9..2ac599a 100644
--- a/NEWS
+++ b/NEWS
@@ -166,6 +166,12 @@ 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.
@@ -188,6 +194,7 @@ See "Syntax Transformer Helpers" in the manual.
 ** Fix reverse-list->string docstring
 ** Fix R7RS "member" result when no item found
 ** Fix make-transcoded-port on input+output ports
+** Fix (ice-9 ftw) on filesystems where inode values are meaningless
 ** Fix many bugs that prevented Guile from building on MinGW
 ** Fix many bugs that prevented Guile's test suite from running on MinGW
 



reply via email to

[Prev in Thread] Current Thread [Next in Thread]