diff src/ChangeLog @ 8819:96d87674b818

also stash directory name for subfunctions
author John W. Eaton <jwe@octave.org>
date Fri, 20 Feb 2009 01:00:25 -0500
parents af907aeedbf4
children 352f111b04ce
line wrap: on
line diff
--- a/src/ChangeLog	Thu Feb 19 16:26:27 2009 -0500
+++ b/src/ChangeLog	Fri Feb 20 01:00:25 2009 -0500
@@ -1,3 +1,10 @@
+2009-02-20  John W. Eaton  <jwe@octave.org>
+
+	* symbtab.cc (symbol_table::stash_dir_name_for_subfunctions):
+	New function.
+	* symtab.h: Provide decl.
+	* parse.y (load_fcn_from_file): Call it after parsing a function.
+
 2009-02-19  Jaroslav Hajek  <highegg@gmail.com>
 
 	* ov-cell.h (octave_cell::cellstr_cache): New field.