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.9-87-g803c08


From: Mark H Weaver
Subject: [Guile-commits] GNU Guile branch, stable-2.0, updated. v2.0.9-87-g803c087
Date: Fri, 13 Sep 2013 04:09:42 +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=803c087e6b72f59ed9e529c1e1ca4fbe34e8eda5

The branch, stable-2.0 has been updated
       via  803c087e6b72f59ed9e529c1e1ca4fbe34e8eda5 (commit)
      from  76702cdcefb1d4a149b78fa0a474d22bed348e75 (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 803c087e6b72f59ed9e529c1e1ca4fbe34e8eda5
Author: Mark H Weaver <address@hidden>
Date:   Thu Sep 12 23:58:32 2013 -0400

    Fix truncated documentation for 'put-char'.
    
    Fixes <http://bugs.gnu.org/15152>.
    Reported by Josep Portella Florit <address@hidden>.
    
    * doc/ref/api-io.texi (R6RS Textual Output): Fix truncated docs
      for 'put-char'.
    
    * THANKS: Add Josep Portella Florit to fixes section.

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

Summary of changes:
 THANKS              |    1 +
 doc/ref/api-io.texi |    1 +
 2 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/THANKS b/THANKS
index e325e38..222bcfd 100644
--- a/THANKS
+++ b/THANKS
@@ -74,6 +74,7 @@ For fixes or providing information which led to a fix:
           David Fang
           Barry Fishman
        Kevin J. Fletcher
+ Josep Portella Florit
         Charles Gagnon
              Fu-gangqiang
           Aidan Gauland
diff --git a/doc/ref/api-io.texi b/doc/ref/api-io.texi
index a0619df..f1170eb 100644
--- a/doc/ref/api-io.texi
+++ b/doc/ref/api-io.texi
@@ -2131,6 +2131,7 @@ index @var{start} and limiting to @var{count} octets.
 
 @deffn {Scheme Procedure} put-char port char
 Writes @var{char} to the port. The @code{put-char} procedure returns
+an unspecified value.
 @end deffn
 
 @deffn {Scheme Procedure} put-string port string


hooks/post-receive
-- 
GNU Guile



reply via email to

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