Mercurial > hg > octave-nkf
diff liboctave/ChangeLog @ 8681:72b1f1eece70
ChangeLog fix for last two patches
author | Jaroslav Hajek <highegg@gmail.com> |
---|---|
date | Thu, 05 Feb 2009 15:11:24 +0100 |
parents | e2b4c19c455c |
children | ddbe87599331 |
line wrap: on
line diff
--- a/liboctave/ChangeLog +++ b/liboctave/ChangeLog @@ -1,3 +1,10 @@ +2009-02-05 Jaroslav Hajek <highegg@gmail.com> + + * idx-vector.h (idx_vector::idx_colon_rep, + idx_vector::idx_scalar_rep, idx_vector::idx_range_rep, + idx_vector::idx_vector_rep): Declare allocators. + * idx-vector.cc: Define them. + 2009-02-05 Jaroslav Hajek <highegg@gmail.com> * str-vec.h (string_vector::sort): Remove implementation.