(exception:string-contains-nul): New exception pattern.
[bpt/guile.git] / ice-9 / arrays.scm
2006-04-16 Kevin Rydemerge from 1.8 branch
2005-05-23 Marius VollmerThe FSF has a new address.
2005-01-10 Marius Vollmer* arrays.scm, deprecated.scm (uniform-vector-fill!,
2005-01-02 Marius Vollmer(uniform-vector-fill!, make-uniform-vector,
2004-12-29 Marius Vollmer(make-array, list->array): Removed.
2004-11-12 Marius VollmerDo not use prototypes, use creator functions.
2004-11-10 Marius Vollmer(uniform-vector-read!, uniform-vector-write):
2004-10-29 Marius VollmerRemoved commented out code.
2004-10-29 Marius VollmerDo not install read-hash procedure for reading arrays...
2004-10-27 Marius Vollmer(uniform-vector?, uniform-vector-set!): Removed, now...
2001-10-14 Mikael Djurfeldt* read.c (scm_lreadr): When user-defined hash procedure...
2001-06-30 Dirk Herrmann* Don't install a bitvector read-hash extension for...
2001-03-12 Mikael Djurfeldt* arrays.scm (make-array): Added quote in front of ().
1999-11-19 Gary HoustonNew file.