comparison liboctave/ChangeLog @ 12363:eb7c0ba7ca87 release-3-4-x

Range.cc (Range::Range (double, double, octave_idx_type)): correctly compute limit
author John W. Eaton <jwe@octave.org>
date Wed, 02 Feb 2011 03:36:31 -0500
parents 1c4cad056b79
children 60b6b175f88a
comparison
equal deleted inserted replaced
12362:3de1dae1e403 12363:eb7c0ba7ca87
1 2011-02-02 John W. Eaton <jwe@octave.org>
2
3 * Range.cc (Range::Range (double, double, octave_idx_type)):
4 Correctly compute limit from base, increment and number of
5 elements. Bug #32321.
6
1 2011-01-31 John W. Eaton <jwe@octave.org> 7 2011-01-31 John W. Eaton <jwe@octave.org>
2 8
3 * Sparse.cc (Sparse<T>::assign (const idx_vector&, const idx_vector&, 9 * Sparse.cc (Sparse<T>::assign (const idx_vector&, const idx_vector&,
4 const Sparse<T>&)): Handle case of LHS originally empty, and 10 const Sparse<T>&)): Handle case of LHS originally empty, and
5 with non-colon indices. Fix typo in previous change. Bug #32263. 11 with non-colon indices. Fix typo in previous change. Bug #32263.