comparison src/ChangeLog @ 4965:c0d8e8afa82f

[project @ 2004-09-06 20:19:57 by jwe]
author jwe
date Mon, 06 Sep 2004 20:19:57 +0000
parents 269c3d6c0569
children 91b61d27b9b4
comparison
equal deleted inserted replaced
4964:269c3d6c0569 4965:c0d8e8afa82f
1 2004-09-06 John W. Eaton <jwe@octave.org>
2
3 * version.h (OCTAVE_API_VERSION): Now api-v10.
4
5 * OPERATORS/op-b-b.cc, OPERATORS/op-bm-bm.cc: Define and install
6 unary plus and unary minus operators.
7
8 * OPERATORS/op-int.h, OPERATORS/op-cm-cm.cc,
9 OPERATORS/op-cs-cs.cc, OPERATORS/op-m-m.cc, OPERATORS/op-range.cc:
10 Define and install unary plus operator.
11
12 * ov.cc (unary_op_as_string): Handle op_uplus too.
13
14 * parse.y (prefix_expr): Build unary plus op here instead of
15 converting to no-op.
16 (make_prefix_op): Accept op_uplus.
17
1 2004-09-03 John W. Eaton <jwe@octave.org> 18 2004-09-03 John W. Eaton <jwe@octave.org>
2 19
3 * OPERATORS/op-b-bm.cc (DEFCONV): Define bool scalar to bool 20 * OPERATORS/op-b-bm.cc (DEFCONV): Define bool scalar to bool
4 matrix conversion. 21 matrix conversion.
5 (install_b_bm_ops): Install it. 22 (install_b_bm_ops): Install it.