Fix bytevector-copy when applied to SRFI-4 homogeneous numeric vectors.
[bpt/guile.git] / test-suite / tests / arrays.test
2014-02-08 Andy WingoDeprecate general "uniform-vector" interface
2013-04-05 Daniel LlorensRemove double indirection in array-fill!
2013-04-05 Daniel LlorensTests for array-copy!
2013-02-18 Andy Wingodeprecate generalized vectors in favor of arrays
2013-02-18 Andy Wingooptimize access to arrays of rank 1 or 2
2012-11-02 Ludovic CourtèsFix `generalized-vector->list' indexing bug with shared...
2012-11-02 Ludovic Courtèstest-suite: Add a nameless form of `pass-if-equal'.
2011-12-22 Andy Wingofix generalized-vector-{ref,set!} for slices
2010-04-10 Neil JerramMerge branch 'master' into wip-manual-2
2010-04-07 Andy Wingoadd docs and tests for array->list
2010-03-31 Andy Wingomore fixes to equal? for arrays
2010-03-31 Andy Wingorename unif.test to arrays.test
2010-03-30 Andy Wingofix equal? between an array and a non-array
2010-03-30 Andy WingoRevert "fix equal? between an array and a non-array"
2010-03-30 Andy Wingofix equal? between an array and a non-array