comparison liboctave/ChangeLog @ 6513:e0a1dff7677c

[project @ 2007-04-10 21:13:22 by jwe]
author jwe
date Tue, 10 Apr 2007 21:13:22 +0000
parents 184ab67c3bc1
children 25f3fb4a6f1b
comparison
equal deleted inserted replaced
6512:747ba2dc157e 6513:e0a1dff7677c
1 2007-04-10 John W. Eaton <jwe@octave.org>
2
3 * SparseCmplxQR.cc
4 (SparseComplexQR::SparseComplexQR_rep::SparseComplexQR_rep):
5 Move GCC_ATTR_UNUSED before the parameter decl.
6 From Luis Ortiz <lortiz@interactivesupercomputing.com>.
7
1 2007-04-06 John W. Eaton <jwe@octave.org> 8 2007-04-06 John W. Eaton <jwe@octave.org>
2 9
3 * MArray-defs.h (MARRAY_NORM_BODY): New macro. 10 * MArray-defs.h (MARRAY_NORM_BODY): New macro.
4 * MArray.h (MArray<T>::norm): New function. 11 * MArray.h (MArray<T>::norm): New function.
5 * MArray.cc: Provide decl. 12 * MArray.cc: Provide decl.