comparison liboctave/ChangeLog @ 3069:db6d57d718f7

[project @ 1997-07-10 23:34:03 by jwe]
author jwe
date Thu, 10 Jul 1997 23:34:07 +0000
parents 17e2f90e0d3b
children 42975c59d2a0
comparison
equal deleted inserted replaced
3068:17e2f90e0d3b 3069:db6d57d718f7
1 Wed Jul 9 19:40:23 1997 John W. Eaton <jwe@bevo.che.wisc.edu>
2
3 * lo-sysdep.cc (octave_getcwd): If getwd is available, use it.
4 Call error handler if we can't find the current directory.
5
1 Mon Jul 7 21:14:41 1997 John W. Eaton <jwe@bevo.che.wisc.edu> 6 Mon Jul 7 21:14:41 1997 John W. Eaton <jwe@bevo.che.wisc.edu>
7
8 * lo-mappers.cc (xisnan (double)): Return only 1 or 0.
9 (xfinite (double)): Ditto.
2 10
3 * dbleQR.cc (QR::init): Don't forget to initialize Q when type is raw. 11 * dbleQR.cc (QR::init): Don't forget to initialize Q when type is raw.
4 * CmplxQR.cc (ComplexQR::init): Ditto. 12 * CmplxQR.cc (ComplexQR::init): Ditto.
5 13
6 Sun Jun 15 21:06:37 1997 John W. Eaton <jwe@bevo.che.wisc.edu> 14 Sun Jun 15 21:06:37 1997 John W. Eaton <jwe@bevo.che.wisc.edu>