summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark H Weaver <mhw@netris.org>2013-04-08 08:58:00 -0400
committerMark H Weaver <mhw@netris.org>2013-04-08 08:58:00 -0400
commit7ca88a403f1a81e7ab48f2b5a6d5d07ed4b5ef9b (patch)
tree1060a4bb78f86cb6753f6dbe0e947d6a6159ed37
parent7520a9b95d2661cf40f6c1bf8be79f38ca632516 (diff)
downloadguile-7ca88a403f1a81e7ab48f2b5a6d5d07ed4b5ef9b.tar.gz
Update 'NEWS'.
-rw-r--r--NEWS7
1 files changed, 7 insertions, 0 deletions
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