comparison src/ChangeLog @ 5065:1312d3af9eb0

[project @ 2004-11-04 20:12:00 by jwe]
author jwe
date Thu, 04 Nov 2004 20:12:11 +0000
parents a6755bc45f15
children 05e4d8c0a840
comparison
equal deleted inserted replaced
5064:a6755bc45f15 5065:1312d3af9eb0
1 2004-11-04 John W. Eaton <jwe@octave.org> 1 2004-11-04 John W. Eaton <jwe@octave.org>
2
3 * oct-stream.cc (octave_stream::seek (long, int)): Return error
4 (but leave file position unchanged) for attempt to seek beyond end
5 of file.
2 6
3 * DLD-FUNCTIONS/inv.cc (Finv): Check rcond value returned from 7 * DLD-FUNCTIONS/inv.cc (Finv): Check rcond value returned from
4 LAPACK routines, and be careful to avoid optimizing away the 8 LAPACK routines, and be careful to avoid optimizing away the
5 1+rcond == 1.0 check. 9 1+rcond == 1.0 check.
6 * DLD-FUNCTIONS/det.cc (Fdet): Likewise. 10 * DLD-FUNCTIONS/det.cc (Fdet): Likewise.