diff src/ChangeLog @ 5312:80c1aa832cb2

[project @ 2005-04-28 01:54:46 by jwe]
author jwe
date Thu, 28 Apr 2005 01:54:46 +0000
parents 46de0f964c1b
children d2979f3da3cb
line wrap: on
line diff
--- a/src/ChangeLog	Wed Apr 27 21:05:43 2005 +0000
+++ b/src/ChangeLog	Thu Apr 28 01:54:46 2005 +0000
@@ -1,5 +1,13 @@
 2005-04-27  John W. Eaton  <jwe@octave.org>
 
+	* ov-fcn-handle.cc (octave_fcn_handle::subsref): check to see if
+	function is out of date.
+
+	* variables.cc (symbol_out_of_date (octave_fucntion *)): New function.
+	(function_out_of_date): New function.
+	* parse.y (load_fcn_from_file (const std::string&, bool)):
+	New function.
+
 	* DLD-FUNCTIONS/gplot.l (gnuplot_init): New function to handle
 	initialization.  If builtin variables have already been installed,
 	simply update our cached values.