log libinterp/corefcn/call-stack.cc @ 33623:4517f929c59d bytecode-interpreter tip

age author description
Fri, 16 Feb 2024 14:56:20 -0500 John W. Eaton maint: merge default to bytecode-interpreter bytecode-interpreter
Fri, 16 Feb 2024 14:42:54 -0500 John W. Eaton use explicit lambda-expression captures (bug #65318)
Fri, 16 Feb 2024 03:09:40 -0500 John W. Eaton Backed out changeset 489026b7257b
Thu, 15 Feb 2024 15:40:42 -0500 John W. Eaton explicitly capture '*this' by reference in lambda expressions (bug #65318)
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
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
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, 19 Jun 2023 23:21:41 -0400 John W. Eaton maint: Strip trailing whitespace from source files.
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
Thu, 15 Jun 2023 10:53:23 -0400 Petter T. new set_nargin and set_nargout functions for evaluator
Thu, 02 Feb 2023 17:33:17 -0800 Rik maint: Use consistent coding style when calling Ffunction().
Thu, 26 Jan 2023 21:50:32 -0800 Rik Improve output of "whos -file".
Thu, 26 Jan 2023 09:50:44 -0800 Rik maint: Replace feval invocations with direct calls to Ffunction_name.
Tue, 24 Jan 2023 17:19:44 -0800 Rik maint: Eliminate "(void)" in C++ function prototypes/declarations.
Thu, 12 Jan 2023 10:22:04 -0500 John W. Eaton use interpreter::feval instead of global feval function
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, 04 Apr 2022 10:31:48 -0700 Rik doc: Ensure documentation lists output argument when it exists for functions in libinterp/
Sat, 01 Jan 2022 19:43:52 -0800 Rik doc: Always have a return value for functions which set internal variables (bug #61681)
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 22:48:52 -0400 John W. Eaton eliminate octave:: namespace tags in DEFUN and DEFMETHOD and more
Sat, 14 Aug 2021 21:50:26 -0400 John W. Eaton merge "namespace octave" and OCTAVE_NAMESPACE_BEGIN/END blocks
Fri, 13 Aug 2021 21:53:51 -0400 John W. Eaton move DEFUN and DEFMETHOD functions inside octave namespace
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
Thu, 04 Feb 2021 10:11:00 -0500 John W. Eaton maint: merge stable to default.
Wed, 03 Feb 2021 21:48:27 -0500 John W. Eaton fix lookup of "caller" stack frame (bug #59847) stable
Fri, 13 Nov 2020 20:43:19 -0500 John W. Eaton maint: merge stable to default.
Fri, 13 Nov 2020 20:38:28 -0500 John W. Eaton don't clear stack frame values indirectly through call stack (bug #59432) stable
Wed, 14 Oct 2020 13:14:02 -0700 Rik maint: Remove unnecessary parentheses bracketing %!error BIST tests.
Mon, 05 Oct 2020 15:19:15 -0400 John W. Eaton eliminate unnecessary uses of octave:: namespace qualifier
Fri, 02 Oct 2020 13:25:00 -0400 John W. Eaton use [=] capture default specification where possible
Fri, 02 Oct 2020 12:58:12 -0400 John W. Eaton in unwind_action objects, capture variables in lambda expressions when possible
Wed, 30 Sep 2020 08:36:29 -0700 Rik call-stack.cc: small adjustment to lamda expression (bug #59192)
Wed, 30 Sep 2020 04:55:19 -0700 Rik Replace unwind_protect with more efficient constructs (bug #59192).
Sun, 27 Sep 2020 12:24:24 -0400 John W. Eaton avoid out-of-bounds element access in call stack (bug #59189) stable
Fri, 25 Sep 2020 09:43:53 -0400 John W. Eaton track direct caller in stack frames stable
Tue, 22 Sep 2020 22:15:09 -0400 John W. Eaton search for current function at current frame, not top of stack 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