comparison src/ChangeLog @ 4967:0355f2f7d193

[project @ 2004-09-07 15:09:14 by jwe]
author jwe
date Tue, 07 Sep 2004 15:09:14 +0000
parents 91b61d27b9b4
children 25c2664861bc
comparison
equal deleted inserted replaced
4966:91b61d27b9b4 4967:0355f2f7d193
1 2004-09-07 John W. Eaton <jwe@octave.org>
2
3 * ov-fcn-inline.h (octave_fcn_inline::octave_fcn_inline): New copy
4 constructor.
5 (octave_fcn_inline::clone, octave_fcn_inline::empty_clone):
6 New functions.
7
8 * ov-fcn-handle.h (octave_fcn_handle::octave_fcn_handle): New copy
9 constructor.
10 (octave_fcn_handle::clone, octave_fcn_handle::empty_clone):
11 New functions.
12
1 2004-09-06 John W. Eaton <jwe@octave.org> 13 2004-09-06 John W. Eaton <jwe@octave.org>
2 14
3 * ov.cc (install_types): Call octave_fcn_inline::register_type. 15 * ov.cc (install_types): Call octave_fcn_inline::register_type.
4 16
5 * version.h (OCTAVE_API_VERSION): Now api-v10. 17 * version.h (OCTAVE_API_VERSION): Now api-v10.