log libinterp/parse-tree/pt-eval.h @ 33623:4517f929c59d bytecode-interpreter tip

age author description
Tue, 20 Feb 2024 15:07:51 -0500 John W. Eaton maint: merge default to bytecode-interpreter bytecode-interpreter
Tue, 20 Feb 2024 15:04:18 -0500 John W. Eaton make dblist and dbtype follow debugger stack frame pointer (bug #65330)
Sat, 20 Jan 2024 14:01:56 -0500 John W. Eaton maint: merge default to bytecode-interpreter bytecode-interpreter
Sat, 20 Jan 2024 14:00:02 -0500 John W. Eaton merge stable to default
Sat, 20 Jan 2024 13:16:20 -0500 John W. Eaton Backed out changeset 56995fce2adc stable
Sat, 20 Jan 2024 13:12:56 -0500 John W. Eaton Backed out changeset 366a63fc8c29 stable
Sat, 20 Jan 2024 16:48:40 +0100 Markus Mützel Fix typo in 56995fce2adc stable
Fri, 19 Jan 2024 14:36:34 -0500 John W. Eaton maint: merge default to bytecode-interpreter bytecode-interpreter
Fri, 19 Jan 2024 14:33:00 -0500 John W. Eaton maint: merge stable to default
Fri, 19 Jan 2024 14:06:27 -0500 John W. Eaton prepare for eventual removal of isargout stable
Fri, 19 Jan 2024 09:38:36 -0500 John W. Eaton maint: merge default to bytecode-interpreter bytecode-interpreter
Fri, 19 Jan 2024 09:36:49 -0500 John W. Eaton maint: merge stable to default
Fri, 19 Jan 2024 08:41:49 -0500 John W. Eaton avoid error with ignored values returned from function calls (bug #65153) stable
Sun, 07 Jan 2024 21:05:00 -0500 Arun Giridhar maint: Merge default to bytecode-interpreter bytecode-interpreter
Fri, 05 Jan 2024 10:36:55 -0500 John W. Eaton replace inputname.m with a built-in function (bug #65116)
Fri, 22 Dec 2023 22:50:09 +0100 Petter T. Handle quit_debug_exception in bytecode interpreter (bug #65056) bytecode-interpreter
Fri, 22 Dec 2023 12:17:24 -0500 John W. Eaton maint: merge default to bytecode-interpreter bytecode-interpreter
Fri, 22 Dec 2023 12:08:17 -0500 John W. Eaton maint: update Octave Project Developers copyright for the new year stable
Tue, 12 Dec 2023 23:14:33 -0800 Rik maint: Merge default to bytecode-interpreter. bytecode-interpreter
Tue, 12 Dec 2023 18:24:05 -0800 Rik maint: C++ style check for libinterp/ before 9.1 release. stable
Wed, 06 Dec 2023 15:02:58 -0500 John W. Eaton remove experimental bytecode interpreter from stable branch for release stable
Wed, 06 Dec 2023 16:06:44 -0500 John W. Eaton skip a few more code blocks missed in changeset 435cfe35e3c6 stable
Mon, 04 Dec 2023 09:52:14 -0500 John W. Eaton disable building bytecode evaluator by default (bug #64977) stable
Sun, 15 Oct 2023 17:42:49 +0200 Markus Mützel Overhaul handling of breakpoints in classdef methods (bug #46451).
Tue, 17 Oct 2023 13:23:19 +0200 Petter T. Ensure VM specific fields are set in tree_evaluator
Mon, 04 Sep 2023 16:52:22 +0200 Petter T. VM Add support for nested functions
Mon, 07 Aug 2023 10:10:49 +0200 Petter T. VM Add support for echo
Sat, 19 Aug 2023 13:05:33 +0200 Petter T. VM Add support for scripts
Mon, 24 Apr 2023 20:34:39 +0200 Petter T. experimental stack-based virtual machine
Mon, 19 Jun 2023 17:01:18 -0400 Petter T. new function to pop and return top of call stack
Mon, 19 Jun 2023 10:27:27 -0400 Petter T. new function to access evaluator debug state
Thu, 15 Jun 2023 10:53:23 -0400 Petter T. new set_nargin and set_nargout functions for evaluator
Fri, 07 Apr 2023 13:26:33 -0700 Rik maint: Remove extra spaces in front of '='.
Fri, 17 Feb 2023 23:27:46 -0500 John W. Eaton default or disable more ctors, dtors, and assignment ops
Thu, 16 Feb 2023 14:43:18 -0500 John W. Eaton use new macros to consistently delete copy and move member functions
Tue, 24 Jan 2023 17:19:44 -0800 Rik maint: Eliminate "(void)" in C++ function prototypes/declarations.
Wed, 11 Jan 2023 21:45:45 -0500 John W. Eaton avoid some calls to get_input_system and get_evaluator
Fri, 06 Jan 2023 13:11:27 -0500 John W. Eaton update Octave Project Developers copyright for the new year stable
Thu, 01 Dec 2022 18:02:15 -0800 Rik maint: Re-indent code after switch to using namespace macros. stable
Thu, 01 Dec 2022 14:23:45 -0800 Rik maint: Use macros to begin/end C++ namespaces. stable
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.