diff --git a/ice-9/ChangeLog b/ice-9/ChangeLog index bed8abe89..7eeb34c6e 100644 --- a/ice-9/ChangeLog +++ b/ice-9/ChangeLog @@ -1,3 +1,8 @@ +2005-01-02 Marius Vollmer + + * arrays.scm (uniform-vector-fill!, make-uniform-vector, + make-uniform-array,list->uniform-array): Deprecated for real. + 2004-12-29 Marius Vollmer * arrays.scm (make-array, list->array): Removed. diff --git a/srfi/ChangeLog b/srfi/ChangeLog index 53c71ced0..d96fbe844 100644 --- a/srfi/ChangeLog +++ b/srfi/ChangeLog @@ -1,3 +1,8 @@ +2005-01-02 Marius Vollmer + + * srfi-1.c: Use new vector elements API or simple vector API, as + appropriate. + 2005-01-02 Kevin Ryde * Makefile.am (srfi_DATA): Add srfi-39.scm. diff --git a/test-suite/ChangeLog b/test-suite/ChangeLog index 50801bb71..f5c0e5dca 100644 --- a/test-suite/ChangeLog +++ b/test-suite/ChangeLog @@ -1,3 +1,11 @@ +2005-01-02 Marius Vollmer + + * 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 * tests/srfi-39.test: Use define-module to keep bindings from