comparison src/ChangeLog @ 4953:7a3a480e8645

[project @ 2004-09-01 21:10:28 by jwe]
author jwe
date Wed, 01 Sep 2004 21:10:28 +0000
parents bfd57b466752
children ed0f3cb6d3d4
comparison
equal deleted inserted replaced
4952:bfd57b466752 4953:7a3a480e8645
1 2004-09-01 John W. Eaton <jwe@octave.org>
2
3 * OPERATORS/op-i8-i8.cc, OPERATORS/op-i16-i16.cc,
4 OPERATORS/op-i32-i32.cc, OPERATORS/op-i64-i64.cc,
5 OPERATORS/op-ui8-ui8.cc, OPERATORS/op-ui16-ui16.cc,
6 OPERATORS/op-ui32-ui32.cc, OPERATORS/op-ui64-ui64.cc:
7 Define and install mixed assignment ops.
8 * op-int.h: Define mixed integer/double ops.
9 Define simple division ops.
10
11 * ov-complex.h (octave_complex_scalar): New typedef to simplify
12 various macros where naming consistency matters.
13
1 2004-08-31 David Bateman <dbateman@free.fr> 14 2004-08-31 David Bateman <dbateman@free.fr>
2 15
3 * OPERATORS/op-int.h (ss_pow, ms_el_pow, mm_el_pow): New power 16 * OPERATORS/op-int.h (ss_pow, ms_el_pow, mm_el_pow): New power
4 functions. 17 functions.
5 (sm_el_pow): Return correct type. 18 (sm_el_pow): Return correct type.