comparison src/ChangeLog @ 4911:14027e0bafa4

[project @ 2004-07-22 19:58:06 by jwe]
author jwe
date Thu, 22 Jul 2004 19:58:06 +0000
parents 1242acab4246
children c8368716bab3
comparison
equal deleted inserted replaced
4910:1242acab4246 4911:14027e0bafa4
1 2004-07-22 Paul Kienzle <pkienzle@users.sf.net>
2
3 * DLD-FUNCTIONS/dassl.cc (Fdassl): Fix doc string.
4 * ov-struct.cc (Fstruct): Likewise.
5 * symtab.cc (Fdebug_symtab_lookups): Likewise.
6
7 2004-07-22 David Bateman <dbateman@free.fr>
8
9 * data.cc (Fsize): Return 1 for dimensions exceeding ndim.
10
11 * ov.cc (octave_value::octave_value (const ArrayN<double>)):
12 New constructor.
13 * ov.h: Provide decl.
14 * ov-cx-mat.h (octave_complex_matrix (const ArrayN<Complex>&)):
15 New constructor.
16 * ov-re-mat.h (octave_complex_matrix (const ArrayN<double>&)):
17 New constructor.
18
19 * ov-re-mat.h (octave_matrix(const ArrayN<double>&)): New constructor
20 * pt-loop.cc (DO_ND_LOOP): New macro for use of NDArray in for loop.
21 (tree_simple_for_command::eval): Use it, and allow iteration over
22 cell arrays.
23
1 2004-07-12 John W. Eaton <jwe@octave.org> 24 2004-07-12 John W. Eaton <jwe@octave.org>
2 25
3 * ov-intx.h: N-d array and scalar extractor functions take no args. 26 * ov-intx.h: N-d array and scalar extractor functions take no args.
4 27
5 * ov.h (octave_value::int8_scalar_value, 28 * ov.h (octave_value::int8_scalar_value,