comparison src/ChangeLog @ 8754:900a5bf52309

Fix invalid conversion error on implicit demotion of n-d arrays
author Jaroslav Hajek <highegg@gmail.com>
date Mon, 16 Feb 2009 10:40:10 +0100
parents c141078e083a
children d0755c9db5ed
comparison
equal deleted inserted replaced
8753:c141078e083a 8754:900a5bf52309
1 2009-02-16 Jaroslav Hajek <highegg@gmail.com> 1 2009-02-16 Jaroslav Hajek <highegg@gmail.com>
2 2
3 * ov-base-mat (octave_base_matrix<MT>::assign (const octave_value_list&, 3 * ov-base-mat.cc (octave_base_matrix<MT>::assign (const octave_value_list&,
4 typename MT::element_type): Fix invalid index. 4 typename MT::element_type): Fix invalid index.
5 * ov-re-mat.cc (default_numeric_demotion_function): Use
6 float_array_value instead of float_matrix_value.
5 7
6 2009-02-16 John W. Eaton <jwe@octave.org> 8 2009-02-16 John W. Eaton <jwe@octave.org>
7 9
8 * input.cc (gnu_readline): Use fputs instead of fprintf. 10 * input.cc (gnu_readline): Use fputs instead of fprintf.
9 11