comparison 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
comparison
equal deleted inserted replaced
3708:9b9efdcbdfd3 3709:c73bea82af94
1 2000-08-01 John W. Eaton <jwe@bevo.che.wisc.edu>
2
3 * Array2-idx.h (Array2<T>::index (idx_vector&)): If a scalar is
4 indexed, always return an object the same size as the index arg.
5
6 * oct-time.cc (octave_base_tm::strftime): Return empty string for
7 empty format.
8
1 2000-07-25 John W. Eaton <jwe@bevo.che.wisc.edu> 9 2000-07-25 John W. Eaton <jwe@bevo.che.wisc.edu>
2 10
3 * lo-cutils.c (oct_strptime): New function. 11 * lo-cutils.c (oct_strptime): New function.
4 * oct-time.cc (octave_strptime::init): Call it instead of strptime. 12 * oct-time.cc (octave_strptime::init): Call it instead of strptime.
5 Don't declare strptime. Don't define _XOPEN_SOURCE or _BSD_SOURCE. 13 Don't declare strptime. Don't define _XOPEN_SOURCE or _BSD_SOURCE.