diff 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
line wrap: on
line diff
--- a/src/ChangeLog	Fri Jul 11 14:56:30 2008 -0400
+++ b/src/ChangeLog	Fri Jul 11 15:43:10 2008 -0400
@@ -1,5 +1,28 @@
 2008-07-11  John W. Eaton  <jwe@octave.org>
 
+	* toplev.cc, toplev.h (octave_call_stack::caller_user_function,
+	octave_call_stack::caller_user_script,
+	octave_call_stack::do_caller_user_function,
+	octave_call_stack::do_caller_user_script):
+	Delete functions and decls. 
+
+	* defun.cc (print_usage): Call octave_call_stack::caller_user_code,
+	not octave_call_stack::caller_user_function.
+	* debug.cc (get_user_code): Likewise.
+
+	* toplev.h (octave_call_stack::difference_type): Delete typedef.
+	* toplev.cc, toplev.h (octave_call_stack::caller_user_code_line,
+	octave_call_stack::do_caller_user_code_line, 
+	octave_call_stack::caller_user_code_column,
+	octave_call_stack::do_caller_user_code_column,
+	octave_call_stack::caller_script,
+	octave_call_stack::do_caller_script,
+	octave_call_stack::caller_user_function,
+	octave_call_stack::do_caller_user_function,
+	octave_call_stack::caller_user_code,
+	octave_call_stack::do_caller_user_code):
+	Delete unused difference_type arg.
+
 	* ov-float.h, ov-flt-re-mat.cc, ov-range.h, ov-re-mat.h,
 	ov-re-sparse.cc, ov-scalar.h: Check for NaN in bool_value and
 	bool_array_value member functions to bool.