guile-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Guile-commits] GNU Guile branch, stable-2.0, updated. v2.0.7-326-g7ca88


From: Mark H Weaver
Subject: [Guile-commits] GNU Guile branch, stable-2.0, updated. v2.0.7-326-g7ca88a4
Date: Mon, 08 Apr 2013 12:58:33 +0000

This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "GNU Guile".

http://git.savannah.gnu.org/cgit/guile.git/commit/?id=7ca88a403f1a81e7ab48f2b5a6d5d07ed4b5ef9b

The branch, stable-2.0 has been updated
       via  7ca88a403f1a81e7ab48f2b5a6d5d07ed4b5ef9b (commit)
      from  7520a9b95d2661cf40f6c1bf8be79f38ca632516 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 7ca88a403f1a81e7ab48f2b5a6d5d07ed4b5ef9b
Author: Mark H Weaver <address@hidden>
Date:   Mon Apr 8 08:58:00 2013 -0400

    Update 'NEWS'.

-----------------------------------------------------------------------

Summary of changes:
 NEWS |    7 +++++++
 1 files changed, 7 insertions(+), 0 deletions(-)

diff --git a/NEWS b/NEWS
index 475f2cb..876da29 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


hooks/post-receive
-- 
GNU Guile



reply via email to

[Prev in Thread] Current Thread [Next in Thread]