diff options
author | Andy Wingo <wingo@pobox.com> | 2016-06-18 13:16:04 +0200 |
---|---|---|
committer | Andy Wingo <wingo@pobox.com> | 2016-06-18 13:16:04 +0200 |
commit | d88869539ddee9a5a2e1e52fea67c8a6ade6876a (patch) | |
tree | 056b3dcad158f83451bfbedeef34667ccf8acca5 /NEWS | |
parent | 0c1ee6eae63bf6ea5e516569d1c6ead4afde39f2 (diff) |
Minor NEWS updates
* NEWS: Minor updates.
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 9 |
1 files changed, 7 insertions, 2 deletions
@@ -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' |