comparison src/ChangeLog @ 10350:12884915a8e4

merge MArray classes & improve Array interface
author Jaroslav Hajek <highegg@gmail.com>
date Sat, 23 Jan 2010 21:41:03 +0100
parents d4d13389c957
children 5150ceb4dbb4
comparison
equal deleted inserted replaced
10349:d4d13389c957 10350:12884915a8e4
1 2010-02-23 Jaroslav Hajek <highegg@gmail.com>
2
3 * Cell.cc: Reflect Array API changes.
4 * DLD-FUNCTIONS/__convn__.cc: Ditto.
5 * DLD-FUNCTIONS/__glpk__.cc: Ditto.
6 * DLD-FUNCTIONS/__magick_read__.cc: Ditto.
7 * DLD-FUNCTIONS/bsxfun.cc: Ditto.
8 * DLD-FUNCTIONS/cellfun.cc: Ditto.
9 * DLD-FUNCTIONS/conv2.cc: Ditto.
10 * DLD-FUNCTIONS/dlmread.cc: Ditto.
11 * DLD-FUNCTIONS/filter.cc: Ditto.
12 * DLD-FUNCTIONS/kron.cc: Ditto.
13 * DLD-FUNCTIONS/qz.cc: Ditto.
14 * DLD-FUNCTIONS/regexp.cc: Ditto.
15 * DLD-FUNCTIONS/sub2ind.cc: Ditto.
16 * data.cc: Ditto.
17 * file-io.cc: Ditto.
18 * gl-render.cc: Ditto.
19 * ls-mat5.cc: Ditto.
20 * oct-map.cc: Ditto.
21 * oct-obj.h: Ditto.
22 * oct-parse.yy: Ditto.
23 * oct-stream.cc: Ditto.
24 * ov-base-mat.cc: Ditto.
25 * ov-base-sparse.cc: Ditto.
26 * ov-perm.cc: Ditto.
27 * ov-struct.cc: Ditto.
28 * ov-typeinfo.cc: Ditto.
29 * ov-typeinfo.h: Ditto.
30 * ov.cc: Ditto.
31 * pr-output.cc: Ditto.
32 * pt-mat.cc: Ditto.
33 * strfns.cc: Ditto.
34 * txt-eng-ft.cc: Ditto.
35 * variables.cc: Ditto.
36
1 2010-02-22 John W. Eaton <jwe@octave.org> 37 2010-02-22 John W. Eaton <jwe@octave.org>
2 38
3 * ls-mat5.cc: Use numel instead of nelem consistently and where 39 * ls-mat5.cc: Use numel instead of nelem consistently and where
4 appropriate in all functions. 40 appropriate in all functions.
5 (read_mat5_binary_element): Declare ridx and cidx as pointer to 41 (read_mat5_binary_element): Declare ridx and cidx as pointer to