log libinterp/corefcn/stack-frame.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)
Mon, 22 Jan 2024 23:38:08 +0100 Petter T. Refactor dynamic stack frame for bytecode interpreter (bug #65191) bytecode-interpreter
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
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
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 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
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
Sat, 25 Nov 2023 16:47:19 +0100 Markus Mützel maint: Eliminate "(void)" in C++ function prototypes/declarations. stable
Sat, 16 Sep 2023 21:07:54 -0400 Arun Giridhar maint: Remove some trailing whitespace
Thu, 31 Aug 2023 09:05:20 +0200 Petter T. Nested functions handles make stack frames leak (bug #64620)
Mon, 04 Sep 2023 16:52:22 +0200 Petter T. VM Add support for nested functions
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 10:27:25 -0400 Petter T. new convenience function to access parent stack frame index
Thu, 15 Jun 2023 10:53:23 -0400 Petter T. new set_nargin and set_nargout functions for evaluator
Thu, 15 Jun 2023 10:51:50 -0400 Petter T. * stack-frame.h (stack_frame::line, stack_frame::column): Now virtual.
Sat, 25 Mar 2023 14:22:17 -0700 Rik maint: merge stable to default
Sat, 25 Mar 2023 14:06:56 -0700 Rik maint: replace double semicolon ';;' line ending with just ';'. stable
Tue, 24 Jan 2023 17:19:44 -0800 Rik maint: Eliminate "(void)" in C++ function prototypes/declarations.
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
Tue, 28 Dec 2021 18:22:40 -0500 John W. Eaton update Octave Project Developers copyright for the new year stable
Sun, 28 Nov 2021 21:52:08 -0800 Rik maint: style check C++ files in libinterp/ ahead of 7.1 release. 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, 28 Apr 2021 22:57:42 -0400 John W. Eaton use std::size_t and std::ptrdiff_t in C++ code (bug #60471)
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
Fri, 05 Mar 2021 16:14:34 -0500 John W. Eaton avoid memory leaks when returning handles to nested functions stable
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
Fri, 25 Sep 2020 12:01:43 -0400 John W. Eaton maint: merge stable to default.
Fri, 25 Sep 2020 09:43:53 -0400 John W. Eaton track direct caller in stack frames stable
Thu, 30 Jul 2020 16:16:04 -0400 John W. Eaton move non-member octave_value operator functions to octave namespace
Wed, 29 Apr 2020 14:10:27 -0400 John W. Eaton refactor octave_fcn_handle 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
Fri, 24 Apr 2020 14:21:07 -0400 John W. Eaton hide specific stack frame and stack frame walker classes stable
Mon, 18 May 2020 16:12:23 -0400 John W. Eaton move function definition from header to source file stable
Mon, 18 May 2020 16:10:52 -0400 John W. Eaton eliminate some unused call_stack and stack_frame functions stable
Mon, 18 May 2020 16:06:27 -0400 John W. Eaton correctly find all symbols in script when saving values (bug #58382) 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, 02 Apr 2019 11:51:24 +0000 John W. Eaton store reference to evaluator instead of call stack in stack frame
Thu, 30 May 2019 10:23:44 +0000 John W. Eaton don't include error.h in ov-base.h
Mon, 08 Apr 2019 00:36:33 +0000 John W. Eaton make dbup/dbdown work again (bug #56020)
Mon, 25 Mar 2019 16:13:01 +0000 John W. Eaton allow dispatch class to be stored in stack frame (bug #45351)