comparison liboctave/ChangeLog @ 10620:6fb954475e21

fix off-by-1 error in idx_vector (bug #29851)
author Jaroslav Hajek <highegg@gmail.com>
date Tue, 11 May 2010 07:25:20 +0200
parents f5f6bde82e19
children 832732c2eb80
comparison
equal deleted inserted replaced
10619:9f0a264d2f60 10620:6fb954475e21
1 2010-05-11 Jaroslav Hajek <highegg@gmail.com>
2
3 * idx-vector.cc (idx_vector::unmask): Fix off-by-1 bug. Add tests.
4
1 2010-05-06 Jaroslav Hajek <highegg@gmail.com> 5 2010-05-06 Jaroslav Hajek <highegg@gmail.com>
2 6
3 * Array.cc (Array::delete_elements (const idx_vector&)): Only call 7 * Array.cc (Array::delete_elements (const idx_vector&)): Only call
4 resize1 when deleting the last element of a vector. 8 resize1 when deleting the last element of a vector.
5 9