log libinterp/parse-tree/pt-eval.cc @ 28533:05a48a241da6

age author description
Sat, 04 Jul 2020 11:14:43 +0900 Kai T. Ohlhus maint: merge stable to default.
Sat, 04 Jul 2020 11:13:35 +0900 Kai T. Ohlhus Partially backout cset 286fe9352cd6. stable
Thu, 02 Jul 2020 15:11:19 +0900 Kai T. Ohlhus maint: merge stable to default.
Thu, 02 Jul 2020 15:06:36 +0900 Kai T. Ohlhus Interpreter errors on unassigned inputs (bug #58686) stable
Tue, 30 Jun 2020 15:52:25 -0400 John W. Eaton accept spmd command blocks as language elements (bug #58676)
Mon, 15 Jun 2020 16:43:09 -0400 John W. Eaton fix dispatch error with classsimple function handle (bug #58572) stable
Wed, 29 Apr 2020 14:10:27 -0400 John W. Eaton refactor octave_fcn_handle class stable
Wed, 15 Apr 2020 23:14:06 -0400 John W. Eaton move make_fcn_handle to tree_evaluator class stable
Mon, 30 Mar 2020 15:14:10 -0400 John W. Eaton store local init vars for anonymous functions in handle, not function object stable
Mon, 30 Mar 2020 10:43:47 -0400 John W. Eaton refactor octave_function call method stable
Sat, 25 Apr 2020 13:17:11 -0400 John W. Eaton use shared_ptr for stack frames in call stack and for accesss and static links stable
Thu, 30 Apr 2020 23:51:30 -0400 John W. Eaton delete obsolete and unused tree_return_list class (bug #58279) stable
Sat, 25 Jan 2020 10:06:23 -0500 John W. Eaton eliminate unused variable
Tue, 21 Jan 2020 09:20:15 -0600 John W. Eaton fix more spelling errors (bug #57613)
Fri, 17 Jan 2020 13:27:27 -0600 John W. Eaton merge stable to default.
Fri, 17 Jan 2020 13:15:27 -0600 John W. Eaton fix many spelling errors (bug #57613) stable
Fri, 10 Jan 2020 17:25:12 -0800 Rik maint: Use Octave coding conventions in libinterp/
Wed, 08 Jan 2020 11:59:41 -0500 John W. Eaton update formatting of copyright notices
Mon, 06 Jan 2020 22:29:51 -0500 John W. Eaton update Octave Project Developers copyright for the new year
Mon, 06 Jan 2020 15:38:17 -0500 John W. Eaton use centralized file for copyright info for individual contributors
Tue, 17 Dec 2019 12:26:09 -0500 John W. Eaton reafactor mlock, munlock, and mislocked functions
Mon, 16 Dec 2019 14:34:34 -0500 John W. Eaton allow mlock to lock current dynamically loaded function (bug #57245)
Sun, 08 Dec 2019 22:06:09 +0100 Markus Mützel Fix crash if first command at debug prompt is empty (bug #57244).
Fri, 29 Nov 2019 15:42:34 -0600 John W. Eaton fix stack frame location info when using debugger (bug #57315)
Wed, 20 Nov 2019 00:01:18 -0600 John W. Eaton move some common actions into tree_walker base class
Thu, 31 Oct 2019 00:51:45 -0400 John W. Eaton restore some symbol table functions for backward compatibility
Mon, 21 Oct 2019 16:08:32 -0400 John W. Eaton deprecate unecessary global variable Vtrack_line_num
Fri, 18 Oct 2019 16:44:14 -0400 John W. Eaton use push parser in debug repl if enabled
Wed, 16 Oct 2019 23:26:33 -0400 John W. Eaton move reader and parser from evaluator repl to interpreter main_loop
Fri, 11 Oct 2019 13:07:10 -0400 John W. Eaton use Bison's push parser interface in the command line REPL
Fri, 11 Oct 2019 11:17:02 -0400 John W. Eaton declare base_parser class data protected
Fri, 11 Oct 2019 09:36:08 -0400 John W. Eaton move parse_fcn_file from interpreter member function to parser friend
Thu, 10 Oct 2019 16:50:58 -0400 John W. Eaton eliminate warn_for argument for source_file and parse_fcn_file functions
Thu, 10 Oct 2019 13:33:33 -0400 John W. Eaton use shared_ptr for storing classdef and statement_list objects in parser
Sun, 06 Oct 2019 16:30:35 -0400 John W. Eaton remove some obsolete signal handling functions
Fri, 04 Oct 2019 16:40:30 -0400 John W. Eaton make recover_from_exception a member function
Fri, 04 Oct 2019 14:13:06 -0400 John W. Eaton simplify evaluator logic for try-catch command
Fri, 04 Oct 2019 01:15:13 -0400 John W. Eaton revamp error handling
Wed, 25 Sep 2019 10:27:33 -0400 John W. Eaton avoid shadowed variable warning introduced in previous change (bug #56948)
Tue, 24 Sep 2019 18:43:44 -0400 John W. Eaton * pt-eval.cc (debugger::repl): Use evmgr as event_manager variable name.
Thu, 13 Jun 2019 08:00:41 -0600 Anthony Morast Increment command number even when command is interrupted. (bug #55819).
Fri, 13 Sep 2019 07:24:17 -0400 John W. Eaton also check debugger execution mode after command editor interrupt
Wed, 11 Sep 2019 16:40:19 -0400 John W. Eaton clean up use of interpreter in qt_interpreter_events::enter_debugger_event
Wed, 04 Sep 2019 15:34:51 -0400 John W. Eaton don't apply std::move to temporary values
Wed, 04 Sep 2019 12:17:50 -0400 John W. Eaton where possible, use new unwind-protect classes in evaluator
Fri, 30 Aug 2019 15:02:14 -0400 John W. Eaton don't use visitor pattern for expression evaluation (bug #56752)
Wed, 28 Aug 2019 21:38:34 -0400 John W. Eaton don't use stack to save and restore lvalue list value in evaluator (bug #56752)
Wed, 28 Aug 2019 16:15:08 -0400 John W. Eaton don't use stack to save and restore nargout value in evaluator (bug #56752)
Wed, 21 Aug 2019 16:01:58 -0400 John W. Eaton improve convert_to_const_vector
Tue, 20 Aug 2019 19:12:07 -0400 John W. Eaton prevent supperclass constructor calls with more than one index
Sun, 28 Jul 2019 17:24:42 -0400 John W. Eaton eliminate unnecessary application::interative function
Wed, 24 Jul 2019 12:37:21 -0400 John W. Eaton reset m_dbstep_flag at top level in main evaluator REPL (bug #56625)
Wed, 24 Jul 2019 12:34:47 -0400 John W. Eaton correctly set debug_frame when using "keyboard" (bug #56625)
Tue, 23 Jul 2019 15:26:20 -0400 John W. Eaton always disable debug_on_error and debug_on_warning at debug prompt (bug #56625)
Mon, 22 Jul 2019 18:56:31 -0400 John W. Eaton improve dbquit and dbcont behavior
Sun, 21 Jul 2019 10:21:01 -0400 John W. Eaton style fixes: generally aim to break long lines before operators, not after
Thu, 18 Jul 2019 11:23:22 -0400 John W. Eaton rename octave_link and octave_link_events classes, move inside octave namespace
Wed, 17 Jul 2019 14:09:20 -0400 John W. Eaton eliminate static functions from octave_link class
Fri, 12 Jul 2019 10:41:47 -0400 John W. Eaton make "dbquit all" work and fix dbquit compatibility (bug #56616)
Thu, 11 Jul 2019 14:21:37 -0400 John W. Eaton eliminate unused tree_evaluator::reset function