log libinterp/parse-tree/pt-eval.h @ 33669:96f077c60226 default tip @

age author description
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