log libinterp/parse-tree/pt-eval.h @ 28518:b8ab8b58547d

age author description
Tue, 30 Jun 2020 15:52:25 -0400 John W. Eaton accept spmd command blocks as language elements (bug #58676)
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
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
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
Wed, 16 Oct 2019 23:26:33 -0400 John W. Eaton move reader and parser from evaluator repl to interpreter main_loop
Thu, 10 Oct 2019 16:50:58 -0400 John W. Eaton eliminate warn_for argument for source_file and parse_fcn_file functions
Fri, 04 Oct 2019 01:15:13 -0400 John W. Eaton revamp error handling
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)
Mon, 22 Jul 2019 18:56:31 -0400 John W. Eaton improve dbquit and dbcont behavior
Thu, 11 Jul 2019 14:21:37 -0400 John W. Eaton eliminate unused tree_evaluator::reset function
Tue, 02 Apr 2019 11:59:28 +0000 John W. Eaton eliminate direct access to call stack in interpreter::mlock
Tue, 02 Apr 2019 11:51:24 +0000 John W. Eaton store reference to evaluator instead of call stack in stack frame
Mon, 01 Apr 2019 21:33:22 +0000 John W. Eaton eliminate some direct access to call stack in legacy class and function objects
Mon, 01 Apr 2019 20:38:44 +0000 John W. Eaton eliminate some direct access to call stack in classdef and inline objects
Mon, 01 Apr 2019 20:25:34 +0000 John W. Eaton eliminate direct access to call stack in mex functions
Mon, 01 Apr 2019 18:28:44 +0000 John W. Eaton eliminate direct access to call stack in debug functions
Mon, 01 Apr 2019 18:21:27 +0000 John W. Eaton eliminate direct access to call stack in variables functions
Mon, 01 Apr 2019 18:00:15 +0000 John W. Eaton eliminate direct access to call stack in load-save functions
Mon, 01 Apr 2019 17:47:24 +0000 John W. Eaton eliminate direct access to call stack in help functions
Mon, 01 Apr 2019 17:39:42 +0000 John W. Eaton eliminate direct access to call stack in defun functions
Mon, 01 Apr 2019 17:32:02 +0000 John W. Eaton eliminate direct access to call_stack in input functions
Mon, 01 Apr 2019 16:58:05 +0000 John W. Eaton eliminate direct access to call_stack in error functions
Mon, 08 Apr 2019 00:36:33 +0000 John W. Eaton make dbup/dbdown work again (bug #56020)
Mon, 01 Apr 2019 13:11:14 +0000 John W. Eaton move core of eval function to evaluator
Mon, 01 Apr 2019 12:51:58 +0000 John W. Eaton move core of evalin function to evaluator
Mon, 01 Apr 2019 12:11:33 +0000 John W. Eaton move parse_fcn_file to interpreter; source_file to evaluator
Mon, 01 Apr 2019 11:15:06 +0000 John W. Eaton move file-scope static autoload map variable and functions to evaluator
Sun, 31 Mar 2019 20:50:10 +0000 John W. Eaton move core of mfilename function to evaluator
Sun, 31 Mar 2019 19:35:39 +0000 John W. Eaton move core of assignin function to evaluator
Fri, 29 Mar 2019 20:47:01 +0000 John W. Eaton move do_who inside call_stack, make accessible from evaluator
Fri, 29 Mar 2019 18:34:33 +0000 John W. Eaton move toward limiting direct access of call stack
Tue, 26 Mar 2019 02:42:38 +0000 John W. Eaton make breakpoints in classdef methods work (bug #45404, bug #46451)
Sun, 03 Mar 2019 10:19:36 +0000 John W. Eaton allow handles to nested functions to work (bug #39257)
Thu, 07 Feb 2019 00:03:55 +0000 John W. Eaton eliminate unnecessary tree_funcall class
Mon, 28 Jan 2019 18:01:46 +0000 John W. Eaton move variable values from symbol_record objects to stack_frame objects
Wed, 02 Jan 2019 16:45:58 -0500 John W. Eaton maint: Merge stable to default.
Wed, 02 Jan 2019 16:32:43 -0500 John W. Eaton maint: Update copyright dates in all source files. stable
Fri, 21 Dec 2018 15:07:02 -0500 John W. Eaton maint: remove functions, variables, and typedefs deprecated in version 4.4
Fri, 16 Nov 2018 13:16:50 -0500 John W. Eaton move eval_string inside interpreter/evaluator class
Fri, 16 Nov 2018 11:31:22 -0500 John W. Eaton eliminate duplicate final_index_error function
Thu, 15 Nov 2018 15:05:36 -0500 John W. Eaton move whos_line_format to evaluator
Fri, 02 Nov 2018 16:13:08 -0400 John W. Eaton perform automatic function variable binding in tree_evaluator
Fri, 20 Jul 2018 18:38:03 -0400 John W. Eaton better use of templates for action_container and derived classes
Tue, 22 May 2018 15:23:50 -0400 John W. Eaton move core of interpreter::main_loop to evaluator
Tue, 22 May 2018 13:23:49 -0400 John W. Eaton move returning, breaking, and continuing flags to evaluator
Tue, 22 May 2018 11:39:44 -0400 John W. Eaton eliminate some global variables from tree_evaluator
Tue, 22 May 2018 00:53:15 -0400 John W. Eaton eliminate some globals from tree_evaluator class