comparison src/ChangeLog @ 7047:d00f05fb8105

[project @ 2007-10-22 14:09:54 by jwe]
author jwe
date Mon, 22 Oct 2007 14:09:54 +0000
parents fbf8576cf399
children 845ca0affec0
comparison
equal deleted inserted replaced
7046:fbf8576cf399 7047:d00f05fb8105
26 (mark_facets): New function. 26 (mark_facets): New function.
27 (cntr): Rename from cl_cntr. Change all uses. New algorithm for 27 (cntr): Rename from cl_cntr. Change all uses. New algorithm for
28 locating contours. 28 locating contours.
29 29
30 2007-10-19 John W. Eaton <jwe@octave.org> 30 2007-10-19 John W. Eaton <jwe@octave.org>
31
32 * pt-idx.cc (tree_index_expression::lvalue): Correctly compute
33 number of elements in lvalue expression when last indexing
34 element is ".".
35 31
36 * ov-cell.cc (octave_cell::subsasgn): If RHS is cs-list, don't 32 * ov-cell.cc (octave_cell::subsasgn): If RHS is cs-list, don't
37 fail if shape of LHS is different. 33 fail if shape of LHS is different.
38 * ov-struct.cc (octave_struct::subsasgn): Likewise. 34 * ov-struct.cc (octave_struct::subsasgn): Likewise.
39 35