comparison liboctave/ChangeLog @ 7065:97db94ae2cf0

[project @ 2007-10-25 05:50:55 by jwe]
author jwe
date Thu, 25 Oct 2007 05:50:56 +0000
parents ad2aaf824128
children c3b479e753dd
comparison
equal deleted inserted replaced
7064:faff87ff9d5a 7065:97db94ae2cf0
1 2007-10-25 John W. Eaton <jwe@octave.org>
2
3 * oct-time.cc (octave_gmtime::init, octave_localtime::init):
4 Call unix_time on arg instead of relying on conversion operator.
5
6 * oct-time.h (octave_time::double_value): New function.
7 (octave_time::operator double () const): Delete.
8 (octave_time::operator time_t () const): Delete.
9
1 2007-10-24 John W. Eaton <jwe@octave.org> 10 2007-10-24 John W. Eaton <jwe@octave.org>
2 11
3 * strptime.c: Also compile if OCTAVE_HAVE_BROKEN_STRPTIME is defined. 12 * strptime.c: Also compile if OCTAVE_HAVE_BROKEN_STRPTIME is defined.
4 13
5 2007-10-23 John W. Eaton <jwe@octave.org> 14 2007-10-23 John W. Eaton <jwe@octave.org>