comparison liboctave/ChangeLog @ 4066:47d3baea432d

[project @ 2002-09-26 22:10:06 by jwe]
author jwe
date Thu, 26 Sep 2002 22:10:09 +0000
parents 2550915214e1
children 3cc39e3b8fa5
comparison
equal deleted inserted replaced
4065:2550915214e1 4066:47d3baea432d
1 2002-09-26 John W. Eaton <jwe@bevo.che.wisc.edu>
2
3 * Array.cc, Array.h, Array2.cc, Array2.h, Array3.cc, Array3.h,
4 ArrayN.cc, ArrayN.h, Bounds.cc, Bounds.h, CColVector.cc,
5 CColVector.h, CDiagMatrix.cc, CDiagMatrix.h, CMatrix.cc,
6 CMatrix.h, CRowVector.cc, CRowVector.h, CmplxAEPBAL.cc,
7 CmplxAEPBAL.h, CmplxCHOL.cc, CmplxCHOL.h, CmplxDET.cc, CmplxDET.h,
8 CmplxHESS.cc, CmplxHESS.h, CmplxLU.cc, CmplxLU.h, CmplxQR.cc,
9 CmplxQR.h, CmplxQRP.cc, CmplxQRP.h, CmplxSCHUR.cc, CmplxSCHUR.h,
10 CmplxSVD.cc, CmplxSVD.h, CollocWt.cc, CollocWt.h, DAE.cc,
11 DASPK.cc, DASPK.h, DASRT.cc, DASRT.h, DASSL.cc, DASSL.h,
12 DiagArray2.cc, DiagArray2.h, EIG.cc, EIG.h, FEGrid.cc, FEGrid.h,
13 LPsolve.cc, LPsolve.h, LSODE.cc, LSODE.h, LinConst.cc, LinConst.h,
14 MArray.cc, MArray.h, MArray2.cc, MArray2.h, MDiagArray2.cc,
15 MDiagArray2.h, NLConst.h, NLEqn.cc, NLEqn.h, ODES.cc, ODES.h,
16 ODESSA.cc, ODESSA.h, Quad.cc, Quad.h, Range.cc, Range.h,
17 base-lu.cc, base-lu.h, boolMatrix.cc, boolMatrix.h, chMatrix.cc,
18 chMatrix.h, dColVector.cc, dColVector.h, dDiagMatrix.cc,
19 dDiagMatrix.h, dMatrix.cc, dMatrix.h, dRowVector.cc, dRowVector.h,
20 dbleAEPBAL.cc, dbleAEPBAL.h, dbleCHOL.cc, dbleCHOL.h, dbleDET.cc,
21 dbleDET.h, dbleHESS.cc, dbleHESS.h, dbleLU.cc, dbleLU.h,
22 dbleQR.cc, dbleQR.h, dbleQRP.cc, dbleQRP.h, dbleSCHUR.cc,
23 dbleSCHUR.h, dbleSVD.cc, dbleSVD.h, idx-vector.cc, idx-vector.h,
24 oct-alloc.cc:
25 If __GNUG__, use pragma interface/implementation. Allow this to
26 be turned off by defining NO_PRAGMA_INTERFACE_IMPLEMENTATION.
27
1 2002-09-26 Paul Kienzle <pkienzle@users.sf.net> 28 2002-09-26 Paul Kienzle <pkienzle@users.sf.net>
29
30 * file-ops.cc (file_ops::readlink): Don't declare buffer if
31 system readlink function is not available.
2 32
3 * lo-mappers.cc (xerf, xerfc): Delete. 33 * lo-mappers.cc (xerf, xerfc): Delete.
4 * lo-mappers.h (xerf, xerfc): Delete decls. 34 * lo-mappers.h (xerf, xerfc): Delete decls.
5 35
6 * lo-mappers.cc: Remove unused #define M_PI. 36 * lo-mappers.cc: Remove unused #define M_PI.