comparison liboctave/ChangeLog @ 9757:95ad9c2a27e2

fix idx_vector construction checks
author Jaroslav Hajek <highegg@gmail.com>
date Fri, 23 Oct 2009 10:35:59 +0200
parents d6b2b708b6b0
children 97de6c916498
comparison
equal deleted inserted replaced
9756:b134960cea23 9757:95ad9c2a27e2
1 2009-10-23 Jaroslav Hajek <highegg@gmail.com>
2
3 * idx-vector.cc (idx_vector::idx_range_rep::idx_range_rep
4 (octave_idx_type, octave_idx_type, octave_idx_type)):
5 Improve checking.
6
1 2009-10-21 John W. Eaton <jwe@octave.org> 7 2009-10-21 John W. Eaton <jwe@octave.org>
2 8
3 * oct-time.h (octave_time::octave_time (time_t t, int us)): 9 * oct-time.h (octave_time::octave_time (time_t t, int us)):
4 New constructor. 10 New constructor.
5 (operator + (const octave_time&, const octave_time&)): New function. 11 (operator + (const octave_time&, const octave_time&)): New function.