diff src/ChangeLog @ 4846:7a3eb3cc292b

[project @ 2004-04-02 20:52:12 by jwe]
author jwe
date Fri, 02 Apr 2004 20:52:12 +0000
parents a9cfb8b37759
children 83ddfedb8db7
line wrap: on
line diff
--- a/src/ChangeLog	Fri Apr 02 20:12:24 2004 +0000
+++ b/src/ChangeLog	Fri Apr 02 20:52:12 2004 +0000
@@ -1,5 +1,8 @@
 2004-04-02  John W. Eaton  <jwe@bevo.che.wisc.edu>
 
+	* ov-base-mat.cc (octave_base_matrix<MT>::subsasgn): Don't allow
+	expressions like x(i)(j) or x(i){j} when x is empty.
+
 	* load-save.cc (get_file_format): Error if file does not exist.
 	(Fload): Also complain here if specific file type is specified and
 	file does not exist.