1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-06-18 01:30:27 +02:00

*** empty log message ***

This commit is contained in:
Marius Vollmer 2005-01-10 00:20:56 +00:00
parent 523727193a
commit d7d7d40166

View file

@ -1,3 +1,13 @@
2005-01-10 Marius Vollmer <mvo@zagadka.de>
* unif.c (scm_array_rank, scm_array_dimensions,
scm_shared_array_offset, scm_shared_array_increments,
scm_array_ref, scm_array_set_x): Use scm_t_array_handle operations
to simplify code and make it more general.
(scm_shared_array_root): Work with all kinds of arrays, including
naked vectors.
(indices_to_pos): New.
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.