*** empty log message ***
This commit is contained in:
parent
3963764d1d
commit
5be5e69974
3 changed files with 18 additions and 0 deletions
|
|
@ -1,3 +1,8 @@
|
|||
2005-01-02 Marius Vollmer <mvo@zagadka.de>
|
||||
|
||||
* arrays.scm (uniform-vector-fill!, make-uniform-vector,
|
||||
make-uniform-array,list->uniform-array): Deprecated for real.
|
||||
|
||||
2004-12-29 Marius Vollmer <mvo@zagadka.de>
|
||||
|
||||
* arrays.scm (make-array, list->array): Removed.
|
||||
|
|
|
|||
|
|
@ -1,3 +1,8 @@
|
|||
2005-01-02 Marius Vollmer <mvo@zagadka.de>
|
||||
|
||||
* srfi-1.c: Use new vector elements API or simple vector API, as
|
||||
appropriate.
|
||||
|
||||
2005-01-02 Kevin Ryde <user42@zip.com.au>
|
||||
|
||||
* Makefile.am (srfi_DATA): Add srfi-39.scm.
|
||||
|
|
|
|||
|
|
@ -1,3 +1,11 @@
|
|||
2005-01-02 Marius Vollmer <mvo@zagadka.de>
|
||||
|
||||
* tests/unif.test: Rewritten for new 'typed' approach to uniform
|
||||
arrays.
|
||||
|
||||
* tests/sort.test: New tests, especially for sorting non-contigous
|
||||
and negative-incrementing vectors.
|
||||
|
||||
2005-01-02 Kevin Ryde <user42@zip.com.au>
|
||||
|
||||
* tests/srfi-39.test: Use define-module to keep bindings from
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue