comparison src/ChangeLog @ 5073:e71be9c548f2

[project @ 2004-11-09 18:31:25 by jwe]
author jwe
date Tue, 09 Nov 2004 18:31:26 +0000
parents 1e6f653ef1e3
children b6a9f78f60e9
comparison
equal deleted inserted replaced
5072:97b62f0c1bee 5073:e71be9c548f2
1 2004-11-09 David Bateman <dbateman@free.fr>
2
3 * Cell.cc (concat): Delete.
4 (Cell::concat): New method.
5 * Cell.h: Provide decls.
6
7 * oct-map.cc (concat): Delete
8 (Octave_map::concat): New method.
9 * oct-map.h: Provide decls.
10
11 * ov.h (typedef octave_value (*cat_op_fcn) (octave_value&,
12 const octave_value&, const Array<int>&): Change definition of
13 cat_op_fcn so first argument is not constant.
14
15 * ops.h (CATOPDECL): First arg is no longer constant.
16 (DEFCATOP_FN, DEFNDCATOP_FN): Change to use new concat methods.
17
18 * OPERATORS/op-chm.cc, OPERATORS/op-str-m.cc, OPERATORS/op-str-s.cc,
19 OPERATORS/op-str-str.cc (DEFCATOP): Change explicit concat functions
20 to use new concatenation methods.
21
1 2004-11-05 John W. Eaton <jwe@octave.org> 22 2004-11-05 John W. Eaton <jwe@octave.org>
2 23
3 * version.h (OCTAVE_VERSION): Now 2.1.61. 24 * version.h (OCTAVE_VERSION): Now 2.1.61.
4 25
5 * DLD-FUNCTIONS/det.cc (det): Always compute rcond so we can 26 * DLD-FUNCTIONS/det.cc (det): Always compute rcond so we can