comparison liboctave/ChangeLog @ 4788:82a558043db9

[project @ 2004-02-18 22:31:57 by jwe]
author jwe
date Wed, 18 Feb 2004 22:31:57 +0000
parents fc316bde0053
children 62f2fb593455
comparison
equal deleted inserted replaced
4787:02c748eb2ddc 4788:82a558043db9
1 2004-02-18 John W. Eaton <jwe@bevo.che.wisc.edu> 1 2004-02-18 John W. Eaton <jwe@bevo.che.wisc.edu>
2
3 * oct-fftw.cc (octave_fftw_planner::create_plan):
4 Cast IN and OUT args to ptrdiff_t instead of long before masking.
5 From Paul Kienzle <pkienzle@users.sf.net>.
2 6
3 * Array.cc (Array<T>::insertN (const Array<T>&, int, int)): 7 * Array.cc (Array<T>::insertN (const Array<T>&, int, int)):
4 Rename from Array<T>::insert. 8 Rename from Array<T>::insert.
5 (Array<T>::insert2 (const Array<T>&, int, int)): 9 (Array<T>::insert2 (const Array<T>&, int, int)):
6 Reinstate old Array<T>::insert function under this name. 10 Reinstate old Array<T>::insert function under this name.