diff src/ChangeLog @ 3772:e44ffad3d06c

[project @ 2001-02-03 06:23:38 by jwe]
author jwe
date Sat, 03 Feb 2001 06:23:38 +0000
parents bf6116ca10eb
children de61a7ba91f2
line wrap: on
line diff
--- a/src/ChangeLog	Sat Feb 03 06:15:59 2001 +0000
+++ b/src/ChangeLog	Sat Feb 03 06:23:38 2001 +0000
@@ -1,3 +1,16 @@
+2001-02-02  John W. Eaton  <jwe@bevo.che.wisc.edu>
+
+	* input.cc (get_user_input): Handle dbg_cont and dbg_step here.
+	* debug.cc (Fdbg_cont): Delete.
+	* pt-bp.h (MAYBE_DO_BREAKPOINT): Check tree::break_next here.
+	* pt.h (tree::break_next): New static member.
+	* pt.cc: Initialize it.
+
+	* parse.h (feval (const octave_value_list&, int)):
+	Set default value for nargout.
+	(feval (const std::string&, const octave_value_list&, int)):
+	Set default values for args and nargout.
+
 2001-02-01  Ben Sapp  <bsapp@lanl.gov>
 
         * DLD-FUNCTIONS/debug.cc: New file.