diff liboctave/ChangeLog @ 3503:d14c483b3c12

[project @ 2000-02-01 04:06:07 by jwe]
author jwe
date Tue, 01 Feb 2000 04:06:39 +0000
parents e391aeef2b3c
children 5eef8a2294bd
line wrap: on
line diff
--- a/liboctave/ChangeLog	Mon Jan 31 07:41:01 2000 +0000
+++ b/liboctave/ChangeLog	Tue Feb 01 04:06:39 2000 +0000
@@ -1,3 +1,12 @@
+2000-01-31  John W. Eaton  <jwe@bevo.che.wisc.edu>
+
+	* oct-alloc.cc (octave_allocator::grow): Add std:: qualifier for
+	set_net_handler.
+
+	* All source files: Include iostream, fstream, strstream,
+	etc. as needed instead of using forward declarations for these
+	classes.
+
 2000-01-30  John W. Eaton  <jwe@bevo.che.wisc.edu>
 
 	* oct-time.cc: Declare strptime extern "C".