guile-commits
[Top][All Lists]
Advanced

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

[Guile-commits] 02/02: Minor NEWS updates


From: Andy Wingo
Subject: [Guile-commits] 02/02: Minor NEWS updates
Date: Sat, 18 Jun 2016 11:16:52 +0000 (UTC)

wingo pushed a commit to branch master
in repository guile.

commit d88869539ddee9a5a2e1e52fea67c8a6ade6876a
Author: Andy Wingo <address@hidden>
Date:   Sat Jun 18 13:16:04 2016 +0200

    Minor NEWS updates
    
    * NEWS: Minor updates.
---
 NEWS |    9 +++++++--
 1 file changed, 7 insertions(+), 2 deletions(-)

diff --git a/NEWS b/NEWS
index ff18b39..a54aa1d 100644
--- a/NEWS
+++ b/NEWS
@@ -28,8 +28,8 @@ performant and expressive as possible.
 
 The interface to the user has no significant change, neither on the C
 side nor on the Scheme side.  However this refactoring has changed the
-interface to the port implementor in an incompatible way.  See below for
-full details.
+interface to the port implementor in an incompatible way.  See
+"Incompatible changes" below for full details.
 
 ** All ports are now buffered, can be targets of `setvbuf'
 
@@ -57,6 +57,11 @@ locks.  For that reason we have removed port locks, and 
removed the
 * New interfaces
 ** `TCP_NODELAY' and `TCP_CORK' socket options, if provided by the system
 
+** `scm_c_put_latin1_chars', `scm_c_put_utf32_chars'
+
+Use these instead of `scm_lfwrite'.  See the new "Using Ports from C"
+section of the manual, for more.
+
 * New deprecations
 ** `_IONBF', `_IOLBF', and `_IOFBF'
 



reply via email to

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