1
Fork 0
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:
Mark H Weaver 2013-04-08 08:58:00 -04:00
parent 7520a9b95d
commit 7ca88a403f

7
NEWS
View file

@ -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