summaryrefslogtreecommitdiff
path: root/test-suite/tests/arrays.test
AgeCommit message (Expand)AuthorFilesLines
2021-08-16Remove the 'simple vector' conceptDaniel Llorens1-1/+1
2021-03-03Fix bug in new array readerDaniel Llorens1-1/+35
2021-03-02Fix another typo in routine reading arraysDaniel Llorens1-1/+5
2017-10-31Fix bitvectors and non-zero lower bound arrays in truncated-printDaniel Llorens1-1/+54
2017-01-09Final names for new array functionsDaniel Llorens1-24/+24
2016-11-23Deprecate scm_from_contiguous_arrayDaniel Llorens1-0/+6
2016-11-23New functions array-from, array-from*, array-amend!Daniel Llorens1-3/+112
2016-11-23Avoid unneeded internal use of array handlesDaniel Llorens1-13/+63
2016-11-23Fix compilation of rank 0 typed array literalsDaniel Llorens1-1/+7
2015-02-18Non-vector 1D arrays print as #1()Daniel Llorens1-1/+13
2014-09-30Run some of arrays.test under both compiler & interpreterDaniel Llorens1-33/+36
2014-02-10array-contents returns root for empty arrays with empty rootDaniel Llorens1-0/+5
2014-02-10Add tests for more kinds of typed arrays.Daniel Llorens1-1/+9
2014-02-10Check more cases of array-contentsDaniel Llorens1-1/+10
2014-02-10Refactor array-contentsDaniel Llorens1-0/+65
2014-02-10Check the documented matching behavior of array-map!/copy!Daniel Llorens1-40/+0
2014-02-09Test that typed-array? returns #f with non-array argumentDaniel Llorens1-1/+7
2014-02-08Change uses of scm_is_simple_vector to scm_is_vectorDaniel Llorens1-1/+1
2014-02-08Merge commit 'fb7dd00169304a5922838e4d2f25253640a35def'Andy Wingo1-18/+11
2014-02-08Deprecate general "uniform-vector" interfaceAndy Wingo1-13/+6
2014-02-06Reorder arrays.testDaniel Llorens1-152/+152
2014-02-06Don't use scm_is_generalized_vector in transpose-arrayDaniel Llorens1-0/+13
2014-02-06Tests for transpose-arrayDaniel Llorens1-0/+32
2014-02-06Tests for shared-array-rootDaniel Llorens1-0/+29
2014-02-06Don'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