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.0-201-gc3d84


From: Mark H Weaver
Subject: [Guile-commits] GNU Guile branch, stable-2.0, updated. v2.0.0-201-gc3d8450
Date: Thu, 21 Apr 2011 13:58:39 +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=c3d8450c757d1a98b44b3556a334bbebe1ad6f37

The branch, stable-2.0 has been updated
       via  c3d8450c757d1a98b44b3556a334bbebe1ad6f37 (commit)
      from  68a78738a4a3248c8c5ea1965936998763ff2d2e (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 c3d8450c757d1a98b44b3556a334bbebe1ad6f37
Author: Mark H Weaver <address@hidden>
Date:   Thu Apr 21 09:56:11 2011 -0400

    Clarify units of string length in decription of scm_from_stringn
    
    * doc/ref/api-data.texi (Conversion to/from C): In description of
      scm_from_stringn, clarify that the length is specified in bytes.

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

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

diff --git a/doc/ref/api-data.texi b/doc/ref/api-data.texi
index 0cae22f..9825bef 100644
--- a/doc/ref/api-data.texi
+++ b/doc/ref/api-data.texi
@@ -4293,7 +4293,7 @@ character.
 
 @deftypefn {C Function} SCM scm_from_stringn (const char *str, size_t len, 
const char *encoding, scm_t_string_failed_conversion_handler handler)
 This function returns a scheme string from the C string @var{str}.  The
-length of the C string is input as @var{len}.  The encoding of the C
+length in bytes of the C string is input as @var{len}.  The encoding of the C
 string is passed as the ASCII, null-terminated C string @code{encoding}.
 The @var{handler} parameters suggests a strategy for dealing with
 unconvertable characters.


hooks/post-receive
-- 
GNU Guile



reply via email to

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