Marius Vollmer
|
a483777244
|
(have-llvect?): Removed, Scheme code will always
have u64 and s64 uniform vectors.
|
2005-01-06 18:58:30 +00:00 |
|
Marius Vollmer
|
28c1c15c75
|
Use *unspecified* instead of #f to get an uninitialized array.
|
2005-01-04 23:41:48 +00:00 |
|
Marius Vollmer
|
3963764d1d
|
Rewritten for new 'typed' approach to uniform arrays.
|
2005-01-02 21:03:52 +00:00 |
|
Marius Vollmer
|
bd6713d5ea
|
Replaced uniform-array-set1! with just array-set!. Do not check
improper index lists, which can't arise with uarray-set!. Use
"#s16()" instead of "#h()".
|
2004-11-12 19:00:22 +00:00 |
|
Marius Vollmer
|
af4701b0de
|
Removed tests that tried to store a character into a byte vector,
which no longer works. Characters are not bytes.
|
2004-10-27 19:34:17 +00:00 |
|
Marius Vollmer
|
400f0fb716
|
(array-equal?): New test.
|
2004-09-29 15:49:38 +00:00 |
|
Kevin Ryde
|
2291a3a7e9
|
(array-fill!): Exercise byte range and type checks.
|
2004-08-06 01:08:12 +00:00 |
|
Kevin Ryde
|
3fdb855887
|
(uniform-vector-ref): Exercise byte returns.
|
2004-08-06 00:27:31 +00:00 |
|
Kevin Ryde
|
7f9ca7c3d7
|
(array-set!): Exercise byte array range checks.
|
2004-08-06 00:17:12 +00:00 |
|
Kevin Ryde
|
a1f3180a92
|
(array-set!): Exercise svect value range check.
|
2004-07-27 23:27:51 +00:00 |
|
Kevin Ryde
|
d2866d6e2f
|
(array?, array-fill!, array-prototype): Add tests.
|
2004-02-12 00:23:42 +00:00 |
|
Kevin Ryde
|
f410f8e7ba
|
New file.
(uniform-array-set1!): Exercise this, in particular previous segv on
improper arg list.
|
2004-01-06 22:19:23 +00:00 |
|