mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-06-21 19:20:21 +02:00
Blurb about new guarantee of port-for-each
This commit is contained in:
parent
1be4270af3
commit
a6dfbbbbce
1 changed files with 9 additions and 0 deletions
9
NEWS
9
NEWS
|
@ -109,6 +109,15 @@ Example:
|
|||
|
||||
* Changes to Scheme functions and syntax
|
||||
|
||||
** `port-for-each' makes an additional guarantee.
|
||||
|
||||
From the docstring: @var{proc} is applied exactly once to every port
|
||||
that exists in the system at the time @var{port-for-each} is invoked.
|
||||
Changes to the port table while @var{port-for-each} is running have no
|
||||
effect as far as @var{port-for-each} is concerned.
|
||||
|
||||
This guarantee is important to make (ice-9 popen) work reliable.
|
||||
|
||||
** The semantics of guardians have changed.
|
||||
|
||||
The changes are for the most part compatible. An important criterion
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue