comparison liboctave/ChangeLog @ 4461:af308ca1a354

[project @ 2003-07-11 22:21:17 by jwe]
author jwe
date Fri, 11 Jul 2003 22:21:18 +0000
parents 75ee1995d2b4
children 53ee020af847
comparison
equal deleted inserted replaced
4460:cef48c4b902d 4461:af308ca1a354
1 2003-07-11 John W. Eaton <jwe@bevo.che.wisc.edu>
2
3 * Array2-idx.h (assign (Array2<LT>&, const Array2<RT>&, const LT&)):
4 Pass true for resize_ok arg to freeze.
5 * Array-idx.h (assign (Array<LT>&, const Array<RT>&, const LT&)):
6 Likewise.
7
8 * idx-vector.cc (IDX_VEC_REP::freeze): New arg, warn_resize;
9 resize_ok arg is now bool.
10 * idx-vector.h (idx_vector::freeze): Likewise.
11
12 * Array-flags.cc, Array-flags.h (liboctave_wrore_flag):
13 Rename from liboctave_rre_flag. Now bool.
14 (liboctave_wfi_flag): Now bool.
15
16 * Array2-idx.h (MAYBE_RESIZE_LHS): Don't check liboctave_rre_flag.
17
1 2003-07-11 Russell Standish <R.Standish@unsw.edu.au> 18 2003-07-11 Russell Standish <R.Standish@unsw.edu.au>
2 19
3 * Array.h (resize_fill_value): Now a top-level template function. 20 * Array.h (resize_fill_value): Now a top-level template function.
4 Accept object as argument. Change all uses. 21 Accept object as argument. Change all uses.
5 22