comparison src/ChangeLog @ 7040:1f16da18d85d

[project @ 2007-10-19 18:24:19 by jwe]
author jwe
date Fri, 19 Oct 2007 18:24:19 +0000
parents 4482ba9814b7
children e54cc03d53f6
comparison
equal deleted inserted replaced
7039:258dd5c9bfe0 7040:1f16da18d85d
1 2007-10-19 John W. Eaton <jwe@octave.org>
2
3 * pt-idx.cc (tree_index_expression::lvalue): Correctly compute
4 number of elements in lvalue expression when last indexing
5 element is ".".
6
7 * ov-cell.cc (octave_cell::subsasgn): If RHS is cs-list, don't
8 fail if shape of LHS is different.
9 * ov-struct.cc (octave_struct::subsasgn): Likewise.
10
1 2007-10-19 Olli Saarela <Olli.Saarela@kcl.fi> 11 2007-10-19 Olli Saarela <Olli.Saarela@kcl.fi>
2 12
3 * help.cc (Flookfor): Call print_usage instead of usage. 13 * help.cc (Flookfor): Call print_usage instead of usage.
4 * DLD-FUNCTIONS/cellfun.cc (Fmat2cell): Likewise. 14 * DLD-FUNCTIONS/cellfun.cc (Fmat2cell): Likewise.
5 15