summaryrefslogtreecommitdiff
path: root/module/srfi/srfi-4
Commit message (Expand)AuthorAgeFilesLines
* New function srfi-4-vector-type-size in (srfi srfi-4 gnu)Daniel Llorens2021-12-061-3/+5
* Provide xxvector-copy and xxvector-copy! for srfi-4 vectorsDaniel Llorens2021-10-211-22/+98
* (srfi srfi-4 gnu) uses private define-bytevector-type from (srfi srfi-4)Andy Wingo2014-02-071-41/+4
* deprecate generalized vectors in favor of arraysAndy Wingo2013-02-181-4/+4
* Fix <TAG>vector-length when applied to other uniform vector typesMark H Weaver2012-03-011-2/+3
* fix c32vector-set!, c64vector-set!Andy Wingo2011-04-011-5/+5
* rename (rnrs bytevector) to (rnrs bytevectors)Andy Wingo2010-06-011-2/+2
* reimplement srfi-4 vectors on top of bytevectorsAndy Wingo2010-01-071-1/+65
* Fix copyright in `(srfi srfi-4 gnu)'.Ludovic Courtès2009-09-201-1/+1
* any->u8vector and family now implemented in SchemeAndy Wingo2009-07-191-0/+52