comparison src/ChangeLog @ 4015:6476dd85a65f

[project @ 2002-08-02 07:59:19 by jwe]
author jwe
date Fri, 02 Aug 2002 07:59:20 +0000
parents 8eaf7182d48a
children 139f5273d0f8
comparison
equal deleted inserted replaced
4014:8eaf7182d48a 4015:6476dd85a65f
1 2002-08-02 John W. Eaton <jwe@bevo.che.wisc.edu>
2
3 * data.cc (ANY_ALL): New macro.
4 (Fany, Fall): Replace guts with ANY_ALL.
5
1 2002-08-01 John W. Eaton <jwe@bevo.che.wisc.edu> 6 2002-08-01 John W. Eaton <jwe@bevo.che.wisc.edu>
7
8 * data.cc (Fall, Fany): Handle optional DIM argument.
9
10 * ov.h (octave_value::any): New arg, dim.
11 (octave_value::all): Likewise.
12 * ov-base.h (octave_base_value::any): Likewise.
13 (octave_base_value::all): Likewise.
14 * ov-base-mat.h (octave_base_matrix::any): Likewise.
15 (octave_base_matrix::all): Likewise.
2 16
3 * Makefile.in: Use $@-t instead of $@.t. 17 * Makefile.in: Use $@-t instead of $@.t.
4 (doc-files): Use move-if-change when creating doc-files. 18 (doc-files): Use move-if-change when creating doc-files.
5 19
6 * error.cc (warning): Don't print warning backtrace at top level. 20 * error.cc (warning): Don't print warning backtrace at top level.