comparison 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
comparison
equal deleted inserted replaced
4845:a9cfb8b37759 4846:7a3eb3cc292b
1 2004-04-02 John W. Eaton <jwe@bevo.che.wisc.edu> 1 2004-04-02 John W. Eaton <jwe@bevo.che.wisc.edu>
2
3 * ov-base-mat.cc (octave_base_matrix<MT>::subsasgn): Don't allow
4 expressions like x(i)(j) or x(i){j} when x is empty.
2 5
3 * load-save.cc (get_file_format): Error if file does not exist. 6 * load-save.cc (get_file_format): Error if file does not exist.
4 (Fload): Also complain here if specific file type is specified and 7 (Fload): Also complain here if specific file type is specified and
5 file does not exist. 8 file does not exist.
6 9