diff 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
line wrap: on
line diff
--- a/liboctave/ChangeLog	Wed Oct 24 21:09:44 2007 +0000
+++ b/liboctave/ChangeLog	Thu Oct 25 05:50:56 2007 +0000
@@ -1,3 +1,12 @@
+2007-10-25  John W. Eaton  <jwe@octave.org>
+
+	* oct-time.cc (octave_gmtime::init, octave_localtime::init):
+	Call unix_time on arg instead of relying on conversion operator.
+
+	* oct-time.h (octave_time::double_value): New function.
+	(octave_time::operator double () const): Delete.
+	(octave_time::operator time_t () const): Delete.
+
 2007-10-24  John W. Eaton  <jwe@octave.org>
 
 	* strptime.c: Also compile if OCTAVE_HAVE_BROKEN_STRPTIME is defined.