diff src/ChangeLog @ 2610:8125b6f9c134

[project @ 1997-01-20 17:23:44 by jwe]
author jwe
date Mon, 20 Jan 1997 17:25:41 +0000
parents 12bc9d0a50b5
children 5bcee07be597
line wrap: on
line diff
--- a/src/ChangeLog	Sat Jan 18 00:17:37 1997 +0000
+++ b/src/ChangeLog	Mon Jan 20 17:25:41 1997 +0000
@@ -1,3 +1,17 @@
+Mon Jan 20 11:11:12 1997  John W. Eaton  <jwe@bevo.che.wisc.edu>
+
+	* file-io.cc: Don't include "syswait.h" here.
+
+Sun Jan 19 22:38:45 1997  John W. Eaton  <jwe@bevo.che.wisc.edu>
+
+	* oct-stream.h (octave_base_stream::seek): Declare offset arg as
+	streamoff, not streampos.
+	(octave_stream::seek): Likewise.
+	* oct-strstrm.h (octave_base_strstream::seek): Likewise.
+	* oct-stdstrm.h (octave_base_stdiostream::seek): Likewise.
+	* oct-iostrm.h (octave_base_iostream::seek): Likewise.
+	* oct-fstrm.h (octave_fstream::seek): Likewise.
+
 Fri Jan 17 18:13:10 1997  John W. Eaton  <jwe@bevo.che.wisc.edu>
 
 	* file-io.cc (Ffflush): Handle stdout as a special case.