comparison liboctave/ChangeLog @ 6907:c8081f4c094f

[project @ 2007-09-17 17:31:10 by jwe]
author jwe
date Mon, 17 Sep 2007 17:31:10 +0000
parents 935d23e16951
children f779c83d6ccf
comparison
equal deleted inserted replaced
6906:c5118619023e 6907:c8081f4c094f
1 2007-09-17 John W. Eaton <jwe@octave.org>
2
3 * lo-utils.cc (octave_read_complex, octave_read_double): Skip
4 leading whitespace.
5
1 2007-09-13 John W. Eaton <jwe@octave.org> 6 2007-09-13 John W. Eaton <jwe@octave.org>
2 7
3 * lo-utils.cc (read_inf_nan_na, octave_read_double, 8 * lo-utils.cc (read_inf_nan_na, octave_read_double,
4 octave_read_complex): Use istream::get instead of >> to read 9 octave_read_complex): Use istream::get instead of >> to read
5 individual characters. 10 individual characters.