From 7ca88a403f1a81e7ab48f2b5a6d5d07ed4b5ef9b Mon Sep 17 00:00:00 2001 From: Mark H Weaver Date: Mon, 8 Apr 2013 08:58:00 -0400 Subject: [PATCH] Update 'NEWS'. --- NEWS | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/NEWS b/NEWS index 475f2cba7..876da291c 100644 --- a/NEWS +++ b/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 -- 2.20.1