Mercurial > hg > octave-lyh
diff liboctave/ChangeLog @ 6061:c968f4198067
[project @ 2006-10-18 20:57:04 by jwe]
author | jwe |
---|---|
date | Wed, 18 Oct 2006 20:57:05 +0000 |
parents | 8fd77759707c |
children | 4036e6fca790 |
line wrap: on
line diff
--- a/liboctave/ChangeLog +++ b/liboctave/ChangeLog @@ -1,5 +1,16 @@ +2006-10-17 John W. Eaton <jwe@octave.org> + + * lo-cieee.c: If isnan is not available but _isnan is, then define + isnan to be _isnan, and define HAVE_ISNAN. Likewise for _finite + and _copysign. + 2006-10-17 Michael Goffioul <michael.goffioul@swing.be> + * oct-syscalls.cc (syscalls::waitpid): Always declare and define retval. + + * liboctave/CMatrix.cc (ComplexMatrix::solve): Avoid infinite recursion. + * Index: liboctave/CSparse.cc (SparseComplexMatrix::insert): Likewise. + * oct-types.h.in: Include limits.h, for CHAR_BIT. 2006-10-13 Michael Goffioul <michael.goffioul@swing.be>