changeset 3257:5e61a7a62e2e

[project @ 1999-07-16 16:24:10 by jwe]
author jwe
date Fri, 16 Jul 1999 16:24:17 +0000
parents 2334bd836a6d
children 4964d5391acc
files liboctave/ChangeLog liboctave/DAEFunc.h
diffstat 2 files changed, 14 insertions(+), 5 deletions(-) [+]
line wrap: on
line diff
--- a/liboctave/ChangeLog	Thu Jul 15 21:22:39 1999 +0000
+++ b/liboctave/ChangeLog	Fri Jul 16 16:24:17 1999 +0000
@@ -1,5 +1,19 @@
+Fri Jul 16 11:23:51 1999  John W. Eaton  <jwe@bevo.che.wisc.edu>
+
+	* DAEFunc.h: Remove useless preprocessor conditional.
+
 Thu Jul 15 14:10:33 1999  John W. Eaton  <jwe@bevo.che.wisc.edu>
 
+	* cmd-edit.cc (command_editor::do_decode_prompt_string):
+	Use octave_time object instead of time_t.
+
+	* file-stat.h (file_stat::fs_atime, file_stat::fs_mtime,
+	file_stat::fs_ctime): Now octave_time objects.
+	(file_stat::atime, file_stat::mtime, file_stat::ctime):
+	Return octave_time objects.
+	(file_stat::is_newer): Args are now octave_time objects instead of
+	time_t.
+
 	* oct-time.h (octave_time::as_double): Delete.
 	(octave_time::operator double ()): New function.
 	(octave_time::operator time_t ()): New function.
--- a/liboctave/DAEFunc.h	Thu Jul 15 21:22:39 1999 +0000
+++ b/liboctave/DAEFunc.h	Fri Jul 16 16:24:17 1999 +0000
@@ -26,11 +26,6 @@
 class Matrix;
 class ColumnVector;
 
-#if !defined (octave_DAEFunc_typedefs)
-#define octave_DAEFunc_typedefs 1
-
-#endif
-
 class
 DAEFunc
 {