Age | Commit message (Expand) | Author | Files | Lines |
---|---|---|---|---|
2021-12-06 | New function srfi-4-vector-type-size in (srfi srfi-4 gnu) | Daniel Llorens | 1 | -3/+5 |
2021-10-21 | Provide xxvector-copy and xxvector-copy! for srfi-4 vectors | Daniel Llorens | 1 | -22/+98 |
2014-02-07 | (srfi srfi-4 gnu) uses private define-bytevector-type from (srfi srfi-4) | Andy Wingo | 1 | -41/+4 |
2013-02-18 | deprecate generalized vectors in favor of arrays | Andy Wingo | 1 | -4/+4 |
2012-03-01 | Fix <TAG>vector-length when applied to other uniform vector types | Mark H Weaver | 1 | -2/+3 |
2011-04-01 | fix c32vector-set!, c64vector-set! | Andy Wingo | 1 | -5/+5 |
2010-06-01 | rename (rnrs bytevector) to (rnrs bytevectors) | Andy Wingo | 1 | -2/+2 |
2010-01-07 | reimplement srfi-4 vectors on top of bytevectors | Andy Wingo | 1 | -1/+65 |
2009-09-20 | Fix copyright in `(srfi srfi-4 gnu)'. | Ludovic Courtès | 1 | -1/+1 |
2009-07-19 | any->u8vector and family now implemented in Scheme | Andy Wingo | 1 | -0/+52 |