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.6-102-g6356e


From: Ian Price
Subject: [Guile-commits] GNU Guile branch, stable-2.0, updated. v2.0.6-102-g6356e0d
Date: Mon, 26 Nov 2012 21:05:21 +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=6356e0dc2f95cdf3883f92f480c130957be49817

The branch, stable-2.0 has been updated
       via  6356e0dc2f95cdf3883f92f480c130957be49817 (commit)
       via  085552d83d647a05b8ab33810ce50401d0f3afe4 (commit)
      from  5d7c55bdcffbc326e775b0b9c881a01e44eee160 (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 6356e0dc2f95cdf3883f92f480c130957be49817
Author: Ian Price <address@hidden>
Date:   Mon Nov 26 21:04:03 2012 +0000

    Update thanks
    
    * THANKS: Add Sjoerd Van Leent

commit 085552d83d647a05b8ab33810ce50401d0f3afe4
Author: Ian Price <address@hidden>
Date:   Mon Nov 26 01:24:51 2012 +0000

    Fix docs for `hashtable-copy'
    
    * doc/ref/r6rs.texi (rnrs hashtables): a true mutable argument means a
      mutable copy.

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

Summary of changes:
 THANKS            |    1 +
 doc/ref/r6rs.texi |    4 ++--
 2 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/THANKS b/THANKS
index 2dbf570..d0b4e55 100644
--- a/THANKS
+++ b/THANKS
@@ -156,6 +156,7 @@ For fixes or providing information which led to a fix:
      Panagiotis Vossos
         Neil W. Van Dyke
           Aaron VanDevender
+         Sjoerd Van Leent
        Andreas Vögele
         Michael Talbot-Wilson
         Michael Tuexen
diff --git a/doc/ref/r6rs.texi b/doc/ref/r6rs.texi
index f9bc9e9..2028ada 100644
--- a/doc/ref/r6rs.texi
+++ b/doc/ref/r6rs.texi
@@ -2101,8 +2101,8 @@ immutable.
 @deffn {Scheme Procedure} hashtable-copy hashtable
 @deffnx {Scheme Procedure} hashtable-copy hashtable mutable
 Returns a copy of the hash table @var{hashtable}.  If the optional
-argument @var{mutable} is a true value, the new hash table will be
-immutable.
+argument @var{mutable} is provided and is a true value, the new hash
+table will be mutable.
 @end deffn
 
 @deffn {Scheme Procedure} hashtable-clear! hashtable


hooks/post-receive
-- 
GNU Guile



reply via email to

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