comparison liboctave/ChangeLog @ 4278:2cc12970de72

[project @ 2003-01-04 00:41:39 by jwe]
author jwe
date Sat, 04 Jan 2003 00:43:48 +0000
parents 8724cf60d51d
children 64c444ac1fee
comparison
equal deleted inserted replaced
4277:5ab4ac522fec 4278:2cc12970de72
1 2003-01-03 John W. Eaton <jwe@bevo.che.wisc.edu> 1 2003-01-03 John W. Eaton <jwe@bevo.che.wisc.edu>
2
3 * dbleDET.cc (DET::value_will_overflow): We want det[1], not det[2].
4 (DET::value_will_underflow): Likewise.
5 * CmplxDET.cc (ComplexDET::value_will_overflow): Likewise.
6 (ComplexDET::value_will_underflow): Likewise.
2 7
3 * Makefile.in (distclean): Also remove stamp-prereq. 8 * Makefile.in (distclean): Also remove stamp-prereq.
4 9
5 * Array2-idx.h (assign): If assignment conforms but the RHS and 10 * Array2-idx.h (assign): If assignment conforms but the RHS and
6 index are empty matrices, don't do anything. 11 index are empty matrices, don't do anything.