comparison src/ChangeLog @ 4933:cd58733c326b

[project @ 2004-08-05 16:08:28 by jwe]
author jwe
date Thu, 05 Aug 2004 16:08:28 +0000
parents 43f4ebd2704c
children 4fc993a4e072
comparison
equal deleted inserted replaced
4932:43f4ebd2704c 4933:cd58733c326b
1 2004-08-05 David Bateman <dbateman@free.fr>
2
3 * ov.cc (octave_value::fcn_inline_value): New virtual function.
4 * ov.h (octave_value::fcn_inline_value): Provide decl.
5 * ov-base.cc (octave_base_value::fcn_inline_value): New function
6 * ov-base.h (octave_base_value::fcn_inline_value): Provide decl.
7 * ov-fcn-handle.cc (octave_fcn_handle::octave_fcn_handle
8 (const std::string&, const string_vector&, const std::string&),
9 octave_fcn_handle::convert_to_str_internal, Finline, Fargnames,
10 Fformula, Fvectorize): Delete.
11 (octave_fcn_handle::print_raw): Remove inline case.
12 * ov-fcn-handle.h (octave_fcn_handle::fcn_type,
13 octave_fcn_handle::octave_fcn_handle (const std::string&, const
14 string_vector&, const std::string&),
15 octave_fcn_handle::inline_fcn_name,
16 octave_fcn_handle::inline_fcn_text,
17 octave_fcn_handle::inline_fcn_arg_names,
18 octave_fcn_handle::is_inline,
19 octave_fcn_handle::convert_to_str_internal,
20 octave_fcn_handle::typ, octave_fcn_handle::iftext,
21 octave_fcn_handle::ifargs): Delete constructors,
22 functions, and data members (moved to ov-fcn-inline.h).
23 * Makefile.in: Include ov-fcn-inline.h and ov-fcn-inline.cc where
24 appropriate.
25 * ov-fcn-inline.h, ov-fcn-inline.cc: New class.
26
1 2004-08-05 John W. Eaton <jwe@octave.org> 27 2004-08-05 John W. Eaton <jwe@octave.org>
2 28
3 * ov-base-int.cc (octave_base_int_matrix<T>::save_ascii, 29 * ov-base-int.cc (octave_base_int_matrix<T>::save_ascii,
4 octave_base_int_matrix<T>::load_ascii, 30 octave_base_int_matrix<T>::load_ascii,
5 octave_base_int_matrix<T>::save_binary, 31 octave_base_int_matrix<T>::save_binary,