diff src/ChangeLog @ 11319:f8e97e9a9301

avoid reparsing files after errors
author John W. Eaton <jwe@octave.org>
date Tue, 07 Dec 2010 15:30:17 -0500
parents 2da532d0f41c
children baeeb6bc6afe
line wrap: on
line diff
--- a/src/ChangeLog	Tue Dec 07 13:24:20 2010 -0500
+++ b/src/ChangeLog	Tue Dec 07 15:30:17 2010 -0500
@@ -1,3 +1,8 @@
+2010-12-07  John W. Eaton  <jwe@octave.org>
+
+	* symtab.cc (symbol_table::fcn_info::fcn_info_rep::find): If an
+	error occurred during the first call to xfind, don't try again.
+
 2010-12-07  John W. Eaton  <jwe@octave.org>
 
 	* oct-parse.yy (case_list): Also accept default_case by itself.