mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-06-12 06:41:13 +02:00
*** empty log message ***
This commit is contained in:
parent
34ea161776
commit
74c58fce0f
2 changed files with 11 additions and 1 deletions
|
@ -1,5 +1,8 @@
|
||||||
2005-01-10 Marius Vollmer <mvo@zagadka.de>
|
2005-01-10 Marius Vollmer <mvo@zagadka.de>
|
||||||
|
|
||||||
|
* ramap.c: Replaced single-index uses of scm_array_set_x with
|
||||||
|
scm_c_generalized_vector_set_x.
|
||||||
|
|
||||||
* unif.c (scm_array_rank, scm_array_dimensions,
|
* unif.c (scm_array_rank, scm_array_dimensions,
|
||||||
scm_shared_array_offset, scm_shared_array_increments,
|
scm_shared_array_offset, scm_shared_array_increments,
|
||||||
scm_array_ref, scm_array_set_x): Use scm_t_array_handle operations
|
scm_array_ref, scm_array_set_x): Use scm_t_array_handle operations
|
||||||
|
@ -7,7 +10,9 @@
|
||||||
(scm_shared_array_root): Work with all kinds of arrays, including
|
(scm_shared_array_root): Work with all kinds of arrays, including
|
||||||
naked vectors.
|
naked vectors.
|
||||||
(indices_to_pos): New.
|
(indices_to_pos): New.
|
||||||
|
(scm_make_shared_array): Use it instead of scm_aind; use handle
|
||||||
|
for oldra.
|
||||||
|
|
||||||
2005-01-10 Kevin Ryde <user42@zip.com.au>
|
2005-01-10 Kevin Ryde <user42@zip.com.au>
|
||||||
|
|
||||||
* posix.c (scm_mkstemp): Update docstring from manual.
|
* posix.c (scm_mkstemp): Update docstring from manual.
|
||||||
|
|
|
@ -1,3 +1,8 @@
|
||||||
|
2005-01-10 Marius Vollmer <mvo@zagadka.de>
|
||||||
|
|
||||||
|
* tests/unif.test (exception:wrong-num-indices): New, use it for
|
||||||
|
array-set! tests with wrong number of indices.
|
||||||
|
|
||||||
2005-01-07 Marius Vollmer <mvo@zagadka.de>
|
2005-01-07 Marius Vollmer <mvo@zagadka.de>
|
||||||
|
|
||||||
* tests/srfi-4.test: Use (test-suite lib) module.
|
* tests/srfi-4.test: Use (test-suite lib) module.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue