merge from 1.8 branch
[bpt/guile.git] / ice-9 / ChangeLog
CommitLineData
1aaa1c17
MV
12006-02-12 Marius Vollmer <mvo@zagadka.de>
2
3 * deprecated.scm (make-uniform-array): Don't pass the prototype as
4 the fill value, dimensions->uniform-array will do the right thing
5 now. See scm_dimensions_to_uniform_array why we need to be tricky
6 about the fill value.
7
56658166
NJ
82006-02-04 Neil Jerram <neil@ossau.uklinux.net>
9
2328328f
NJ
10 * boot-9.scm (try-module-autoload): Make sure that module code is
11 loaded with the default reader (current-reader #f). Thanks to
12