log libinterp/parse-tree/pt-eval.h @ 30920:47cbc69e66cd

age author description
Fri, 08 Apr 2022 15:19:22 -0400 John W. Eaton eliminate direct access to call stack from evaluator
Fri, 08 Apr 2022 14:11:05 -0400 John W. Eaton move eval of anon fcn handles and built-in and mex functions to pt-eval.cc
Tue, 28 Dec 2021 18:22:40 -0500 John W. Eaton update Octave Project Developers copyright for the new year stable
Sat, 14 Aug 2021 21:50:26 -0400 John W. Eaton merge "namespace octave" and OCTAVE_NAMESPACE_BEGIN/END blocks
Tue, 06 Jul 2021 11:12:20 -0700 Rik Add 's'=sparse attribute for whos function (bug #60687)
Fri, 02 Jul 2021 09:56:19 -0400 John W. Eaton maint: Merge stable to default.
Fri, 02 Jul 2021 09:38:48 -0400 John W. Eaton move top-level REPL from interpreter to evaluator stable
Tue, 01 Jun 2021 13:34:57 -0400 John W. Eaton initial implementation of parsing for arguments validaton block (bug #59405)
Wed, 12 May 2021 20:11:34 -0700 Rik maint: merge stable to default.
Wed, 12 May 2021 20:03:41 -0700 Rik maint: use std::size_t in more instances (bug #60471) stable
Wed, 12 May 2021 19:28:54 +0200 Markus Mützel maint: merge stable to default.
Wed, 28 Apr 2021 22:57:42 -0400 John W. Eaton use std::size_t and std::ptrdiff_t in C++ code (bug #60471) stable
Wed, 05 May 2021 20:28:44 -0400 John W. Eaton move get_line_and_eval to parse tree evaluator
Wed, 28 Apr 2021 22:57:42 -0400 John W. Eaton use std::size_t and std::ptrdiff_t in C++ code (bug #60471)
Tue, 13 Apr 2021 08:06:05 -0400 John W. Eaton undo previous change; reset parser in server loop
Tue, 13 Apr 2021 06:25:20 -0400 John W. Eaton also reset parser when interpreter recovers from exception
Thu, 01 Apr 2021 03:02:22 -0400 John W. Eaton maint: merge stable to default.
Tue, 30 Mar 2021 01:08:00 -0400 John W. Eaton hold references to closure frames in anon functions if needed (bug #60237) stable
Wed, 17 Mar 2021 00:50:34 -0400 John W. Eaton maintain a set of watch expressions for possible use in tracing/debugging
Wed, 10 Feb 2021 10:10:40 -0500 John W. Eaton maint: merge stable to default.
Wed, 10 Feb 2021 09:52:15 -0500 John W. Eaton update Octave Project Developers copyright for the new year stable
Thu, 28 Jan 2021 00:23:00 -0500 John W. Eaton improve behavior of echo (bug #56068)
Wed, 20 Jan 2021 16:53:16 -0500 John W. Eaton provide interpreter methods for pausing, resuming, and stopping evaluation
Thu, 07 Jan 2021 01:30:18 -0500 John W. Eaton make debugging possible in server mode
Thu, 07 Jan 2021 00:01:18 -0500 John W. Eaton move some eval-related functions from interpreter to tree_evaluator class
Thu, 10 Dec 2020 15:27:14 -0800 Rik maint: More updates to standardize exception naming scheme.
Mon, 28 Sep 2020 12:31:35 -0400 John W. Eaton maint: merge stable to default.
Mon, 21 Sep 2020 10:45:18 -0400 John W. Eaton refactor implementation of END indexing in interpreter (bug #58953) stable
Sat, 12 Sep 2020 14:55:48 -0400 John W. Eaton maint: merge stable to default.
Sat, 12 Sep 2020 14:52:03 -0400 John W. Eaton stash (shallow) copy of indexed object instead of pointer stable
Wed, 12 Aug 2020 12:14:17 -0400 John W. Eaton new template class for octave_range objects
Tue, 07 Jul 2020 19:40:20 -0400 John W. Eaton maint: merge stable to default.
Tue, 07 Jul 2020 18:34:23 -0400 John W. Eaton improve error checking for undefined function outputs (bug #58686, #58695) stable
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