*** empty log message ***
This commit is contained in:
parent
a483777244
commit
2aaf5726a3
3 changed files with 23 additions and 0 deletions
|
|
@ -1,3 +1,7 @@
|
|||
2005-01-06 Marius Vollmer <marius.vollmer@uni-dortmund.de>
|
||||
|
||||
* api-compound.texi: Finished(?) the new array API docs.
|
||||
|
||||
2005-01-02 Kevin Ryde <user42@zip.com.au>
|
||||
|
||||
* posix.texi (Pipes): Expand and clarify a bit. Describe port
|
||||
|
|
|
|||
|
|
@ -1,3 +1,17 @@
|
|||
2005-01-06 Marius Vollmer <marius.vollmer@uni-dortmund.de>
|
||||
|
||||
* srfi-4.h, srfi-4.c (scm_c_uniform_vector_element_size,
|
||||
scm_c_uniform_vector_size): Removed.
|
||||
(scm_array_handle_uniform_element_size): New.
|
||||
|
||||
|
||||
* unif.h (scm_array_handle_ref, scm_array_handle_set): Changed
|
||||
type of POS parameter to be signed, positions can be negative.
|
||||
(scm_array_handle_release): New, changed all uses of
|
||||
scm_t_array_handle to properly call it.
|
||||
(scm_vector_get_handle, scm_generalized_vector_get_handle):
|
||||
Renamed former to latter, changed all uses.
|
||||
|
||||
2005-01-05 Marius Vollmer <mvo@zagadka.de>
|
||||
|
||||
Updated bitvector routines to also use scm_t_array_handles.
|
||||
|
|
|
|||
|
|
@ -1,3 +1,8 @@
|
|||
2005-01-06 Marius Vollmer <marius.vollmer@uni-dortmund.de>
|
||||
|
||||
* tests/unif.test (have-llvect?): Removed, Scheme code will always
|
||||
have u64 and s64 uniform vectors.
|
||||
|
||||
2005-01-05 Marius Vollmer <mvo@zagadka.de>
|
||||
|
||||
* tests/unif.test: Use *unspecified* instead of #f to get an
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue