comparison src/ChangeLog @ 9611:6f42ea240b3a

pr-output.cc (set_format (const Complex&, int&, int&)): avoid passing NaN or Inf to log10
author John W. Eaton <jwe@octave.org>
date Thu, 03 Sep 2009 17:28:58 -0400
parents 1c76e806c2a7
children 2093499ec9f4
comparison
equal deleted inserted replaced
9610:bb36a5730ecc 9611:6f42ea240b3a
1 2009-09-03 John W. Eaton <jwe@octave.org>
2
3 * pr-output.cc (set_format (const Complex&, int&, int&)):
4 Avoid passing NaN or Inf to log10.
5
1 2009-09-03 Jaroslav Hajek <highegg@gmail.com> 6 2009-09-03 Jaroslav Hajek <highegg@gmail.com>
2 7
3 * ov.cc (octave_value::assign (assign_op, const octave_value&)): 8 * ov.cc (octave_value::assign (assign_op, const octave_value&)):
4 Call maybe_mutate after in-place operation. 9 Call maybe_mutate after in-place operation.
5 10