summaryrefslogtreecommitdiff
path: root/test-suite/tests/arrays.test
AgeCommit message (Expand)AuthorFilesLines
2014-01-27array-contents returns root for empty arrays with empty rootDaniel Llorens1-0/+5
2014-01-27Fix compilation bugs with some kinds of typed arraysDaniel Llorens1-1/+9
2014-01-27Check more cases of array-contentsDaniel Llorens1-1/+11
2014-01-27Check the documented matching behavior of array-map!/copy!Daniel Llorens1-40/+0
2014-01-27Fix compilation errors when reading arrays at the replDaniel Llorens1-0/+63
2014-01-27Test that typed-array? returns #f with non-array argumentDaniel Llorens1-1/+7
2014-01-27Identify scm_is_vector with scm_is_simple_vectorDaniel Llorens1-1/+1
2014-01-27For uniform vectors SCM_I_ARRAYP can't be trueDaniel Llorens1-22/+36
2014-01-27Reorder arrays.testDaniel Llorens1-152/+152
2014-01-27Don't use scm_is_generalized_vector in transpose-arrayDaniel Llorens1-0/+13
2014-01-27Tests for transpose-arrayDaniel Llorens1-0/+32
2014-01-27Tests for shared-array-rootDaniel Llorens1-0/+29
2014-01-27Don't use generalized-vector functions in uniform.cDaniel Llorens1-4/+20
2013-04-05Remove double indirection in array-fill!Daniel Llorens1-1/+9
2013-04-05Tests for array-copy!Daniel Llorens1-0/+40
2013-02-18deprecate generalized vectors in favor of arraysAndy Wingo1-22/+0
2013-02-18optimize access to arrays of rank 1 or 2Andy Wingo1-2/+2
2012-11-03Fix `generalized-vector->list' indexing bug with shared arrays.Ludovic Courtès1-1/+31
2012-11-02test-suite: Add a nameless form of `pass-if-equal'.Ludovic Courtès1-5/+5
2011-12-22fix generalized-vector-{ref,set!} for slicesAndy Wingo1-1/+17
2010-04-07add docs and tests for array->listAndy Wingo1-0/+11
2010-04-01more fixes to equal? for arraysAndy Wingo1-0/+21
2010-03-31rename unif.test to arrays.testAndy Wingo1-6/+559
2010-03-31fix equal? between an array and a non-arrayAndy Wingo1-0/+23
2010-03-30Revert "fix equal? between an array and a non-array"Andy Wingo1-23/+0
2010-03-30fix equal? between an array and a non-arrayAndy Wingo1-0/+23