diff options
author | Andy Wingo <wingo@pobox.com> | 2010-01-07 23:30:02 +0100 |
---|---|---|
committer | Andy Wingo <wingo@pobox.com> | 2010-01-07 23:30:02 +0100 |
commit | 27219b32c740ba55d88697829e05bf58120b86d9 (patch) | |
tree | 351228e87c8c3ed1df9988ba7e42a9b27d4b2a5d /doc/ref/api-data.texi | |
parent | a2689737679cf2553c118a1d96de7c9ddfec62b0 (diff) | |
download | guile-27219b32c740ba55d88697829e05bf58120b86d9.tar.gz |
update uniform vector docs
* doc/ref/api-compound.texi (Uniform Numeric Vectors): Make a subsection
of "Vectors", and link out to SRFI-4, where the main text has been
moved.
* doc/ref/api-data.texi (Bytevectors as Uniform Vectors): New section.
* doc/ref/srfi-modules.texi (SRFI-4): Move body of uniform vector docs
here. Discuss new module separation. Discuss relation to bytevectors.
Diffstat (limited to 'doc/ref/api-data.texi')
-rwxr-xr-x | doc/ref/api-data.texi | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/doc/ref/api-data.texi b/doc/ref/api-data.texi index 8e797acc3..bcde697c4 100755 --- a/doc/ref/api-data.texi +++ b/doc/ref/api-data.texi @@ -1,6 +1,6 @@ @c -*-texinfo-*- @c This is part of the GNU Guile Reference Manual. -@c Copyright (C) 1996, 1997, 2000, 2001, 2002, 2003, 2004, 2006, 2007, 2008, 2009 +@c Copyright (C) 1996, 1997, 2000, 2001, 2002, 2003, 2004, 2006, 2007, 2008, 2009, 2010 @c Free Software Foundation, Inc. @c See the file guile.texi for copying conditions. @@ -3942,6 +3942,7 @@ R6RS (@pxref{R6RS I/O Ports}). * Bytevectors as Floats:: Interpreting bytes as real numbers. * Bytevectors as Strings:: Interpreting bytes as Unicode strings. * Bytevectors as Generalized Vectors:: Guile extension to the bytevector API. +* Bytevectors as Uniform Vectors:: Bytevectors and SRFI-4. @end menu @node Bytevector Endianness @@ -4338,6 +4339,13 @@ these APIs, bytes are accessed one at a time as 8-bit unsigned integers: @end example +@node Bytevectors as Uniform Vectors +@subsubsection Accessing Bytevectors with the SRFI-4 API + +Bytevectors may also be accessed with the SRFI-4 API. @xref{SRFI-4 and +Bytevectors}, for more information. + + @node Regular Expressions @subsection Regular Expressions @tpindex Regular expressions |