comparison src/ChangeLog @ 7923:c3d21b9b94b6

eliminate octave_call_stack member functions caller_user_script and caller_user_function, and unused difference_type args
author John W. Eaton <jwe@octave.org>
date Fri, 11 Jul 2008 15:43:10 -0400
parents 935be827eaf8
children 4976f66d469b
comparison
equal deleted inserted replaced
7922:935be827eaf8 7923:c3d21b9b94b6
1 2008-07-11 John W. Eaton <jwe@octave.org> 1 2008-07-11 John W. Eaton <jwe@octave.org>
2
3 * toplev.cc, toplev.h (octave_call_stack::caller_user_function,
4 octave_call_stack::caller_user_script,
5 octave_call_stack::do_caller_user_function,
6 octave_call_stack::do_caller_user_script):
7 Delete functions and decls.
8
9 * defun.cc (print_usage): Call octave_call_stack::caller_user_code,
10 not octave_call_stack::caller_user_function.
11 * debug.cc (get_user_code): Likewise.
12
13 * toplev.h (octave_call_stack::difference_type): Delete typedef.
14 * toplev.cc, toplev.h (octave_call_stack::caller_user_code_line,
15 octave_call_stack::do_caller_user_code_line,
16 octave_call_stack::caller_user_code_column,
17 octave_call_stack::do_caller_user_code_column,
18 octave_call_stack::caller_script,
19 octave_call_stack::do_caller_script,
20 octave_call_stack::caller_user_function,
21 octave_call_stack::do_caller_user_function,
22 octave_call_stack::caller_user_code,
23 octave_call_stack::do_caller_user_code):
24 Delete unused difference_type arg.
2 25
3 * ov-float.h, ov-flt-re-mat.cc, ov-range.h, ov-re-mat.h, 26 * ov-float.h, ov-flt-re-mat.cc, ov-range.h, ov-re-mat.h,
4 ov-re-sparse.cc, ov-scalar.h: Check for NaN in bool_value and 27 ov-re-sparse.cc, ov-scalar.h: Check for NaN in bool_value and
5 bool_array_value member functions to bool. 28 bool_array_value member functions to bool.
6 29