comparison src/ChangeLog @ 4936:e63617efbd3f

[project @ 2004-08-06 16:18:17 by jwe]
author jwe
date Fri, 06 Aug 2004 16:18:18 +0000
parents 4fc993a4e072
children 703d97b89507
comparison
equal deleted inserted replaced
4935:4fc993a4e072 4936:e63617efbd3f
1 2004-08-06 David Bateman <dbateman@free.fr>
2
3 * OPERATORS/op-struct.cc: New file.
4 * ov-struct.h (octave_struct::resize (const dim_vector&)):
5 New function.
6 * oct-map.h (Octave_map::resize (const dim_vector&)): New function.
7 * ov-map.cc (Octave_map::reshape):
8 Correct return for same sized reshape.
9 (Octave_map::resize (const dim_vector&)): New function.
10 (concat (const Octave_map&, const Octave_map&, const Array<int>&)):
11 Complete concatenation function.
12 * Makefile.in (OP_XSRC): Include op-struct.cc in the list.
13
1 2004-08-05 John W. Eaton <jwe@octave.org> 14 2004-08-05 John W. Eaton <jwe@octave.org>
2 15
3 * pt-stmt.h (tree_statement::set_command, 16 * pt-stmt.h (tree_statement::set_command,
4 (tree_statement::set_expression): New functions. 17 (tree_statement::set_expression): New functions.
5 18