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-266-g36929


From: Mark H Weaver
Subject: [Guile-commits] GNU Guile branch, stable-2.0, updated. v2.0.7-266-g3692948
Date: Mon, 01 Apr 2013 16:35:51 +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=369294866dd7ee01ebf821df2a119ea55b1e68fd

The branch, stable-2.0 has been updated
       via  369294866dd7ee01ebf821df2a119ea55b1e68fd (commit)
      from  de2bc673bba931a70e3b96336cab6512a47541fe (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 369294866dd7ee01ebf821df2a119ea55b1e68fd
Author: Mark H Weaver <address@hidden>
Date:   Mon Apr 1 12:28:25 2013 -0400

    Fix broken texinfo markup in (ice-9 iconv) docs.
    
    * doc/ref/api-data.texi (Representing Strings as Bytes): Fix broken
      @deffn syntax.

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

Summary of changes:
 doc/ref/api-data.texi |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/doc/ref/api-data.texi b/doc/ref/api-data.texi
index 0a5a2de..dc1b761 100644
--- a/doc/ref/api-data.texi
+++ b/doc/ref/api-data.texi
@@ -4222,7 +4222,7 @@ Unlike the rest of the procedures in this section, you 
have to load the
 (use-modules (ice-9 iconv))
 @end example
 
address@hidden string->bytevector string encoding [conversion-strategy]
address@hidden {Scheme Procedure} string->bytevector string encoding 
[conversion-strategy]
 Encode @var{string} as a sequence of bytes.
 
 The string will be encoded in the character set specified by the
@@ -4236,7 +4236,7 @@ bytevectors.  @xref{Ports}, for more on character 
encodings and
 conversion strategies.
 @end deffn
 
address@hidden bytevector->string bytevector encoding [conversion-strategy]
address@hidden {Scheme Procedure} bytevector->string bytevector encoding 
[conversion-strategy]
 Decode @var{bytevector} into a string.
 
 The bytes will be decoded from the character set by the @var{encoding}
@@ -4247,7 +4247,7 @@ argument to modify this behavior.  @xref{Ports}, for more 
on character
 encodings and conversion strategies.
 @end deffn
 
address@hidden call-with-output-encoded-string encoding proc 
[conversion-strategy]
address@hidden {Scheme Procedure} call-with-output-encoded-string encoding proc 
[conversion-strategy]
 Like @code{call-with-output-string}, but instead of returning a string,
 returns a encoding of the string according to @var{encoding}, as a
 bytevector.  This procedure can be more efficient than collecting a


hooks/post-receive
-- 
GNU Guile



reply via email to

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