comparison src/ChangeLog @ 7285:c8d362c69013

[project @ 2007-12-11 01:54:19 by jwe]
author jwe
date Tue, 11 Dec 2007 01:54:19 +0000
parents a1fdd4dabefb
children c0c6aa5afff4
comparison
equal deleted inserted replaced
7284:a239de118fa6 7285:c8d362c69013
1 2007-12-10 John W. Eaton <jwe@octave.org> 1 2007-12-10 John W. Eaton <jwe@octave.org>
2
3 * ov-cell.cc (octave_cell::all_strings): Handle empty elements.
4 Handle N-d cell arrays.
2 5
3 * DLD-FUNCTIONS/fsolve.cc (Ffsolve): 6 * DLD-FUNCTIONS/fsolve.cc (Ffsolve):
4 For compatibility, return [x, fval, info] instead of [x, info, msg]. 7 For compatibility, return [x, fval, info] instead of [x, info, msg].
5 Move tests here from test/test_nonlin.m. 8 Move tests here from test/test_nonlin.m.
6 9