Mercurial > hg > octave-lyh
diff liboctave/ChangeLog @ 4786:fc316bde0053
[project @ 2004-02-18 12:52:20 by jwe]
author | jwe |
---|---|
date | Wed, 18 Feb 2004 12:52:20 +0000 |
parents | d3018a33c584 |
children | 82a558043db9 |
line wrap: on
line diff
--- a/liboctave/ChangeLog +++ b/liboctave/ChangeLog @@ -1,3 +1,12 @@ +2004-02-18 John W. Eaton <jwe@bevo.che.wisc.edu> + + * Array.cc (Array<T>::insertN (const Array<T>&, int, int)): + Rename from Array<T>::insert. + (Array<T>::insert2 (const Array<T>&, int, int)): + Reinstate old Array<T>::insert function under this name. + (Array<T>::insert (const Array<T>&, int, int)): + New function. Dispatch to insert2 or insertN as appropriate. + 2004-02-17 John W. Eaton <jwe@bevo.che.wisc.edu> * oct-fftw.cc (convert_packcomplex_1d, convert_packcomplex_Nd):