Mercurial > hg > octave-lyh
comparison 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 |
comparison
equal
deleted
inserted
replaced
4785:d3018a33c584 | 4786:fc316bde0053 |
---|---|
1 2004-02-18 John W. Eaton <jwe@bevo.che.wisc.edu> | |
2 | |
3 * Array.cc (Array<T>::insertN (const Array<T>&, int, int)): | |
4 Rename from Array<T>::insert. | |
5 (Array<T>::insert2 (const Array<T>&, int, int)): | |
6 Reinstate old Array<T>::insert function under this name. | |
7 (Array<T>::insert (const Array<T>&, int, int)): | |
8 New function. Dispatch to insert2 or insertN as appropriate. | |
9 | |
1 2004-02-17 John W. Eaton <jwe@bevo.che.wisc.edu> | 10 2004-02-17 John W. Eaton <jwe@bevo.che.wisc.edu> |
2 | 11 |
3 * oct-fftw.cc (convert_packcomplex_1d, convert_packcomplex_Nd): | 12 * oct-fftw.cc (convert_packcomplex_1d, convert_packcomplex_Nd): |
4 Sprinkle with OCTAVE_QUIT. | 13 Sprinkle with OCTAVE_QUIT. |
5 | 14 |