mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-05-20 11:40:18 +02:00
Update 'NEWS'.
This commit is contained in:
parent
7520a9b95d
commit
7ca88a403f
1 changed files with 7 additions and 0 deletions
7
NEWS
7
NEWS
|
@ -97,6 +97,13 @@ faster, because it avoids building a rest list. Similarly, the
|
|||
one-argument case of `array-for-each' and `array-map!' has been
|
||||
optimized, and `array-copy!' and `array-fill!' are faster.
|
||||
|
||||
** `peek-char' no longer consumes EOF
|
||||
|
||||
As required by the R5RS, if `peek-char' returns EOF, then the next read
|
||||
will also return EOF. Previously `peek-char' would consume the EOF.
|
||||
This makes a difference for terminal devices where it is possible to
|
||||
read past an EOF.
|
||||
|
||||
** Gnulib update
|
||||
|
||||
Guile's copy of Gnulib was updated to v0.0-7865-ga828bb2. The following
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue