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.5-42-g7cc8ef


From: Mark H Weaver
Subject: [Guile-commits] GNU Guile branch, stable-2.0, updated. v2.0.5-42-g7cc8ef6
Date: Sun, 12 Feb 2012 22:09:36 +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=7cc8ef6235f65db9642ad95b83bf90d043d5395b

The branch, stable-2.0 has been updated
       via  7cc8ef6235f65db9642ad95b83bf90d043d5395b (commit)
      from  164a78b355908d2149ef1ef266bec26d56b73365 (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 7cc8ef6235f65db9642ad95b83bf90d043d5395b
Author: Mark H Weaver <address@hidden>
Date:   Sun Feb 12 17:05:28 2012 -0500

    Fix manual: scm_foreign_to_bytevector to scm_pointer_to_bytevector
    
    * doc/ref/api-foreign.texi (Void Pointers and Byte Access): Fix outdated
      function name: scm_foreign_to_bytevector to scm_pointer_to_bytevector.

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

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

diff --git a/doc/ref/api-foreign.texi b/doc/ref/api-foreign.texi
index 2e60d8a..3097a52 100644
--- a/doc/ref/api-foreign.texi
+++ b/doc/ref/api-foreign.texi
@@ -594,7 +594,7 @@ module contains procedures that can be used to convert byte 
sequences to
 Scheme objects such as strings, floating point numbers, or integers.
 
 @deffn {Scheme Procedure} pointer->bytevector pointer len [offset [uvec_type]]
address@hidden {C Function} scm_foreign_to_bytevector (pointer, len, offset, 
uvec_type)
address@hidden {C Function} scm_pointer_to_bytevector (pointer, len, offset, 
uvec_type)
 Return a bytevector aliasing the @var{len} bytes pointed to by
 @var{pointer}.
 


hooks/post-receive
-- 
GNU Guile



reply via email to

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