comparison liboctave/ChangeLog @ 4455:abbf63293766

[project @ 2003-07-11 01:01:16 by jwe]
author jwe
date Fri, 11 Jul 2003 01:01:17 +0000
parents 0a59e4de215e
children 75ee1995d2b4
comparison
equal deleted inserted replaced
4454:c474333062d9 4455:abbf63293766
1 2003-07-09 John W. Eaton <jwe@bevo.che.wisc.edu>
2
3 * Array-flags.cc, Array-flags.h (liboctave_pcv_flag): Delete.
4
5 * Array2-idx.h (Array2<T>::index): Use liboctave_wfi_flag, not
6 liboctave_dfi_flag.
7 (assign): Likewise. For indexed assignments like X(I) = RHS with
8 X undefined or empty, always create a row vector.
9
10 * Array-flags.cc (liboctave_wfi_flag): Rename from liboctave_dfi_flag.
11 * Array-flags.h (liboctave_wfi_flag): Ditto.
12
1 2003-06-24 John W. Eaton <jwe@bevo.che.wisc.edu> 13 2003-06-24 John W. Eaton <jwe@bevo.che.wisc.edu>
2 14
3 * Array2-idx.h (Array2<T>::index (idx_vector&, int, const T&)): 15 * Array2-idx.h (Array2<T>::index (idx_vector&, int, const T&)):
4 Magic colon indexing always produces an object with one column. 16 Magic colon indexing always produces an object with one column.
5 17