comparison liboctave/ChangeLog @ 6072:4036e6fca790

[project @ 2006-10-24 01:00:12 by jwe]
author jwe
date Tue, 24 Oct 2006 01:00:13 +0000
parents c968f4198067
children 802aec2b1a2e
comparison
equal deleted inserted replaced
6071:950d8cb39617 6072:4036e6fca790
1 2006-10-23 John W. Eaton <jwe@octave.org>
2
3 * Array.cc (assign2): Don't require vector assignments to be oriented.
4
1 2006-10-17 John W. Eaton <jwe@octave.org> 5 2006-10-17 John W. Eaton <jwe@octave.org>
2 6
3 * lo-cieee.c: If isnan is not available but _isnan is, then define 7 * lo-cieee.c: If isnan is not available but _isnan is, then define
4 isnan to be _isnan, and define HAVE_ISNAN. Likewise for _finite 8 isnan to be _isnan, and define HAVE_ISNAN. Likewise for _finite
5 and _copysign. 9 and _copysign.