diff src/ChangeLog @ 3570:f74d9dfec96f

[project @ 2000-02-03 11:27:10 by jwe]
author jwe
date Thu, 03 Feb 2000 11:27:11 +0000
parents 58549b931ad5
children f2e2faef1220
line wrap: on
line diff
--- a/src/ChangeLog	Thu Feb 03 11:16:55 2000 +0000
+++ b/src/ChangeLog	Thu Feb 03 11:27:11 2000 +0000
@@ -1,5 +1,8 @@
 2000-02-03  John W. Eaton  <jwe@bevo.che.wisc.edu>
 
+	* oct-fstrm.cc (octave_fstream::seek, octave_fstream::tell): 
+	Call pubseekoff instead of seekoff.
+
 	* DLD-FUNCTIONS/dassl.cc (print_dassl_option_list): Use stream
 	manipulators instead of GNU iostream-specific form function.
 	* DLD-FUNCTIONS/fsolve.cc (print_fsolve_option_list): Ditto.
@@ -51,7 +54,7 @@
 
 	* oct-procbuf.h: Include fstream, not streambuf.h.
 
-	* load-save.cc (Fsave): Call pubseekoff instead of seekoff.	
+	* load-save.cc (Fsave): Call pubseekoff instead of seekoff.
 	* oct-strstrm.cc (octave_base_strstream::tell): Likewise.
 	(octave_base_strstream::seek): Likewise.