summaryrefslogtreecommitdiff
path: root/module/srfi/srfi-4/gnu.scm
AgeCommit message (Expand)AuthorFilesLines
2021-12-06New function srfi-4-vector-type-size in (srfi srfi-4 gnu)Daniel Llorens1-3/+5
2021-10-21Provide xxvector-copy and xxvector-copy! for srfi-4 vectorsDaniel Llorens1-22/+98
2014-02-07(srfi srfi-4 gnu) uses private define-bytevector-type from (srfi srfi-4)Andy Wingo1-41/+4
2013-02-18deprecate generalized vectors in favor of arraysAndy Wingo1-4/+4
2012-03-01Fix <TAG>vector-length when applied to other uniform vector typesMark H Weaver1-2/+3
2011-04-01fix c32vector-set!, c64vector-set!Andy Wingo1-5/+5
2010-06-01rename (rnrs bytevector) to (rnrs bytevectors)Andy Wingo1-2/+2
2010-01-07reimplement srfi-4 vectors on top of bytevectorsAndy Wingo1-1/+65
2009-09-20Fix copyright in `(srfi srfi-4 gnu)'.Ludovic Courtès1-1/+1
2009-07-19any->u8vector and family now implemented in SchemeAndy Wingo1-0/+52