comparison src/ChangeLog @ 7799:199181592240

ChangeLog fixes
author John W. Eaton <jwe@octave.org>
date Wed, 21 May 2008 14:12:16 -0400
parents 42c42c640108
children 5861b95e9879
comparison
equal deleted inserted replaced
7798:42c42c640108 7799:199181592240
1 2008-05-21 Jaroslav Hajek <highegg@gmail.com>
2
3 * DLD-FUNCTIONS/matrix_type.cc: Fix tests relying on the
4 older more optimistic hermitian check.
5
1 2008-05-21 David Bateman <dbateman@free.fr> 6 2008-05-21 David Bateman <dbateman@free.fr>
2 7
3 * DLD-FUNCTIONS/rcond.cc (Frcond): Add support for single precision. 8 * DLD-FUNCTIONS/rcond.cc (Frcond): Add support for single precision.
4 9
5 * DLD-FUNCTIONS/sqrt.m: Replace DBL_* with FLT_* for single 10 * DLD-FUNCTIONS/sqrt.m: Replace DBL_* with FLT_* for single
9 with additional argument to allow for different valid for double 14 with additional argument to allow for different valid for double
10 and single precision. 15 and single precision.
11 (Finf, FNaN, FNA, Frealmax, Frealmin): Use it here. 16 (Finf, FNaN, FNA, Frealmax, Frealmin): Use it here.
12 (Feps): Modify behavior for a single numerical argument to give 17 (Feps): Modify behavior for a single numerical argument to give
13 difference to next largest value in the class of the type passed. 18 difference to next largest value in the class of the type passed.
14
15 2008-05-21 Jaroslav Hajek <highegg@gmail.com>
16
17 * DLD-FUNCTIONS/matrix_type.cc: Fix tests relying on the
18 older more optimistic hermitian check.
19 19
20 2008-05-21 John W. Eaton <jwe@octave.org> 20 2008-05-21 John W. Eaton <jwe@octave.org>
21 21
22 * pt-idx.h (tree_index_expression::tree_index_expression (int, int)): 22 * pt-idx.h (tree_index_expression::tree_index_expression (int, int)):
23 Delete default argument values. 23 Delete default argument values.