Mercurial > hg > octave-nkf
comparison liboctave/ChangeLog @ 6202:e5ed0d1edddc
[project @ 2006-12-05 21:49:44 by jwe]
author | jwe |
---|---|
date | Tue, 05 Dec 2006 21:49:45 +0000 |
parents | 0b190c343471 |
children | 9795a2091f7f |
comparison
equal
deleted
inserted
replaced
6201:42efaffa4f08 | 6202:e5ed0d1edddc |
---|---|
1 2006-12-05 John W. Eaton <jwe@octave.org> | |
2 | |
3 * lo-utils.cc (octave_read_double): If we see '+' or '-' but not | |
4 followed by 'I' or 'i', try reading number after putting | |
5 characters back on input stream. | |
6 | |
1 2006-12-05 Paul Kienzle <pkienzle@users.sf.net> | 7 2006-12-05 Paul Kienzle <pkienzle@users.sf.net> |
2 | 8 |
3 * randpoisson.c (oct_fill_randp): For lambda > 1e8, upper limit of | 9 * randpoisson.c (oct_fill_randp): For lambda > 1e8, upper limit of |
4 loop is n, not L. | 10 loop is n, not L. |
5 | 11 |