1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-06-11 22:31:12 +02:00

*** empty log message ***

This commit is contained in:
Marius Vollmer 2004-11-14 00:25:10 +00:00
parent 2d4d7f27ae
commit f26547600b

View file

@ -1,8 +1,18 @@
2004-11-14 mvo <mvo@zagadka.de>
* unif.c, unif.h (scm_i_cvref): Made non-static for ramap.c.
* Makefile.am (INCLUDES): It is "@LTDLINCL@", not "@LTDLINC@".
2004-11-12 Marius Vollmer <marius.vollmer@uni-dortmund.de>
Enclosed arrays are now their own smob. This has been done to
make the code more explicit about them and to prepare for the time
when generalized vectors include arbitrary one-dimensional arrays.
when generalized vectors include arbitrary one-dimensional
arrays. (Uptonow, enclosed arrays have been recognized by their
use of an array as their storage 'vector'. When all generalized
vectors are allowed as storage, including one-dimensional arrays,
this will no longer work.)
* unif.h, unif.c: (scm_tc16_enclosed_array, SCM_ENCLOSED_ARRAYP):
New.