comparison src/ChangeLog @ 12258:077ece977a7b release-3-4-x

fix construction of class exemplars
author John W. Eaton <jwe@octave.org>
date Thu, 27 Jan 2011 04:22:53 -0500
parents 23385f2c90b7
children 0947d399cff4
comparison
equal deleted inserted replaced
12257:4f8069727e9f 12258:077ece977a7b
1 2011-01-27 John W. Eaton <jwe@octave.org>
2
3 * ov-class.cc (octave_class::reconstruct_exemplar):
4 Call constructor with do_multi_index_op instead of feval.
5 Verify that symbol_table::find_method did return a class
6 constructor for the correct type.
7
1 2011-01-26 John W. Eaton <jwe@octave.org> 8 2011-01-26 John W. Eaton <jwe@octave.org>
2 9
3 * lex.ll, graphics.cc, gl-render.cc, ov-mex-fcn.h, graphics.h.in: 10 * lex.ll, graphics.cc, gl-render.cc, ov-mex-fcn.h, graphics.h.in:
4 Delete trailing whitespace. 11 Delete trailing whitespace.
5 12