comparison liboctave/ChangeLog @ 9648:11844593875a

eliminate oct-dlldefs.h and oct-types.h
author John W. Eaton <jwe@octave.org>
date Thu, 17 Sep 2009 17:25:37 -0400
parents 54f45f883a53
children d0e2aa1974e9
comparison
equal deleted inserted replaced
9647:54f45f883a53 9648:11844593875a
1 2009-09-17 John W. Eaton <jwe@octave.org>
2
3 * oct-types.h.in: Delete.
4 * Makefile.in (BUILT_INCLUDES, DISTFILES): Remove oct-types.h.in
5 from the list.
6 (distclean, maintainer-clean):
7 * DAEFunc.h, MatrixType.h, base-aepbal.h, dim-vector.h,
8 lo-specfun.h, lo-utils.h, mx-op-decl.h, oct-inttypes.h,
9 randgamma.h, randmtzig.h, randpoisson.h:
10 Don't include oct-types.h.
11
1 2009-09-16 Jaroslav Hajek <highegg@gmail.com> 12 2009-09-16 Jaroslav Hajek <highegg@gmail.com>
2 13
3 * oct-rand.cc (octave_rand::do_matrix, do_nd_array, do_vector): 14 * oct-rand.cc (octave_rand::do_matrix, do_nd_array, do_vector):
4 Use Array::clear rather than Array::resize. 15 Use Array::clear rather than Array::resize.
5 16