comparison liboctave/ChangeLog @ 5072:97b62f0c1bee

[project @ 2004-11-09 05:51:30 by jwe]
author jwe
date Tue, 09 Nov 2004 05:53:11 +0000
parents 4689ee5e88ec
children e71be9c548f2
comparison
equal deleted inserted replaced
5071:7b24fd17c263 5072:97b62f0c1bee
1 2004-11-08 John W. Eaton <jwe@octave.org>
2
3 * oct-inttypes.cc: New file.
4 * Makefile.in (TI_SRC): Add it to the list.
5 * oct-inttypes.h (OCTAVE_US_TYPE1_CMP_OP, OCTAVE_US_TYPE1_CMP_OPS,
6 OCTAVE_SU_TYPE1_CMP_OP, OCTAVE_SU_TYPE1_CMP_OPS,
7 OCTAVE_TYPE1_CMP_OPS, OCTAVE_US_TYPE2_CMP_OP,
8 OCTAVE_US_TYPE2_CMP_OPS, OCTAVE_SU_TYPE2_CMP_OP,
9 OCTAVE_SU_TYPE2_CMP_OPS, OCTAVE_TYPE2_CMP_OPS):
10 New macros for comparison operations. Avoid potential
11 problems with default conversions when comparing signed and
12 unsigned values.
13
1 2004-11-03 John W. Eaton <jwe@octave.org> 14 2004-11-03 John W. Eaton <jwe@octave.org>
2 15
3 * dMatrix.cc (Matrix::inverse): Return info == -1 for any failure. 16 * dMatrix.cc (Matrix::inverse): Return info == -1 for any failure.
4 * CMatrix.cc (ComplexMatrix::inverse): Likewise. 17 * CMatrix.cc (ComplexMatrix::inverse): Likewise.
5 18