comparison liboctave/ChangeLog @ 7231:2eb392d058bb

[project @ 2007-11-30 18:53:29 by jwe]
author jwe
date Fri, 30 Nov 2007 18:53:30 +0000
parents 4555c116b420
children 6992e9face25
comparison
equal deleted inserted replaced
7230:a760bd2630d5 7231:2eb392d058bb
1 2007-11-30 John W. Eaton <jwe@octave.org>
2
3 * lo-math.h: New file.
4 * Makefile.in (INCLUDES): Add it to the list.
5 * liboctave/Array2.h, liboctave/ArrayN.h, liboctave/CmplxDET.cc,
6 liboctave/DASPK.cc, liboctave/DASPK.h, liboctave/DASRT.cc,
7 liboctave/DASRT.h, liboctave/DASSL.cc, liboctave/DASSL.h,
8 liboctave/LSODE.cc, liboctave/LSODE.h, liboctave/NLEqn.h,
9 liboctave/Quad.h, liboctave/Range.cc, liboctave/dbleDET.cc,
10 liboctave/lo-cieee.c, liboctave/lo-ieee.cc,
11 liboctave/lo-mappers.cc, liboctave/oct-time.cc,
12 liboctave/oct-time.h, liboctave/randgamma.c,
13 liboctave/randmtzig.c, liboctave/randpoisson.c: Include lo-math.h
14 instead of cmath or math.h.
15 * lo-mappers.h: Don't include sunmath.h here.
16
1 2007-11-26 John W. Eaton <jwe@octave.org> 17 2007-11-26 John W. Eaton <jwe@octave.org>
2 18
3 * idx-vector.h (idx_vector::idx_vector_rep (const intNDArray<U>&)): 19 * idx-vector.h (idx_vector::idx_vector_rep (const intNDArray<U>&)):
4 Eliminate unnecessary second arg from call to tree_to_mat_idx. 20 Eliminate unnecessary second arg from call to tree_to_mat_idx.
5 21