guile-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Guile-commits] 24/24: Remove uniform-array-read!, uniform-array-write f


From: Daniel Llorens
Subject: [Guile-commits] 24/24: Remove uniform-array-read!, uniform-array-write from the manual
Date: Thu, 23 Jun 2016 11:22:44 +0000 (UTC)

lloda pushed a commit to branch lloda-array-support
in repository guile.

commit b7adfdca696d3ae612a802a0816114f97a872b91
Author: Daniel Llorens <address@hidden>
Date:   Thu Jun 23 12:15:31 2016 +0200

    Remove uniform-array-read!, uniform-array-write from the manual
    
    These procedures where removed in
    fc7bd367ab4b5027a7f80686b1e229c62e43c90b (2011-05-12).
    
    * doc/ref/api-compound.texi: Ditto.
---
 doc/ref/api-compound.texi |   33 ---------------------------------
 1 file changed, 33 deletions(-)

diff --git a/doc/ref/api-compound.texi b/doc/ref/api-compound.texi
index ef4869c..dde814c 100644
--- a/doc/ref/api-compound.texi
+++ b/doc/ref/api-compound.texi
@@ -1569,39 +1569,6 @@ $\left(\matrix{%
 @end example
 @end deffn
 
address@hidden {Scheme Procedure} uniform-array-read! ra [port_or_fd [start 
[end]]]
address@hidden {C Function} scm_uniform_array_read_x (ra, port_or_fd, start, 
end)
-Attempt to read all elements of array @var{ra}, in lexicographic order, as
-binary objects from @var{port_or_fd}.
-If an end of file is encountered,
-the objects up to that point are put into @var{ra}
-(starting at the beginning) and the remainder of the array is
-unchanged.
-
-The optional arguments @var{start} and @var{end} allow
-a specified region of a vector (or linearized array) to be read,
-leaving the remainder of the vector unchanged.
-
address@hidden returns the number of objects read.
address@hidden may be omitted, in which case it defaults to the value
-returned by @code{(current-input-port)}.
address@hidden deffn
-
address@hidden {Scheme Procedure} uniform-array-write ra [port_or_fd [start 
[end]]]
address@hidden {C Function} scm_uniform_array_write (ra, port_or_fd, start, end)
-Writes all elements of @var{ra} as binary objects to
address@hidden
-
-The optional arguments @var{start}
-and @var{end} allow
-a specified region of a vector (or linearized array) to be written.
-
-The number of objects actually written is returned.
address@hidden may be
-omitted, in which case it defaults to the value returned by
address@hidden(current-output-port)}.
address@hidden deffn
-
 @node Shared Arrays
 @subsubsection Shared Arrays
 



reply via email to

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