log libinterp/corefcn/stack-frame.cc @ 33346:e8854b8d2486 bytecode-interpreter

age author description
Sat, 06 Apr 2024 17:38:27 -0400 John W. Eaton maint: merge default to bytecode-interpreter bytecode-interpreter
Sat, 06 Apr 2024 17:11:35 -0400 John W. Eaton eliminate some uses of panic_* functions
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)
Tue, 06 Feb 2024 00:29:39 -0500 John W. Eaton maint: merge default to bytecode-interpreter bytecode-interpreter
Tue, 06 Feb 2024 00:28:21 -0500 John W. Eaton eliminate all uses of base_list<T> template
Mon, 22 Jan 2024 23:38:08 +0100 Petter T. Refactor dynamic stack frame for bytecode interpreter (bug #65191) bytecode-interpreter
Wed, 10 Jan 2024 20:05:01 +0100 Petter T. Fix nargin for scripts in bytecode interpreter (bug #65140) bytecode-interpreter
Wed, 10 Jan 2024 20:05:12 +0100 Petter T. Implement inputname for bytecode interpreter (bug #65029) bytecode-interpreter
Mon, 08 Jan 2024 12:58:14 -0500 John W. Eaton avoid crash due to unimplemented bytecode_fcn_stack_frame::inputname function bytecode-interpreter
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
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
Sun, 10 Dec 2023 15:51:11 +0100 Markus Mützel maint: Merge default to bytecode-interpreter. bytecode-interpreter
Mon, 04 Dec 2023 18:24:49 +0100 Markus Mützel Use own function for symbol name matching on Windows (bug #64975). 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 17:21:32 +0100 Markus Mützel maint: Add space " " between C++ cast and argument. stable
Sat, 25 Nov 2023 16:47:19 +0100 Markus Mützel maint: Eliminate "(void)" in C++ function prototypes/declarations. stable
Sat, 04 Nov 2023 01:35:04 +0100 Petter T. Set uninitialized m_ip field
Fri, 27 Oct 2023 18:20:27 +0200 Petter T. Don't mix up field and id slots when creating bytecode script frames (bug #64817)
Sat, 21 Oct 2023 21:00:42 -0400 John W. Eaton maint: strip trailing whitespace from source files
Mon, 16 Oct 2023 21:09:25 +0200 Petter T. Don't clone nil values when breaking closure cycles on VM stack (bug #64778)
Sat, 07 Oct 2023 00:50:18 +0200 Petter T. VM Fix loading and saving from bytecode script frame (bug #64705)
Thu, 05 Oct 2023 23:57:25 +0200 Petter T. VM Handle mixing of non-bytecode and bytecode scripts (bug #64705)
Fri, 22 Sep 2023 15:46:36 +0200 Petter T. VM Support globals in scripts properly (bug #64705)
Wed, 20 Sep 2023 19:56:02 -0400 Petter T. VM: Collect script frames properly for who / whos (Bug #64674)
Mon, 04 Sep 2023 16:52:22 +0200 Petter T. VM Add support for nested functions
Thu, 10 Aug 2023 17:07:19 +0200 Petter T. VM Support anonymous functions
Sat, 19 Aug 2023 13:05:33 +0200 Petter T. VM Add support for scripts
Mon, 07 Aug 2023 15:53:59 +0200 Petter T. VM silence clang warnings
Sat, 15 Jul 2023 10:52:57 +0200 Markus Mützel Erase std::vector elements in stack frame destructor instead of overwriting (patch #10366).
Tue, 11 Jul 2023 19:43:03 +0200 Markus Mützel Use same destructor order in std::vector unconditionally (patch #10366).
Sun, 25 Jun 2023 00:56:43 +0200 Petter T. Same destructor order in frame in std::vector for libstdc++ and libc++ (patch #10366).
Mon, 19 Jun 2023 23:21:41 -0400 John W. Eaton maint: Strip trailing whitespace from source files.
Mon, 19 Jun 2023 20:07:05 -0400 Petter T. update to VM patch from June 7 2023
Mon, 24 Apr 2023 20:34:39 +0200 Petter T. experimental stack-based virtual machine
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.
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
Mon, 07 Feb 2022 21:47:53 -0800 Arun Giridhar Replace direct calls to C library assert() with Octave specialty functions in libinterp/ (bug #61753)
Tue, 28 Dec 2021 18:59:33 -0500 John W. Eaton maint: Merge stable to default.
Tue, 28 Dec 2021 18:22:40 -0500 John W. Eaton update Octave Project Developers copyright for the new year stable
Wed, 24 Nov 2021 09:38:51 -0800 Rik maint: Shorten some long lines in libinterp to <= 80 characters (bug #57599)
Tue, 21 Sep 2021 13:32:41 -0400 John W. Eaton maint: merge stable to default.
Tue, 21 Sep 2021 13:14:31 -0400 John W. Eaton avoid internal error and segfault with eval and scripts (bug #61191) stable
Mon, 05 Jul 2021 08:46:16 -0700 John W. Eaton who() should not display duplicate named variables from different scopes (bug #60845).
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.