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-246-g57912


From: Mark H Weaver
Subject: [Guile-commits] GNU Guile branch, stable-2.0, updated. v2.0.7-246-g579127c
Date: Thu, 28 Mar 2013 01:14:49 +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=579127cce488ce208d62e68e679e34fbbdc17367

The branch, stable-2.0 has been updated
       via  579127cce488ce208d62e68e679e34fbbdc17367 (commit)
      from  10b8cf1ebdba6989e8c9b23838d2f20d6cb7d60b (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 579127cce488ce208d62e68e679e34fbbdc17367
Author: Mark H Weaver <address@hidden>
Date:   Wed Mar 27 21:11:06 2013 -0400

    SRFI-41 stream-null is a Scheme Variable, not a Constant.
    
    Suggested by Ludovic Courtès <address@hidden>.
    
    * doc/ref/srfi-modules.texi (SRFI-41 Stream Primitives):
      Label 'stream-null' as a Scheme Variable, not a Constant.

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

Summary of changes:
 doc/ref/srfi-modules.texi |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/doc/ref/srfi-modules.texi b/doc/ref/srfi-modules.texi
index 5b02aec..1fc6098 100644
--- a/doc/ref/srfi-modules.texi
+++ b/doc/ref/srfi-modules.texi
@@ -3867,7 +3867,7 @@ and the two kinds of streams, accessors for both fields 
of a
 @code{stream-pair}, and a lambda that creates procedures that return
 streams.
 
address@hidden {Constant} stream-null
address@hidden {Scheme Variable} stream-null
 A promise that, when forced, is a single object, distinguishable from
 all other objects, that represents the null stream.  @code{stream-null}
 is immutable and unique.


hooks/post-receive
-- 
GNU Guile



reply via email to

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