comparison src/ChangeLog @ 11893:4ccdb0d32158 release-3-0-x

fix runaway changelog entry
author Jaroslav Hajek <highegg@gmail.com>
date Mon, 08 Dec 2008 07:30:58 +0100
parents 4364e3fab451
children bfac13fcb6fe
comparison
equal deleted inserted replaced
11892:4364e3fab451 11893:4ccdb0d32158
5 2008-11-12 David Bateman <dbateman@free.fr> 5 2008-11-12 David Bateman <dbateman@free.fr>
6 6
7 * OPERATORS/op-cell.cc (op_catop_matrix_cell): Cast args in the correct 7 * OPERATORS/op-cell.cc (op_catop_matrix_cell): Cast args in the correct
8 order. 8 order.
9 * OPERATORS/op-struct.cc (op_catop_matrix_struct): Ditto. 9 * OPERATORS/op-struct.cc (op_catop_matrix_struct): Ditto.
10
11 2008-10-31 David Bateman <dbateman@free.fr>
12
13 * ov-base-scalar.h (octave_value octave_base_scalar::reshape
14 (const dim_vector&) const): New method.
10 15
11 2008-10-30 John W. Eaton <jwe@octave.org> 16 2008-10-30 John W. Eaton <jwe@octave.org>
12 17
13 * oct-map.cc (Octave_map::index): Copy key_list. 18 * oct-map.cc (Octave_map::index): Copy key_list.
14 19
9355 * Cell.cc, Cell.h (insert): New function 9360 * Cell.cc, Cell.h (insert): New function
9356 9361
9357 * ov-base.cc, ov-base.h, ov-scalar.h, ov-complex.h, ov-bool.h, 9362 * ov-base.cc, ov-base.h, ov-scalar.h, ov-complex.h, ov-bool.h,
9358 ov-range.h, ov-base-mat.h, (resize): New function. 9363 ov-range.h, ov-base-mat.h, (resize): New function.
9359 9364
9360
9361 2008-10-31 David Bateman <dbateman@free.fr>
9362
9363 * ov-base-scalar.h (octave_value octave_base_scalar::reshape
9364 (const dim_vector&) const): New method.
9365 9365
9366 2004-07-23 John W. Eaton <jwe@octave.org> 9366 2004-07-23 John W. Eaton <jwe@octave.org>
9367 9367
9368 * symtab.cc (whos_parameter): Move decl here, from symtab.h. 9368 * symtab.cc (whos_parameter): Move decl here, from symtab.h.
9369 9369