mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-05-21 12:10:26 +02:00
Minor NEWS updates
* NEWS: Minor updates.
This commit is contained in:
parent
0c1ee6eae6
commit
d88869539d
1 changed files with 7 additions and 2 deletions
9
NEWS
9
NEWS
|
@ -28,8 +28,8 @@ performant and expressive as possible.
|
||||||
|
|
||||||
The interface to the user has no significant change, neither on the C
|
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
|
side nor on the Scheme side. However this refactoring has changed the
|
||||||
interface to the port implementor in an incompatible way. See below for
|
interface to the port implementor in an incompatible way. See
|
||||||
full details.
|
"Incompatible changes" below for full details.
|
||||||
|
|
||||||
** All ports are now buffered, can be targets of `setvbuf'
|
** 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
|
* New interfaces
|
||||||
** `TCP_NODELAY' and `TCP_CORK' socket options, if provided by the system
|
** `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
|
* New deprecations
|
||||||
** `_IONBF', `_IOLBF', and `_IOFBF'
|
** `_IONBF', `_IOLBF', and `_IOFBF'
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue