Mercurial > hg > octave-nkf
diff liboctave/ChangeLog @ 3709:c73bea82af94
[project @ 2000-08-02 02:23:26 by jwe]
author | jwe |
---|---|
date | Wed, 02 Aug 2000 02:23:30 +0000 |
parents | 6581e686f83f |
children | 9a77deefb8c9 |
line wrap: on
line diff
--- a/liboctave/ChangeLog +++ b/liboctave/ChangeLog @@ -1,3 +1,11 @@ +2000-08-01 John W. Eaton <jwe@bevo.che.wisc.edu> + + * Array2-idx.h (Array2<T>::index (idx_vector&)): If a scalar is + indexed, always return an object the same size as the index arg. + + * oct-time.cc (octave_base_tm::strftime): Return empty string for + empty format. + 2000-07-25 John W. Eaton <jwe@bevo.che.wisc.edu> * lo-cutils.c (oct_strptime): New function.