guile-commits
[Top][All Lists]
Advanced

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

[Guile-commits] GNU Guile branch, master, updated. release_1-9-6-141-gdf


From: Andy Wingo
Subject: [Guile-commits] GNU Guile branch, master, updated. release_1-9-6-141-gdfe13aa
Date: Mon, 11 Jan 2010 21:28:29 +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=dfe13aa2c82371dad3b455e79e295a21b50d4992

The branch, master has been updated
       via  dfe13aa2c82371dad3b455e79e295a21b50d4992 (commit)
      from  c6a4432bf184bf13a1fd97407103f0c37010b5a1 (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 dfe13aa2c82371dad3b455e79e295a21b50d4992
Author: Andy Wingo <address@hidden>
Date:   Mon Jan 11 22:29:38 2010 +0100

    remove section on enclose-array
    
    * doc/ref/api-compound.texi (Array Procedures): Remove section on
      `enclose-array', as it doesn't exist any more.

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

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

diff --git a/doc/ref/api-compound.texi b/doc/ref/api-compound.texi
index 69ef40d..e3c45e8 100644
--- a/doc/ref/api-compound.texi
+++ b/doc/ref/api-compound.texi
@@ -1492,45 +1492,6 @@ a @result{} #2((#f #f) (#f #t))
 @end example
 @end deffn
 
address@hidden {Scheme Procedure} enclose-array array dim1 @dots{}
address@hidden {C Function} scm_enclose_array (array, dimlist)
address@hidden, @var{dim2} @dots{} should be nonnegative integers less than
-the rank of @var{array}.  @code{enclose-array} returns an array
-resembling an array of shared arrays.  The dimensions of each shared
-array are the same as the @var{dim}th dimensions of the original array,
-the dimensions of the outer array are the same as those of the original
-array that did not match a @var{dim}.
-
-An enclosed array is not a general Scheme array.  Its elements may not
-be set using @code{array-set!}.  Two references to the same element of
-an enclosed array will be @code{equal?} but will not in general be
address@hidden  The value returned by @code{array-prototype} when given an
-enclosed array is unspecified.
-
-For example,
-
address@hidden
-(enclose-array '#3(((a b c)
-                    (d e f))
-                   ((1 2 3)
-                    (4 5 6)))
-               1)
address@hidden
-#<enclosed-array (#1(a d) #1(b e) #1(c f))
-                 (#1(1 4) #1(2 5) #1(3 6))>
-
-(enclose-array '#3(((a b c)
-                    (d e f))
-                   ((1 2 3)
-                    (4 5 6)))
-               1 0)
address@hidden
-#<enclosed-array #2((a 1) (d 4))
-                 #2((b 2) (e 5))
-                 #2((c 3) (f 6))>
address@hidden lisp
address@hidden deffn
-
 @deffn {Scheme Procedure} array-shape array
 @deffnx {Scheme Procedure} array-dimensions array
 @deffnx {C Function} scm_array_dimensions (array)


hooks/post-receive
-- 
GNU Guile




reply via email to

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